POST
/
accounts
/
transfer

Authorizations

Authorization
string
header
required

Body

application/json
amount
number
required

The amount to be transfered.

debitAccountId
string
required

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

beneficiaryAccountNumber
string

The account number of the beneficiary account. Required if creditAccountId is not present.

beneficiaryBankCode
string

The bank code of the beneficiary account. Required if creditAccountId is not present.

creditAccountId
string

The _id of the account/wallet to receive the funds. Required if beneficiaryBankCode and beneficiaryAccountNumber are not present.

narration
string

The narration of the transfer.

paymentReference
string

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

Response

200 - application/json

The response is of type object.