#lovelock_best-practices

1 messages ¡ Page 1 of 1 (latest)

winter hedgeBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1262416393345826837

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

humble otter
meager wolf
#

We already have this turned on for our account already but seems it can't be used with Stripe form elements

humble otter
#

Yes it is not compatible with Payment Element. It can be used with Card Element to create a PaymentMethod client-side using createPaymentMethod() with Stripe.JS and then passing moto: true via your server when confirming using that PaymentMethod.

meager wolf
#

Thanks, we'll try

#

Last question

#

If we use the test card provided "Always authenticate" will this always show 3d secure even if we are using MOTO? If so, is there another card that can be used to test if MOTO is working?

humble otter
#

The authentication required test card will simulate MOTO not being exempted from 3DS by the issuer. The other 3DS cards will simulate that that MOTO exemption is supported and 3DS won't be triggered.

#

"authentication required test card" == "Always authenticate" if that wasn't clear