Marks a subscription as unpaid (terminal). Admin override that bypasses dunning retries regardless of dunningEnabled. Called by payment processor webhooks for unrecoverable failures.
AuthorizationRequiredBearer <token>API key as Bearer token
In: header
idRequiredstringSubscription id, discoverable via list_subscriptions
Cancel Subscription Immediately
Admin override — terminates the subscription right now (status canceled, endedAt stamped). Refund handling is a separate concern.
Bill Subscription Current Period
Generates a draft invoice for a subscription's current period without advancing the period. Used for the first-period invoice on a non-trial subscription, or one-off rebilling.