v1

latestOpenAPI 3.0.12026-07-1344998.2 KB

Get total balance through API

get/customer/balance

Response

OK

balancenumber

the amount of money in your account

pending_balancenumber

the amount of money you will be billed for, as of this moment, in the next billing cycle

Example response

{
  "balance": 456,
  "pending_balance": 123
}