#Adaam-MOTO

1 messages · Page 1 of 1 (latest)

keen portal
#

There's a link on this page where you can contact Stripe support to enable this feature.

thin spire
#

I have had it enabled on my account, just struggling to find any instructions on how to actually do it

keen portal
thin spire
#

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"}}

keen portal
#

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.

thin spire
#

lol jesus, yeah

#

ty ty, seems to be working now

keen portal
#

Nice! happy to hear that!