Perform wallet transfers from the parent account
POST /v2/transfers/wallet
Request body
number
required
The amount to be transferred.
string
required
The receiverβs accountId.
string
required
Unique reference used to track a transaction from an external process.
This is an idempotency key and must be unique per transaction. It cannot be reused once a transfer has been initiated.
string
required
The senderβs name.
string
The narration for this transfer (NB: This will be appended to the normal system generated narration).
Response body
string
required
Response code
string
required
Response description
object
The transfer data.