Skip to main content
GET
Subscription financial summary

What it returns

One subscription’s financial position:
  • mrr — the monthly-normalized list price, counted only when the subscription is active (0 otherwise). This matches the tenant-wide MRR definition, so summing it across subscriptions agrees with the dashboard.
  • recurring_amount, interval_unit, interval_count — the recurring list price and its interval.
  • next_invoice_date and next_invoice_base_amount — when it will renew and the base amount. Base is the plan list price only; it excludes tax, coupon, add-ons, and usage, so it is never the total that will be due.
  • outstanding — the subscription’s invoice-derived position per currency, in the same shape as the customer financial summary.
See Explain any number for how this fits with the other drill-down endpoints.

Example request

Example response

Fields

Read-only. A missing or cross-tenant id returns 404. For what canceling this subscription would do to these numbers, see Cancel Preview.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required

Response

The subscription's financial summary.

data
object