#38654-moto
1 messages · Page 1 of 1 (latest)
@summer spoke it is supported but generally if you accept payments that way(over the phone) you have higher PCI compliance burdens.
You can pass the raw card number to our APIs(we intentionally don't document it since most people should never do that), e.g. https://stripe.com/docs/api/payment_methods/create#create_payment_method-card and then you use it with the regular PaymentIntents APIs.
There's also a specific feature you need on your account to be able to flag the payments as being MOTO so that 3D Secure can be skipped(https://support.stripe.com/questions/mail-order-telephone-order-moto-transactions-when-to-categorize-transactions-as-moto) so you also want to contact our support team basically to get started with all this.
I see thank you very much for your kind answer. That clears up my confusion. I will take a look at those links and weigh up my options.
If I wanted to generate a payment link for the customer so they could visit the link on stripe hosted page then is there a functionality for this also?
I could build a payments for users on my app but just want to avoid extra overhead with testing and stuff.