#Edofo-3DS
1 messages · Page 1 of 1 (latest)
pi_3L5Q9mGs6Czbq4l105vL1L0g
Here you used the test card 4000000000003220 that requires 3DS, so it's expected that you need to go though the 3DS flow when using the API.
OK, thanks,
is there another way to create a payment intent and confirm it without 3d secure? through invoices? others ?
And how did you do it via the dashboard?
And how did you do it via the dashboard?
If you add a card directly in the dashboard, it is considered as MOTO payment, which means you don't need 3DS. You can learn more about this here: https://support.stripe.com/questions/mail-order-telephone-order-(moto)-transactions-when-to-categorize-transactions-as-moto
is there another way to create a payment intent and confirm it without 3d secure?
In test mode you can use a card without 3DS, like4242424242424242
But in live mode, it's completely up to the bank to request 3DS or not, so that's something that you should take into account and handle in your website/app
Ok thanks, so I can create a paymentintent with « payment_method_options[card][moto]: true » ?
Yes that's an option, but to get access to that feature you need to talk to Stripe support directly: https://support.stripe.com/?contact=true
Ok thanks, will this have no impact on paymenntintent when 3d secure takes place?