#jahirjje
1 messages · Page 1 of 1 (latest)
What are you using to create payments? Stripe Checkout? Payment Elements?
I create my paymentintents with php and js to confirm the payment method
That's not really useful information. Both Checkout and the Payment Element do that. What type of form are you using to accept payment credentials?
I create the payment method with a setup intent, and i save it.
i use php to create the setup intent, and i use js to validate with confirmCardSetup
What are you using on the front end? Just a regular HTML form?
Yes
Since you're already using JS in your front end I would recommend using the Payment Element. This handles redirecting to 3DS for you. Here's the quickstart: https://stripe.com/docs/payments/quickstart
Let me know if the above is helpful or not