#andressa-subscription-events

1 messages · Page 1 of 1 (latest)

worldly dustBOT
magic pecan
#

andressa-subscription-events

#

Hey @hoary monolith if you look at ^ you can see all the Event types for Subscriptions. The one you want is customer.subscription.deleted which is when Stripe will automatically cancel that Subscription after all payments retries have been exhausted

hoary monolith
#

but if i use this webhook, it won't actually delete the subscription?

#

Wouldn't it be better to use this one? customer.subscription.paused

magic pecan
#

By default, unless you changed those settings, Stripe will automatically cancel the Subscription for you after N failed payments. In that case we will send you that Event. Your webhook handler listens for it so that you can track it has now been canceled

magic pecan
#

did that make sense @hoary monolith ?