#madhavi_23060
1 messages · Page 1 of 1 (latest)
hi there!
you can listen to the invoice.payment_failed webhook event to know when a Subscription payment fails
Is there any other way that alerts us if any failures in Stripe?
I see you have the https://dashboard.stripe.com/logs - but no api as such to fetch it
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Is there any other way that alerts us if any failures in Stripe?
webhook events are the best option for this, I don't really see what you mean by "other way".
customer.subscription.updated is there but I cannot see anything for failed like we have for invoice.payment_failed
In order to get failures you need to watch invoice.payment_failed