Description and Details

This API retrieves the balance details of a user’s account using the specified account ID or related identifiers. It is part of the AISP (Account Information Service Provider) functionality in an Open Banking framework, enabling TPPs (Third Party Providers) to access up-to-date balance information for informed financial services.


Endpoint

https://api-dev-isolution.xyz/balanceinquiry
 


VERB Method

POST


Request Headers Parameters

KeyValueDescription
Content-Typeapplication/jsonSpecifies the media type of the resource
Accept/Accepts all response types
Cache-Controlno-cacheDisables caching
User-AgentPostmanRuntime/...Client agent string
Connectionkeep-aliveKeeps TCP connection open
Host[Auto-calculated]Set by HTTP client
Postman-Token[Auto-generated]Used for request tracing in Postman

 


Body Request Parameters

ParameterTypeDescription
accountIdstringThe unique ID of the account to query balance
customerIdstringCustomer’s unique ID
productTypestringType of banking product (e.g., SAVINGS)
productNamestringName of the banking product

Response Parameters

ParameterTypeDescription
availableBalancestringCurrent available balance in the account
currencystringCurrency type (e.g., USD)
accountAliasstringAccount nickname or user-defined name
messagestringStatus message (e.g., "Balance retrieved")
metaobjectContains code and message
meta.codestringHTTP-like status code (e.g., "200")
meta.messagestringDescription of result status

HTTP Codes

CodeMeaning
200OK – Balance retrieved successfully
400Bad Request – Invalid or missing fields
401Unauthorized – Invalid token/headers
404Not Found – Account ID not found
500Internal Server Error – Server failure