Customer Balance Inquiry
This request retrieves the account balance based on the provided account number. You will need to pass the customer's accountNumber
in the request query, you also provide a request-refrence
to the query.
GET
/api/account/v1/getaccountbalancebyaccountnumber
This endpoint is valuable for applications requiring real-time account balance data access and is particularly useful for financial systems and account management tools.
Headers
Name | Value |
---|---|
Content-Type* |
|
Authorization* |
|
Request-Reference |
|
Query Parameter
Name | Data Type (length) | Required | Description |
---|---|---|---|
| string | Customer's account number |
Last updated