# How To Add A Tip To A Sale

{% hint style="warning" %}
Please ensure that this feature is enabled on the device first before performing this step. The step below is for the terminal in manual/standalone mode
{% endhint %}

{% stepper %}
{% step %}

### Enter Amount on Sale Screen

First enter the payment amount on the screen and then tap the Card button.
{% endstep %}

{% step %}

### Tap the required Tip Amount

It will prompt a screen that says 5%, 10% Custom amount or No Tip (If the screen does not prompt, please contact us to enable this)
{% endstep %}

{% step %}

### Payment Screen including Tips

A customer can then insert, swipe, or tap their card or device. Also, select other payment options, such as Klarna
{% endstep %}

{% step %}

### Payment Processing

The terminal then connects to our payment processing and receives an approval response.
{% endstep %}

{% step %}

### Select Receipt Option

Then select the receipt option.
{% endstep %}

{% step %}

### Transaction Complete

The transaction is now complete.&#x20;
{% endstep %}
{% endstepper %}

#### [<mark style="color:$success;">Back to P630 - How To Guides</mark>](#back-to-p630-how-to-guides)


---

# 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://helpcenter.verifone.com/p630-how-tos/how-to-add-a-tip-to-a-sale.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.
