#thibschock-Payment

1 messages · Page 1 of 1 (latest)

sleek seal
#

Hi there, can you share with me the PaymentIntent ID?

viscid oriole
#

pi_3L7VK1C0TwawWcmN0qpuqHzg

#

this one ?

sleek seal
#

Thanks, the PaymentIntent status is requires_action, so you need to bring your customer to your website to and call stripe.handleCardAction()

viscid oriole
#

thanks a lot for yout help btw

sleek seal
#

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

viscid oriole
#

ok since I'm not a developper I may need help from someone. but thanks a lot for your help here