Billing

Get user balance details

get/balance

Response

Get user balance details

Example response

{
  "data": {
    "record_type": "balance",
    "pending": "10.00",
    "balance": "300.00",
    "credit_limit": "100.00",
    "available_credit": "400.00",
    "currency": "USD"
  }
}

Changes

No recorded changes to this endpoint across all 47 revisions of this API.