> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/cug-57.01-en/cug-57.01-es/referencia-de-usuario-de-commander-57.01/descuento-pop.md).

# Descuento POP

## Descripción general

La función de descuento en el punto de compra (POP) es un tipo de descuento automatizado que ofrece combustible a un precio rebajado según ciertas características que cumplen los requisitos en la transacción.

Esas características pueden ser la compra de un PLU específico (quizás, lavado de autos), el pago con un MOP específico (quizás, efectivo), el pago con un tipo de tarjeta específico (el tipo de tarjeta de pago propio del sitio), la compra de una cantidad mínima de un departamento (quizás, combustible premium) o la membresía en el programa de fidelización del sitio.

Esta amplia variedad de opciones se ofrece para brindar flexibilidad. Ejecutar más de dos tipos de promociones POP al mismo tiempo puede resultar confuso para los empleados y para los clientes, y no se recomienda.

{% hint style="info" %}
*Los descuentos de combustible no pueden ser superiores a $ 0.99.*
{% endhint %}

Se permiten múltiples descuentos POP PPG en una sola transacción. El POS apila un máximo de tres categorías POP, una de cada categoría:

* **Basados en mercancía**: PLU (#), importe mínimo de compra ($) o importe mínimo del departamento ($ o #)
* **Basados en pago**: MOP o tipo de tarjeta
* **Basados en membresía/código**

{% hint style="info" %}
*Consulte la documentación de referencia de la función de descuento POP para obtener información sobre esta función.*&#x20;
{% endhint %}


---

# 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.verifone.com/cug-57.01-en/cug-57.01-es/referencia-de-usuario-de-commander-57.01/descuento-pop.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.
