v1

latestOpenAPI 3.1.02026-07-24360204.4 KB

Get Account Balance

Use this API to get the balance of an account.

get/v1/accounts/{account_id}/balance

Path parameters

account_idstring required

Unique identifier of the account for which balance should be returned.<br><br>Example: va_onMda9dobg5YYX0kHLoaMecpy

Response

200

objectstring
amountinteger
currencystring
available_oninteger
is_sandboxboolean

Example response

{
  "object": "balance",
  "amount": 2,
  "currency": "inr",
  "available_on": 1653477447
}