#Adaam-MOTO
1 messages · Page 1 of 1 (latest)
Hi there, yes Stripe support MOTO transactions https://support.stripe.com/questions/mail-order-telephone-order-(moto)-transactions-when-to-categorize-transactions-as-moto
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
There's a link on this page where you can contact Stripe support to enable this feature.
I have had it enabled on my account, just struggling to find any instructions on how to actually do it
https://stripe.com/docs/payments/payment-intents/moto can you open this page?
yeah thats what ive written in my code at the moment, but I get an error saying that payment_method_options[card][moto] is a invalid parameter
{"error":{"code":"parameter_unknown","doc_url":"https:\/\/stripe.com\/docs\/error-codes\/parameter-unknown","message":"Received unknown parameter: payment_method_data[card][moto]","param":"payment_method_data[card][moto]","type":"invalid_request_error"}}
can you send me the request ID?
Ah, I know the problem, the moto should be in payment_method_options[card] , but it's inside payment_method_data[card] in your code.
Nice! happy to hear that!