#Krish8128
1 messages · Page 1 of 1 (latest)
Do you have a PaymentIntent ID that I can take a look at?
I don't know where I can find it. Please help me by directing me to where I should look for it.
Okay, I think this is the ID you're referring to
pi_3NxXMkSCRDCbExlr0gGVrJfE
I can see that this payment_intent is in requires_action status, which means you need to bring your customer to frontend and call stripe.confirmCardpayment to start the 3DS process
I also notice that you are using a 3rd-party plugin in your integration. If you don't know how to use Stripe API I'd suggest you reach out to the plugin developer directly
Can u tell me plugin name in particular?
I can see that this payment_intent is in requires_action status, which means you need to bring your customer to frontend and call stripe.confirmCardpayment to start the 3DS process
Can you tell me how to do this? Is this something a developer should handle, or can I do it myself as well?
You need a developer