v4
latestOpenAPI 3.0.3UNLICENSED2026-08-0896235396.5 KBledger-accounts
Get the bank account number for an account.
Returns the bank account number (and bank details) generated for this account in the given currency, if one exists.
get/ledger/accounts/{accountId}/account-details
Response
Bank account number details
Example response
{
"details": {
"accountName": "John Doe",
"accountNumber": "230101010",
"reference": "PROV123456"
},
"payinCurrency": "NGN"
}