#Javier
1 messages · Page 1 of 1 (latest)
Do you mean the event that will be sent when a subscription ends?
yes
If so, then customer.subscription.deleted will be sent when a subscription ends: https://stripe.com/docs/billing/subscriptions/webhooks#events
when a subscription is cancelled by the user...
at the end of the subscription period, is that even going to be thrown?
Yes! customer.subscription.deleted event will also be sent for cancelled subscription
cool thank you
No problem! Happy to help 😄