Process MOTO paymentsPratinjau pribadi
Process mail order and telephone order (MOTO) payments.
Pratinjau pribadi
MOTO payments are in private preview. 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 a server-driven integration, you must:
Catatan
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
To begin collecting a MOTO payment, you must create a PaymentIntent with payment_method_types that includes card
.
After you create a PaymentIntent
, use process_payment_intent to process the payment, setting process_config[moto] to true
.
The process_payment_intent request is asynchronous. After the request, the reader prompts you to enter the cardholder’s card number, CVC, expiration date, and postal code. You can then confirm the cardholder’s details to submit the payment for authorization.
Your application must follow the instructions for verifying the reader state to confirm a successful (approved) payment.
You must call capture to complete the payment if the PaymentIntent
has a status of requires_
.