Skip to main content
Fires when a subscription ends completely (no longer billing). This is the final churn event for calculating churn rate.

JavaScript

Properties

When to Fire

  • When final billing period ends
  • When subscription is deactivated
  • When Stripe customer.subscription.deleted fires

Stripe Webhook

Maps to customer.subscription.deleted.
Use this event to calculate churn rate and analyze churn reasons. Track ltv to understand which customer segments have the highest lifetime value.