#keiron - MOTO
1 messages · Page 1 of 1 (latest)
Yes I think so. We want to take offline payments and be notified via the usual stripe Events to our endpoint when payments have been taken so we can set up subscriptions
We will be creating subscriptions off the back of this offline payment
Then we have a feature specifically for this. You need to ask access to MOTO payment with the API to Stripe support here: https://support.stripe.com/contact
I've got access
I just need to turn the access on via an option in my control panel
once I've turned it on, how do I accept offline payments without being prompted for 3d secure?
Got it! Then you can see how it works on this documentation page: https://stripe.com/docs/payments/payment-intents/moto
You basically need to set payment_method_options: {card: {moto: true}} when creating the PaymentIntent.
brilliant thank you