Get billing status
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.
balanceCents
Credit-wallet balance in USD cents. May be negative.
subscription
The current subscription, or null when the account is pay-as-you-go.
numbers
deposits
Recent credits added to the wallet, most recent first.
pricing
Per-number subscription unit prices (USD cents), read from Stripe (the source of truth). Stripe is a dependency of this endpoint.
paymentMethods
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