Skip to main content
POST
Fund Transfer

Authorizations

Authorization
string
header
default:{{APIKey}}
required

Body

application/json
debitAccountId
string
required

The _id of the account/wallet to debit the funds from.

amount
number<float>
required

The amount to be transfered.

creditAccountId
string

The _id of the account/wallet to receive the funds.

narration
string

The narration of the transfer.

paymentReference
string

A payment reference can be provided to be attached to the transfer.

Response

Transfer completed successfully.

statusCode
integer

Status code of the response. 200 indicates a successful request.

responseCode
string

Provider response code for the transfer. 00 indicates the transfer was approved or completed successfully.

message
string

Human-readable description of the result.

data
object

Response payload.