#impactCn
1 messages · Page 1 of 1 (latest)
Hi there, are you asking how to handle 3DS authentication for an off_session initiated payment?
yep
The 3DS has been verified on the client for the first time. After I got the pm_xx parameter, I kept reporting permission problems when making payments.
The card ending number used is 3155.
What permission problems?
authentication_required.
Are you using PaymentIntent API?
yes
I read the document https://stripe.com/docs/payments/save-and-reuse?platform=web&client=react#web-test-the-integration This is the first time verification is required, and it will not be used later. The card number ending in 3155.
OK. So when a PaymentIntent is in requires_action status, you should bring your customer to your website and call stripe.confirmCardPayment to start the 3DS fow (https://stripe.com/docs/payments/3d-secure#when-to-use-3d-secure)
Does this need to be configured on the frontend?
Isn't the deduction of off session done on the server side?