v3

latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 KB
ledger-sub-accounts

Get the bank account number for a sub-account.

Returns the bank account number (and bank details) generated for this sub-account in the given currency, if one exists.

get/ledger/subaccounts/{subAccountIdRef}/account-details

Response

Bank account number details

payinCurrencystring required

Currency the destination account accepts for the deposit.

Example response

{
  "details": {
    "accountName": "John Doe",
    "accountNumber": "230101010",
    "reference": "PROV123456"
  },
  "payinCurrency": "NGN"
}