#Daniel Wallace - Subscription Payment Failure Events
1 messages · Page 1 of 1 (latest)
Hello! If you're looking for Subscription payment failures usually the best event is invoice.payment_failed: https://stripe.com/docs/api/events/types#event_types-invoice.payment_failed
From the Invoice you can get to the Subscription itself, the Payment Intent, the Customer, etc.
We also have some good documentation about various Subscription related events here that may be of interest: https://stripe.com/docs/billing/subscriptions/overview#subscription-events
Perfect!! Thank you, That is exactly what I needed!