Skip to main content
You can choose how cancellations behave for each subscription plan. This gives you more flexibility and ensures the cancellation flow matches your business model.

Cancellation strategies

1. Cancel immediately (current default behavior)

With this strategy:
  1. Customers can start their cancellation process only after their minimum commitment period has expired
  2. Cancellation is processed immediately:
    • Cancellation confirmed email will be sent out
    • Subscription cancellation confirmation webhook will be sent out (if configured)
Cancel Immediately Settings

2. Cancel at the end of the billing period

With this strategy, cancellation is scheduled for the end of the current billing cycle (or the end of the minimum commitment period if applicable):
  1. Customers can start their cancellation process at any time (including during a minimum commitment period):
    • Cancellation request received email will be sent out (if enabled)
    • Subscription cancellation initiation webhook will be sent out (if configured)
  2. The subscription will remain active until the end of the current billing cycle. When the billing cycle ends, it will be automatically cancelled:
    • Cancellation confirmed email will be sent out
    • Subscription cancellation confirmation webhook will be sent out (if configured)
Note: Cancellation completion will only take effect after the minimum contract duration has passed.
Cancel End Billing

How it works in practice

When a customer requests cancellation, the system calculates the correct cancellation date based on the plan’s strategy. The subscription enters a pending cancellation state until that date is reached. The customer keeps access and continues being billed normally until the final billing cycle completes (if applicable). When the cancellation date arrives, the subscription status is automatically updated to Cancelled. Emails and webhooks are sent according to your existing notification settings. Customers can view their cancellation process and status directly in the Self Service Center. They can also undo their cancellation request if they changed their mind.
Ssc Pending Cancelation

Important to know

This feature overrides the Two-step cancellation flow. Changing the cancellation strategy on a plan only affects new subscribers. Existing subscriptions will continue using the cancellation behavior that was active at the time they joined. If you’d like to apply a new cancellation strategy to existing subscribers, please contact the support team.

Why use this feature?

Plan-level cancellation strategies help you ensure cancellation behavior matches the rules of each plan, give customers a clearer and more predictable cancellation experience, reduce manual work by automatically scheduling cancellations at the correct date, and prevent billing errors by clearly defining when a subscription should stay active or end.