Subscription canceled scenario
Simulates all events that occur when a subscription is canceled by a customer.
Scheduled change created — canceling on next billing period only
This step only occurs when subscriptions are canceled on the next billing period. This includes when customers click the link in subscription-related emails from Paddle.
subscription.updated
If canceled on the next billing period, Paddle updates the scheduled_change
object against the subscription to say the subscription is set to cancel.Subscription cancels
subscription.updated
When scheduled_change.effective_from
elapses, or if canceled immediately, Paddle updates billing dates for the subscription and any items. Its status changes tocanceled
.subscription.canceled
Occurs because the subscription status changes to canceled
.
Related pages
On this page