#damenz - subscription webhooks
1 messages · Page 1 of 1 (latest)
The deleted event is the cancelation event:
Occurs whenever a customer's subscription ends.
https://stripe.com/docs/api/events/types#event_types-customer.subscription.deleted
It happens when the subscription is actually canceled, for any reason.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
so either it ended or was canceled for no payment, etc. it will trigger this webhook?
If it's canceled (either by you making an API request, or your billing settings) then yes you'd get that event