Credits
Credit balance for Account
Credit balance for Account
get/accounts/{account_id}/credit_balance
Path parameters
account_idstring required
Example:ACC00001
account_id corresponding to an account
Response
Response for Credit Balance Request
Example response
{
"activeCredits": 1000,
"availableBalance": 700,
"runningBalance": 500,
"inapplicableCredits": 500,
"unit": "USD",
"lastUpdatedAt": "2021-01-01T00:00:00Z"
}