Get billing status

View as Markdown

Returns the account’s credit-wallet balance, the current subscription (if any), each phone number’s billing mode (PAYG or FIXED), and recent usage.

Authentication

AuthorizationBearer

Your Dial API key, sent as Authorization: Bearer sk_live_...

Response

Billing status.
balanceCentsinteger

Credit-wallet balance in USD cents. May be negative.

subscriptionobject or null

The current subscription, or null when the account is pay-as-you-go.

numberslist of objects
depositslist of objects
Recent credits added to the wallet, most recent first.
pricingobject

Per-number subscription unit prices (USD cents), read from Stripe (the source of truth). Stripe is a dependency of this endpoint.

paymentMethodslist of objects

Saved payment methods on the account’s Stripe customer (all reusable types — card, Link, …), used for top-ups and subscription billing. Empty until one is added. Read live from Stripe, with the default first.

Errors

401
Unauthorized Error