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

enter_cashonly_amount

Description

Merchant is prompted to enter the amount of the transaction. The transaction amount is validated against the configuration parameters, to make sure that the amount is within the maximum amount.

Merchant/Customer action

Selecting Card starts the card payment.

Selecting Other prompts the user for other transaction options.

Configuration Parameters

Merchant.CashoutCeiling - the transaction amount must be below the “Merchant.CashoutCeiling” parameter, otherwise the transaction will be declined. This parameter is located under “Merchant Options” in the Merchant Configuration table.

Merchant.CashoutOnlyEnabled - the boolean value for this parameter must be set to true, in order to enable cashout-only transactions, otherwise the transaction will be declined. This parameter is located under “Merchant Features” in the Merchant Configuration table.

VPOS.enable_itemization_plus_sign - the itemized basket and plus sign are displayed.

---

Last updated

Was this helpful?