#codetoby
1 messages · Page 1 of 1 (latest)
Hi there!
Note that there are a lot of settings in the dashboard about this: https://dashboard.stripe.com/settings/billing/automatic
Otherwise you can listen to invoice.payment_failed. And you can learn more about Subscription events here: https://stripe.com/docs/billing/subscriptions/webhooks
This is very helpful. Thank you. Which event gets triggered when it will automatically cancels the subscription?
It should be customer.subscription.deleted.
Ok thanks for you help. I appreciate it
Happy to help 🙂