#satyashetty
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- satyashetty, 17 hours ago, 25 messages
- satyashetty, 19 hours ago, 6 messages
- satyashetty, 22 hours ago, 18 messages
- satyashetty, 1 day ago, 5 messages
- satyashetty, 4 days ago, 21 messages
hello! i would save both fields really
ok why so, what is the requirment of requires_action which we already know that authentication_requred is the error. I am new to all this so plz explain
can you share the PaymentIntent id where you're seeing that state / error?
so, this PaymentIntent is for an Invoice, that is generated as part of a Subscription. Typically, if you have a Subscription, most PaymentMethods are charged automatically and off-session. If the payment fails or requires 3DS - Stripe can automatically send an email notifying your Customer : https://docs.stripe.com/billing/revenue-recovery/customer-emails
ok i got that part. if the customers still do not complete the 3DS after receiving the email from stirpe or they just missed the email & contact our support that their subscription seems to have been canceled . we need to know the reason for the failure. What do u recommend storing both status?
or we just might want to know the no. of customers whose payments have failed due to some reason & after a say a little while send them reminders . Or redirect them to authenticate & make the pymt. Something on these lines
well, you would store both to know what was the last payment attempt error, and to know what's the current state of the PaymentIntent
Thanks for the update, I am guessing i will have to update the highlighted setting in screenshot shown to get the 3DS email sent to client automatically
yep that's correct