# pos\_predip\_welcome\_screen

{% columns %}
{% column width="33%" %}
![](/files/356VtOpcdNzh6Bh4XtBB)
{% endcolumn %}

{% column %}
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
{% endcolumn %}
{% endcolumns %}

\---


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.verifone.com/functional-specification/pos_predip_welcome_screen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
