Billing

Get credit balance

Get your credit balance (for prepaid accounts only). The value is in cents.

get/billing/credit

Response

Prepaid credit balance

amountstring required

Amount in cents

currency'EUR' | 'USD' required

Currency code

Example response

{
  "amount": "5.50",
  "currency": "EUR"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.