#slowlly
1 messages · Page 1 of 1 (latest)
good questions!
the recommended step here is
1/ have Stripe.js on your page
2/ (no need to have PaymentElement)
3/ with the PaymentIntent's client_secret field, call handleNextAction() function from Stripe.js: https://docs.stripe.com/js/payment_intents/handle_next_action
step 3 will display the 3DS authentication page etc
I'll give it a try next Monday and report back asap, thanks!