Docs
I need to let customers choose a plan when reactivating their canceled subscriptions. How can I do this via API?
You can reactivate a canceled subscription with changes (e.g., plan or plan price) via the Admin Console or via API. Changes take effect immediately; scheduling reactivation for a future date is not supported.
The subscription is reactivated immediately with the changes.
Use the update_subscription_for_items API while the subscription is in a canceled state. The subscription will be reactivated with the changes immediately.
If the customer chooses the same plan: Pass the [reactivate](https://apidocs.chargebee.com/docs/api/subscriptions/update-subscription-for-items#reactivate) parameter as "true" in the API call; otherwise the subscription will not reactivate.
Note:
You cannot schedule reactivation for a future date. You can only reactivate on past dates if the Backdated Subscription feature is enabled on your site.
Was this article helpful?