#satyashetty

1 messages · Page 1 of 1 (latest)

safe flowerBOT
#

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.

teal frost
#

hello! i would save both fields really

neat scaffold
#

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

teal frost
#

can you share the PaymentIntent id where you're seeing that state / error?

neat scaffold
#

ok

#

pi_3OlodXSGmP5mAGB90TDGDjAm

teal frost
#

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

Configure Stripe to automatically email your subscription customers when something goes wrong with their payment or payment source.

neat scaffold
#

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

teal frost
#

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

neat scaffold
#

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

teal frost
#

yep that's correct