canceling state. The pending end-of-period cancellation is removed and the subscription continues to renew as scheduled.
Reactivation Behavior
- Only subscriptions in
canceling(cancellation scheduled at period end) can be reactivated. - Fully canceled (
canceled) subscriptions cannot be reactivated — start a new subscription instead. - A subscription that had an unpaid charge at the moment cancellation was requested cannot be reactivated — the request is refused with 400 and a distinct message. Cancelling a
past_duesubscription always falls into this category; a normal end-of-period cancellation fromactiveusually does not. - A subscription whose plan change has been confirmed by the payment channel cannot be reactivated — it is
cancelingbecause of that change, not because the buyer cancelled, and the channel put it into pending cancellation the moment it confirmed the change, with no way back. The refusal also stands after the change is voided (its pending new subscription cancelled or closed). Such a subscription moves one way tocanceled; to keep paying, the buyer has to place a new order. - No additional charge — the current billing period continues, and renewal resumes at its original schedule.
Request Body
Example Request
Success Response (200)
Response Fields
Errors
Retry policy: Never retry 4xx — fix the request and resubmit. Retry 5xx with exponential backoff (start 5s, max 3 attempts).