Billing dashboard
Partner-side billing UI feed.
Partner-side billing UI feed. The "dashboard" endpoint is the heavy one (KPIs, accounts, overage breakdown). "overview" is the same shape minus the trend + overage data; account/store endpoints drill into per-location and per-feature detail.
Prerequisites
- A bearer token in the
Authorizationheader. Any endpoint that needs no token says so on its own page. - The id of each record the call targets. Every endpoint page lists the ids it needs.
Errors
| Status | Meaning |
|---|---|
401 | The bearer token is missing, expired or invalid |
403 | The token is valid but the record sits outside your account |
422 | The request failed validation — the response names the fields |
500 | Unexpected server error |
Individual endpoints may return more; each page lists its own.
Endpoints
GET — Get the full partner billing dashboard payload: period overview (total billed, billing/contract model, active stores) plus enriched per-account rows, a summary KPI block (incl.
GET — Get a lightweight billing summary for the authenticated partner for the given period: headline totals plus a flat per-account cost breakdown and active store count.
GET — Get per-store billing detail for one account under the authenticated partner.
GET — Get per-feature usage and cost breakdown for a single store under the authenticated partner: each enabled plan feature with its usage count, limit, percentage consumed, status, and period cost.
Updated 14 days ago
