# dual\_pricing\_tip\_basis

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

{% column %}
**Description**

Dual Pricing tip options. When tipping is enabled, the suggested tip options are shown

\
**Configuration Parameters**

`Merchant.DualPricingTipBasis` - This parameter determines which amount is used for tip calculations; the original subtotal amount or the adjusted subtotal amount.

When the original subtotal is set (parameter value: 0), the tip suggestions are calculated using the original subtotal requested from the POS. In case of the adjusted subtotal (parameter value: 1), the tip suggestions are calculated using the adjusted subtotal chosen by the customer from the dual pricing payment options.

`Merchant.TipEnabled` - Enables tipping for the merchant.

`Merchant.TipCustomOptionEnabled` - Enables Custom option on the Tip screen for the merchant.

`Merchant.TipPercentages` - Defines up to 3 tip percentage options to be presented for customers to choose from.

Enter up to 3 comma-separated whole numbers without the % symbol and without spaces, e.g. ‘10,15,20’ for 10%, 15%, 20%. Note: TipEnabled parameter must be enabled.
{% 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/dual_pricing_tip_basis.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.
