Get Balance

Use this API to view the balance of an issued card or instrument.

Click to view the response codes.

Response Codes

Sub CodeStatusMessageAction
200OK--
403ERRORfailed to authenticateEnsure the client ID, secret key, and API version are mentioned in the API.
404ERRORcustomer with given id not foundEnter a valid input in the customer_id parameter.
404ERRORinstrument with given id not foundEnter a valid input in the instrument_id parameter.
Click to view the response parameters and its descriptions.

Response Parameters

ParameterDescription
balanceIt represents the remaining amount present on the card or instrument.
balance_updated_onIt represents the date and time of the latest update of the balance on the card or instrument.
customer_idIt represents the unique ID entered to identify the customer.
instrument_idIt represents the unique ID entered to identify the prepaid payments instrument(PPI).
instrument_typeIt represents the type of the instrument - prepaid card.

Language