get https://api.juspay.in/payout/merchant/v1/getways/balance
Merchant can check balance using this API. We cache the response for 90 minutes hence it is recommended to not call simultaneous check balance calls.
The response for this API consists of JSON block for each relevant account with parameters for lastUpdated
and balance
(click to open table)
lastUpdated
and balance
(click to open table)DUMMY_IMPS: {...}
object parameters: Field | Type | Description | Example |
---|---|---|---|
lastUpdated | String | Time of last update (ISO representation) | "2020-07-27T09:05:08Z" |
balance | String | Balance in account | "9999999999" |
DUMMY_NEFT: {...}
object parameters:lastUpdated | String | Time of last update (ISO representation) | "2020-07-27T09:05:08Z" |
balance | String | Balance in account | "9999999999" |
CFGEN_IMPS: {...}
object parameters:lastUpdated | String | Time of last update (ISO representation) | "2020-07-27T09:05:08Z" |
balance | String | Balance in account | "1111.44" |
CFGEN_UPI: {...}
object parameters:lastUpdated | String | Time of last update (ISO representation) | "2020-07-27T09:05:08Z" |
balance | String | Balance in account | "1111.44" |
⭣
Request parameters for the Get Balance API consist of just one Header: accept = text/plain.