Process MOTO payments
Process mail order and telephone order (MOTO) payments.
Notiz
MOTO payments are a gated feature. To request access, contact Stripe support. After we enable the feature, you must activate it by disconnecting from and reconnecting to your readers.
To process MOTO payments with the Android SDK, you must:
Notiz
If you’re displaying cart details using the setReaderDisplay method, you must reset the reader’s display from a line item interface to the splash screen before collecting a MOTO payment.

MOTO payment collection flow
Create a PaymentIntent
To begin collecting a MOTO payment, you must create a PaymentIntent with payment_method_types that includes card
.
Collect a payment method
After you’ve created a PaymentIntent, you can collect a PaymentMethod with the SDK. To collect a MOTO payment, your app must connect to a reader.
Set moto
to true
in the CollectConfiguration
object when calling collectPaymentMethod
.
After the request, the connected reader prompts you to enter the cardholder’s number, CVC, expiration date, and postal code.