Release Note
Validated on 13 Jan 2020 • Last edited on 24 Jan 2025
Our API has been extended with a new endpoint enabling you to retrieve balance
information for an account. To do so, make a GET
request to /v2/customers/my/balance
.
The response will be a JSON body including your balance details. For example:
{
"month_to_date_balance": "23.44",
"account_balance": "12.23",
"month_to_date_usage": "11.21",
"generated_at": "2019-07-09T15:01:12Z"
}
For all the details, see the balance endpoint in the full API reference documentation.