#Sylom — payment intents
1 messages · Page 1 of 1 (latest)
Hi, could you please provide a Payment Intent id pi_xxx so I could take a better look?
Since I'm using the test API key, are the ids still valid?
yes
pi_3KsOE3EcDi1Zhp571GYwym9o
I'm taking a look
ok so basically to sum things up you are confirming the payment on the Backend (your php code) and you're getting a status requires_action when that happens for 3DS you need to get your customer back to your website and use the client_secret on the Payment Intent object with our Element Stripejs component to get them to authenticate their card
I see. Since I was partially using React for the cart and I used to retrieve the url to redirect, instead of the URL, I should in this case send the client_secret and treat it with Stripe.js, if I understood correctly.
yes exactly
Ok then, I'll try that. Thank you.
let me know if you need any more help
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!