Paddle Billing
Search

Subscription canceled scenario

Simulates all events that occur when a subscription is canceled.

  1. 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.updatedIf canceled on the next billing period, Paddle updates the scheduled_change object against the subscription to say the subscription is set to cancel.
  2. Subscription cancels

    subscription.updatedWhen scheduled_change.effective_from elapses, or if canceled immediately, Paddle updates billing dates for the subscription and any items. Its status changes to canceled.
    subscription.canceledOccurs because the subscription status changes to canceled.

Related pages