Skip to main content
Reactivate a subscription that is currently in canceling state. The pending end-of-period cancellation is removed and the subscription continues to renew as scheduled.
Authentication: Session Token — see Customer Endpoints (customer or customer role)

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_due subscription always falls into this category; a normal end-of-period cancellation from active usually does not.
  • A subscription whose plan change has been confirmed by the payment channel cannot be reactivated — it is canceling because 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 to canceled; 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).