Account billing snapshot (plan, cycle, balance, caps, status)
The billing "wallet/statement" view: current plan, billing cycle, accrued balance + remaining credits this period, spend caps, and payment / access status. This is the billing half of the legacy /v1/usage-stats snapshot — the per-product consumption half is metering and lives on GET /v1/usage.
Usage-based (Metronome) accounts get a populated balance; legacy Stripe accounts get balance: null plus a deprecated legacy.limits block and, when payment-blocked, status.openInvoiceUrl / status.declineReason.
Response
Billing snapshot
Changes
Changed in 1 of the 26 revisions of this API.12
- ●
added the new
shopifyenum value to thebillingSystemresponse property for the response status200response-property-enum-value-added
- ○
added the optional property
plan/isPaidto the response with the200statusresponse-optional-property-added
- ○
added the optional property
shopifyShopDomainto the response with the200statusresponse-optional-property-added
- ●