Skip to main content

GET BALANCE DETAILS

This API retrieves the balance details associated with a specific product, bank, and account number. It is generally used during fund transfer and payment gateway validation workflows.

🔗 Path Parameters

ParameterTypeRequiredDescriptionExample
productIdintegerYesProduct ID1
bankIdstringYesBank ID"HDFC"
accNointegerYesAccount Number3243243242

🔍 Query Parameters

ParameterTypeRequiredDescriptionExample
userIdstringYesUser ID (UCC)"{{user_id}}"

🔑 Header Parameters

HeaderTypeDescriptionExample
Content-TypestringRequest payload formatapplication/json
AuthorizationstringAccess token for authenticated requests{{access_token}}
x-api-keystringAPI key used to authorize request{{x-api-key}}

🔴 Error Response - 500 Internal Server Error

Content-Type: application/json

FieldTypeDescription
objectobjectError response returned by the server

Note: The documentation currently defines only a 500 Internal Server Error response schema and does not provide a detailed response structure.