#atul
1 messages · Page 1 of 1 (latest)
I have exiting system on based on stripe subscription model
Hi there, this is how you should handle subscription failures https://stripe.com/docs/billing/subscriptions/webhooks#payment-failures
Have you got a chance to read the doc that I sent earlier?
when customer.subscription.updated wvent is fired
yes i read it
When stripe tries to charge the card but not able to charge it,
event is fired invoice.payment_failed, at same subscription.updated event is fired ??
Just want to understand your question, are you asking if customer.subscription.updated will be fired when a subscription payment is failed?