Transfer funds from your CBL account to other CBL accounts

Transfer funds from your CBL account to other CBL accounts

Request
header Parameters
x-app-id
required
string

pass the project id

x-api-key
required
string

api-key

Request Body schema: application/json

Internal Funds Transfer Request

amount
required
number
accountTo
required
string
paymentNarrative
required
string
endToEndRef
required
string
Responses
200

Successfully transfered the funds

400

bad input parameter

post/internal-funds-transfer
Request samples
application/json
{
  • "amount": 3000,
  • "accountTo": "0021024000039",
  • "paymentNarrative": "Transfer funds from your CBL account to other CBL accounts",
  • "endToEndRef": "ASDERTYGFTHH"
}
Response samples
application/json
{
  • "responseCode": "00",
  • "responseMessage": "Request processed successfully",
  • "transactionReference": "FT120GY1KKB2",
  • "referenceNumber": "20GY1KKB2CSWL",
  • "transaction_value_date": "2021-01-29",
  • "debitAccount": "9012311313212",
  • "creditAccount": "25478120100",
  • "transactionDate": "2021-01-29"
}