v3

latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 KB
ledger-accounts

Create a bank account number for an account.

Generates a bank account number for this account in the given currency through the account-number provider. Returns the existing details if one was already generated.

post/ledger/accounts/{accountId}/account-details

Response

Bank account number created

payinCurrencystring required

Currency the destination account accepts for the deposit.

Example response

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