#.jers
1 messages · Page 1 of 1 (latest)
hello! do you mean you need to control 3DS using the API? And why so instead of relying on Stripe to automatically trigger 3DS?
I use the api in my store, but when using cards with 3D Secure, it returns "requires_action"
can you provide the PaymentIntent id so that I can take a look?
i suggest following the guide at https://stripe.com/docs/payments/accept-card-payments?platform=web&ui=elements to better understand how to handle payments with the Card Element.
Typically, you would confirm the payment on the frontend using stripe.confirmCardPayment after collecting the payment method details. If the customer needs to authenticate the card, that method will automatically display the modal required to perform 3DS.
in the documentation, can I find an example of the modal?
hrm, i don't think we have an example image around of what it looks like. You can test it out to see what it looks like though