#Capruce-moto
1 messages · Page 1 of 1 (latest)
Hi! We have a feature to enable MOTO payments with the API. If you are interested to get access to it, you need to contact Stripe support here: https://support.stripe.com/?contact=true
Hey, thanks for the reply.
I think that was enabled for us but I guess I missed the capabilities of it.
Would this become visible in the stripe js documentation if viewing from the account with the feature enabled?
Yes. For example on a PaymentIntent, do you see the payment_method_options.card.moto parameter?
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_options-card
I do thanks!, Though I see it can only be supplied when confirming the PaymentIntent.
I was hoping to confirm the payment intent on an (internal) frontend but I don't see similar MOTO options listed on the stripe.js confirmPaymentIntent docs though (e.g. payment_method_options[1])
Sorry if these are stupid questions, I'm less familiar with the FE parts of stripe mainly investigating to go back to the team 😅
Though I see it can only be supplied when confirming the PaymentIntent.
Yes, so you would passconfirm:truewhen creating the PaymentIntent.
You can learn more about this here: https://stripe.com/docs/payments/payment-intents/moto