> For the complete documentation index, see [llms.txt](https://comercios.puntopago.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://comercios.puntopago.net/devoluciones-and-disputas/puede-el-cliente-realizar-una-devolucion.md).

# ¿Puede el cliente realizar una devolución?

Sí. Los clientes pueden solicitar una devolución o reembolso de acuerdo con la política de devoluciones del comerciante y las leyes de protección al consumidor aplicables.

<mark style="color:$primary;">**Cuotas**</mark> no cambia el proceso estándar de devolución de bienes o servicios comprados a un comerciante.

Las devoluciones y los reembolsos son gestionados por el comerciante, porque la transacción de compra se realiza directamente entre el cliente y el comerciante.

El comerciante es responsable de:

* Aceptar solicitudes de devolución y garantía
* Verificar el producto o servicio devuelto
* Aprobar o rechazar el reembolso según su política

Punto Pago actúa como una plataforma tecnológica y de pagos y no es el vendedor de los bienes o servicios.

***

### ¿Cómo reembolsar el préstamo en caso de devolución?

Si el comerciante acepta la devolución, el comerciante reembolsa al cliente según su política de devoluciones (por ejemplo, en efectivo u otro método acordado).

Después de recibir el reembolso, el cliente tiene dos opciones:

1. **Pagar el préstamo en su totalidad**\
   El cliente puede añadir fondos a su Billetera Punto Pago y cerrar el préstamo de inmediato.
2. **Continuar pagando según el calendario**\
   El cliente también puede optar por seguir pagando las cuotas hasta que el préstamo esté totalmente reembolsado.

La decisión depende de la preferencia del cliente después de recibir el reembolso.


---

# 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://comercios.puntopago.net/devoluciones-and-disputas/puede-el-cliente-realizar-una-devolucion.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.
