For the complete documentation index, see llms.txt. This page is also available as Markdown.

moto

When accessed from the Card Prompt screen

Description

The merchant is prompted to chose mail, phone or internet order type.

Merchant/Customer action

The merchant can choose mail, phone or internet order for MOTO/IO transactions. The flow for all options is the same.

Configuration Parameters

Merchant.MotoPaymentEnabled - MOTO options will only be shown for a purchase when this is enabled.

Merchant.MotoRefundEnabled - MOTO options will only be shown for a refund when this is enabled.

Merchant.IoPaymentEnabled - IO option will only be shown for a purchase when this is enabled.

Merchant.IoRefundEnabled - IO option will only be shown for a refund when this is enabled.

Merchant.ManualTransactionAmountLimitForUserAuthPrompt - Maximum amount allowed for a manual transaction before prompting for User Authorization, in the currency supported by the terminal. The value should be in a decimal format, e.g. $40 = 40.00

Merchant.MotoTransactionAmountLimitForUserAuthPrompt - Maximum amount allowed for a MOTO transaction before prompting for User Authorization, in the currency supported by the terminal. The value should be in a decimal format, e.g. $40 = 40.00

Merchant.UserAuthLevelForManualTransactionAmountLimit - Specifies the user auth passcode level required to perform a manual transaction when the Merchant.ManualTransactionAmountLimitForUserAuthPrompt is exceeded.

Merchant.UserAuthLevelForMotoTransactionAmountLimit - Specifies the user auth passcode level required to perform a mail or telephone order (MOTO) transaction when the Merchant.MotoTransactionAmountLimitForUserAuthPrompt is exceeded.

UserAuthLevels

0 - Staff - No Passcode prompts

1 - Cashier - Cashier Passcode Prompt

2 - Manager - Manager Passcode Prompt

3 - Admin - Admin Passcode Prompt

---

Last updated

Was this helpful?