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
Uncomp Subscription Next Cycle
Removes a staged "comp next cycle" from the subscription, so the next renewal bills at full price again. The inverse of comp_subscription_next_cycle. A no-op when no comp is pending; allowed on a subscription in any state.
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.