Welcome to Zuora Product Documentation

Explore our rich library of product information

Support for MOTO transactions

Learn how to process Mail Order Telephone Order (MOTO) transactions using Stripe v2, including creating stored credential profiles and handling network transaction IDs.

Credit card payment transactions through Stripe v2 can be processed as Mail Order Telephone Order (MOTO) payment transactions. When creating a payment through the UI or API operation, you can specify the following field with MOTO. The MOTO transaction indicator will be included in the request to the gateway and a recurring stored credential profile will be created for the payment method used to process the payment. The network transaction ID (NTI) will be returned in the authorization response.

Field

Value

UI for creating a payment

Transaction Source

Merchant Initiated MOTO Transaction

Create a payment API operation

mitTransactionSource

M_MOTO

You can also use MOTO transactions to create stored credential profiles when creating credit card payment methods through UI or processing recurring card payment transactions. For details, see Manage stored credential profiles .