account_number or narrow the query further using optional filters such as account_type, account_class, or status. The response includes the account’s current balance, status, and the customer it belongs to.
Endpoint
Authentication
Include your JWT access token in theAuthorization header.
Request body
The 10-digit account number to retrieve. Maximum 10 characters.
Filter by account type. Allowed values:
normal, virtual, current, savings.Filter by account class. Allowed values:
primary, secondary.Filter by account status. Allowed values:
active, inactive, blocked, closed, pending.Example request
Response
A successful request returns the matching account object.true when the request succeeds."00" on success.The account detail object.
Error codes
| Response code | Meaning |
|---|---|
41 | Customer not found — your session credentials are invalid. |
44 | Account not found — no account matches the provided parameters. |