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
Example response
{
"details": {
"accountName": "John Doe",
"accountNumber": "230101010",
"reference": "PROV123456"
},
"payinCurrency": "NGN"
}