#anhnh_docs
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1373877349635981362
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
The flow is correct, it's just that in reality, there are case issuer will still ask for 3DS regardless of whether you have set it up or not, and 3184 card simulates such cases
That's out of control from Stripe or you. What you can do is making sure whenever it's asking for 3DS again, bring back your customer online and ask them to complete the authentication
Our system stores customers' cards and implements automatic monthly payments.
Therefore, it's difficult to redirect them to the authentication page.
Is there another way to implement this?
That's normal indeed. Every system is like that. You want to to, for example send email, push notification or anything to your customer asking them come back to your website
Then display the PaymentIntent there
Yes, one last question: does the payment confirmation URL have an expiration time?
Yes it has. (Assuming you mean the URL inside next_action)
That depends on the issuer bank, but generally it has expiration
Yes, I got it. Thank you for support.