#ijsje
1 messages · Page 1 of 1 (latest)
Hi there, there's no elements for updating a subscription.
If you want to get notified when an invoice is failed or requires 3DS. you can listen to invoice.payment_failed and invoice.payment_requres_action
Unfortunately I only get those through the webhook, not through the response on subscription modify
Should I wait with telling the customer the payment succeeded until I get a certain webhook?
You can also let Stripe to send email and inform your customer regarding the failed payments
See Manage failed payments in this page https://dashboard.stripe.com/settings/billing/automatic
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Ok I have that enabled. So if I use this + check in the response of modify that the customer payment failed. I should be fine right?
I see that sometimes the response already shows a failed charge in latest invoice
If you want to update your DB when invoice payment fails, you can just listen to invoice.payment_failed