#carlosbilangieri_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1260935148984340582
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
Hi Guys...
so what's your question?
What should I do?
It should be accedpted the payment
not give us requires_action on the status
if it's in a requires_action, it means that the bank asked for the user to go though the 3DS flow.
so you need to ask your user to come back to your website/app, and re-confirm the PaymentIntent on the frontent to trigger the 3DS flow.
Laetitia โ Today at 13:44
according to our customer, their customer did not receive a request for approval.
๐ stepping in here as soma needs to step away
For the example you provided above 3DS was never actually prompted for the customer -- you need to confirm the PaymentIntent again on your frontend using confirmCardPayment() (https://docs.stripe.com/js/payment_intents/confirm_card_payment) which will trigger the 3DS modal to be shown
You can use our 3DS test cards to test this flow out in test mode: https://docs.stripe.com/testing#regulatory-cards
Gotcha in that case you set return_url when you confirm and you handle displaying the modal in your own integration. See: https://docs.stripe.com/payments/3d-secure/authentication-flow#when-to-use-3d-secure
Yes
amount=7700¤cy=EUR&payment_method_types[]=card&payment_method=pm_1Pb2OHDoQy71V0w1q3FRZB8T&confirm=true&customer=cus_QRwGi8L4gPV9TA&metadata[StripePaymentID]=RI247B80634000068009&retunr_url=http://localhost
?
You have a typo but overall yes that's the idea
You should test this out in test mode
Did you get an error?