v3
latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 KBledger-sub-accounts
Create a bank account number for a sub-account.
Generates a bank account number for this sub-account in the given currency through the account-number provider. The account name must be supplied by the client.
post/ledger/subaccounts/{subAccountIdRef}/account-details
Request body
Example request
{
"accountName": "ACME Collections"
}Response
Bank account number created
Example response
{
"details": {
"accountName": "John Doe",
"accountNumber": "230101010",
"reference": "PROV123456"
},
"payinCurrency": "NGN"
}