> For the complete documentation index, see [llms.txt](https://helpcenter.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.verifone.com/p630-how-tos/how-to-add-a-tip-to-a-sale.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://helpcenter.verifone.com/p630-how-tos/how-to-add-a-tip-to-a-sale.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
