> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/readme-1/process-a-basic-transaction/transactions-tendering-sale.md).

# Tender a sale (general)

After you have entered all of the items in the transaction and the customer is ready to pay, you can tender the sale (also known as accepting payment).

1. Tap **Transaction** | **Tender Sale**. You can also press **F12** or **Enter**.
2. On the **Tender** screen, enter the tender amount next to the relevant tender type.

You can accept more than one tender type for a transaction. For example, a customer may want to pay for a larger purchase using a combination of cash and credit card.

<div align="left"><img src="/files/8lMf1CIz8rOFhSCQYvx2" alt=""></div>

You may also be able to accept two or more forms of the same tender type. For example, a customer may want to split a purchase between two different credit cards. If your store allows multiple entries for tender types, tap the green + icon next to the tender type to add a new row.

<div align="left"><img src="/files/S2aOPPIkk8AjEwDZN7P2" alt=""></div>

{% hint style="success" %}
If the customer is paying the entire amount using one tender type, you do not have to enter the amount. Instead, tap in the amount field next to the appropriate tender type and press **+** on the keyboard. POS automatically enters the full amount of the transaction for that tender type.
{% endhint %}

3. Tap **OK**.
4. If the customer wants a receipt, tap **Yes** to print the receipt.

<div align="left"><img src="/files/VuSEi2KlQjWpHUzByBBD" alt=""></div>


---

# 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://docs.rmhpos.com/readme-1/process-a-basic-transaction/transactions-tendering-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.
