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

# Procesar un reembolso a un vale

Algunas tiendas tienen una política de reembolsar a un vale cuando un cliente devuelve un artículo. Puede reembolsar a un vale nuevo o a un vale existente.

1. Procese la devolución hasta el punto de cobrar la venta.
2. Introduzca el importe del reembolso junto a la **Vale** tipo de cobro.

Puede introducir el importe total del reembolso en el **Vale** tipo de cobro o una parte del importe del reembolso. Siga las políticas y los procedimientos de su tienda para los reembolsos. El nombre del **Vale** tipo de cobro es personalizable y puede variar según la tienda. Su tienda puede llamarlo Vale regalo, Tarjeta regalo, Certificado de regalo o de otra manera. En el ejemplo siguiente, se llama Vale regalo.

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

3. Toca **Aceptar**.
4. Si su tienda vende más de un tipo de vale, en la **Seleccionar vale** pantalla de artículo, toque el tipo de vale y toque **Seleccione**.

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

5. En la pantalla **Verificación de reembolso de vale** pantalla, haga una de las siguientes acciones:

* Toca **Crear nuevo** para cargar el importe del reembolso en un vale nuevo.
* Toca **Reembolsar a existente** para cargar el importe del reembolso en un vale existente.

6. Si está reembolsando a un vale nuevo, si se le solicita, introduzca el número del vale.
7. Si está reembolsando a un vale existente, toque en el **Número existente** campo e ingrese el número del vale.

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

8. Toca **Buscar** o presione **Intro**.
9. Toca **Seleccione**.
10. Toca **Sí** para imprimir el recibo.

El recibo muestra el nuevo saldo.


---

# 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/es/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.
