Updating a canceled subscription on a future date no longer resets its statusBreaking changes
What’s new![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
Updating a subscription set to cancel on a future date no longer clears the cancellation status. To clear the cancellation status, specify cancel_at_period_end=false when updating a subscription.
Impact![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
This change maintains the future cancellation status of a subscription when it’s updated, unless explicitly cleared. You must now specify cancel_
to remove a planned cancellation when updating a subscription. This modification provides more control over subscription cancellation management, but might require updates to existing code that assumes updating a subscription automatically clears its cancellation status.