Transfer funds from your CBL wallet to another CBL wallet accounts

Transfer funds from your CBL wallet to another CBL wallet 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

Wallet to Wallet Transfer Request

transactionType
required
string
amount
required
string
creditAccount
required
string
debitAccount
required
string
currency
required
string
timestamp
required
string
Responses
200

Successfully transfered the funds

400

bad input parameter

post/wallet-to-wallet-transfer
Request samples
application/json
{
  • "transactionType": "FTWALLET2WALLET",
  • "amount": "3000",
  • "creditAccount": "CA720547666",
  • "debitAccount": "CA715748115",
  • "currency": "KES",
  • "timestamp": "2021-01-29T00:54:08+03:00"
}
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"
}