Accounts
Fund Transfer
Transfers funds from one account, wallet, or card to another.
POST
Authorizations
Body
application/json
The amount to be transfered.
The _id
of the account/wallet to debit the funds from.
The account number of the beneficiary account. Required if creditAccountId
is not present.
The bank code of the beneficiary account. Required if creditAccountId
is not present.
The _id
of the account/wallet to receive the funds. Required if beneficiaryBankCode
and beneficiaryAccountNumber
are not present.
The narration of the transfer.
A payment reference can be provided to be attached to the transfer.
Response
200 - application/json
The response is of type object
.