Perform bank transfers from the parent account
Perform bank transfers from the sub-account
POST /v2/transfers/bank
⚠️ Rate Limit Notice:
Users are restricted to 5 bank transfers to the same recipient per minute.
POST /v2/transfers/bank/{subAccountId}
If your usecase requires transferring funds from a specific sub-account, you can use the sub-account transfer endpoint.
This is useful where you manage multiple balances or wallets under your main account.
Sub-accounts can only be created from your Nomba dashboard.
📢 Feature Notice:
Sub-account transfers must be enabled by us before you can use this endpoint.
Request body
The amount to be transferred.
The destination bank account number.
The name on the account.
The code of the recipient bank.
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.
The sender’s name.
The narration for this transfer (NB: This will be appended to the normal system generated narration).
Response body
The transfer ID.
The transaction status.
The transaction type.
The transfer amount.
The transfer fee.
Payment source (e.g., “api”).
The user who initiated the transfer.
The biller account ID.
Product code for the transfer.
Additional transaction metadata.
Associated user ID.
Creation timestamp.