Revenue Schedules
Get revenue schedule for a subscription
Returns the revenue schedule for a single subscription, showing projected recognized, deferred, and metered revenue over time.
GET
Get revenue schedule for a subscription
Authorizations
API key authentication. Pass your API key as a Bearer token.
Headers
Available options:
2026-04-01 Path Parameters
Unique identifier for the subscription
Query Parameters
Target currency for conversion. Uses the entity's default if not specified.
Example:
"USD"
Time interval for schedule entries
Available options:
daily, monthly Example:
"monthly"
Response
Success
ISO 4217 currency code
Example:
"USD"
End date of the schedule
Example:
"2027-01-01T00:00:00Z"
Chronologically ordered schedule entries
Time interval of entries
Available options:
daily, monthly Example:
"monthly"
Start date of the schedule
Example:
"2026-01-01T00:00:00Z"
Previous
Apply changes to a subscriptionApplies a delta (`add`, `remove`, `update`) on top of a source version. The API computes the new version, creates it, and publishes it unless `draft: true` is set. The `effective` field controls when the change takes effect (keyword or specific date). This is the high-level mutation endpoint. See the [Updating a Subscription](/docs/api-reference/v2/examples/updating-a-subscription) examples for concrete bodies covering price adjustments, plan swaps, bundle operations, and tier replacements.
Next
Get revenue schedule for a subscription