#Leroy-3DS
1 messages · Page 1 of 1 (latest)
Hi there 👋 is there a particular error that you're encountering? Have you consulted our documentation on manually requesting the 3DS flow?
https://stripe.com/docs/payments/3d-secure#manual-three-ds
i have looked at it but i think im coming short on how to proceed, forgive my ignorance on that
for instance, i was using the charge api before, this looks to want me to switch to the payment intent api
im happy to share more code too, as an fyi this is the form ive been using (staging site) https://staging-floridaihmc.kinsta.cloud/register/
im not really encountering any errors, more like, am unable to pass my metadata successfully via XMLHttpRequest
Gotcha, yeah, our Charges API doesn't work with SCA/3DS and you'd need to migrate to Payment Intents to handle this:
https://stripe.com/docs/payments/payment-intents/migration/charges
so in my code ive actually booted customers to use the checkout api if they're not in the US
if you look in my js you'll see i pass some parameters to a php file, and in my php you'll see i create a checkout session that they're redirected to
my ultimate goal is to pass the form field values for first name and last name as metadata to my checkout session
i realized this is sounding a little XY problemy but i feel like it's doable