active status before you can create additional accounts.
Endpoint
Authentication
Include your JWT access token in theAuthorization header.
Request body
A human-readable label for the account (e.g.,
"Lagos Branch Sales" or "Online Store"). If omitted, the system generates a default name. Maximum 255 characters.Example request
Response
A successful request returns the newly created account object.true when the request succeeds."00" on success.Human-readable result message, e.g.
"Account created successfully".The created account object.
Error codes
| Response code | Meaning |
|---|---|
41 | Customer not found — your session credentials are invalid. |
60 | Customer not active — your business account must be activated before creating accounts. |
80 | Service unavailable — the core banking provider is temporarily down. |
83 | Provider error — the core banking system rejected the request (e.g., account limit reached). |