> 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/perform-returns-and-exchanges/processing-refunds-to-vouchers.md).

# Process a refund to a voucher

Some stores have a policy of refunding to a voucher when a customer returns an item. You can refund to a new voucher or to an existing voucher.

1. Process the return up to the point of tendering the sale.
2. Enter the refund amount next to the **Voucher** tender type.

You can enter the full refund amount in the **Voucher** tender type or a portion of the refund amount. Follow your store's policies and procedures for refunds. The name of the **Voucher** tender type is customizable and may vary by store. Your store may call it Gift Voucher, Gift Card, Gift Certificate, or something else. In the example below, it's called Gift Voucher.

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

3. Tap **OK**.
4. If your store sells more than one type of voucher, on the **Select Voucher** Item screen tap the type of voucher and tap **Select**.

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

5. On the **Voucher Refund Verification** screen, do one of the following:

* Tap **Create new** to load the refund amount on a new voucher.
* Tap **Refund to existing** to load the refund amount on an existing voucher.

6. If you are refunding to a new voucher, if prompted, enter the voucher number.
7. If you are refunding to an existing voucher, tap in the **Existing Number** field and enter the voucher number.

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

8. Tap **Search** or press **Enter**.
9. Tap **Select**.
10. Tap **Yes** to print the receipt.

The receipt shows the new balance.


---

# 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/perform-returns-and-exchanges/processing-refunds-to-vouchers.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.
