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.
AuthorizationRequiredBearer <token>API key as Bearer token
In: header
idRequiredstringSubscription id, discoverable via list_subscriptions
Comp Subscription Next Cycle
Stages a one-time fully-free (100% off) next renewal cycle on the subscription. The next renewal consumes it exactly once, then bills normally. Rejected on a canceled/unpaid subscription.
Mark Subscription Unpaid
Marks a subscription as unpaid (terminal). Admin override that bypasses dunning retries regardless of dunningEnabled. Called by payment processor webhooks for unrecoverable failures.