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

pos_predip_welcome_screen

Configuration Parameters:

\

Quick chip is available only if all three are enabled. If not, the nonsensitive card data will be returned to the POS, but the customer will have to leave an inserted card in the terminal until the payment is started and completed or the card acquisition session is cancelled.

```Terminal.QuickChipByDefault``` - Indicates whether or not to perform a transaction as quick chip

```Acquirer.QuickChipEnabled``` - Indicates that quick chip is supported by this host

```Schemes.QuickChipEnabled``` - Indicates that quick chip is supported by this scheme

**Description**

POS can display its own screen that prompts the customer to present card when it calls the Payment SDK API TransactionManager.requestCardData() or TransactionManager.enableReader(). This screen should satisfy any EMV requirements for the card presentation screen. If the POS does not want the payment app to show the card presentation screen, set the silentUi parameter in the api. When the card is presented by the customer, the POS will get a callback that the card is presented so it can show any visual changes to let the customer know that the card has been recognized. The card reader will timeout in 30 seconds.

**Merchant/Customer action**

Customer presents the card

---

Last updated

Was this helpful?