#thibschock-Payment
1 messages · Page 1 of 1 (latest)
Thanks, the PaymentIntent status is requires_action, so you need to bring your customer to your website to and call stripe.handleCardAction()
how do I do that ?
thanks a lot for yout help btw
When a paymentIntent's status becomes requires_action, you shall notify your customer (via email or in-app notification) bring them to your website. In the page you can call stripe.handleCardAction() with the client_secret of the PaymentIntent.
Depends on the paymentIntent status, you might need to call stripe.confirmPayment() again if the status is requires_confirmation
You can refer to this diagram for the process https://stripe.com/docs/payments/accept-a-payment-synchronously#web-handle-next-actions
ok since I'm not a developper I may need help from someone. but thanks a lot for your help here