> For the complete documentation index, see [llms.txt](https://guia.fenicio.help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guia.fenicio.help/integraciones-y-herramientas/integradores/bancard-qr.md).

# Bancard QR

## Pedido de conexión

1. El comercio debe contactar al siguiente contacto de Bancard:
   * 📥 **➡** <beatriz.almazan@bancard.com.py> (Beatriz Almazan)
   * 📥 **➡** <doris.insaurralde@bancard.com.py> (Doris Isaurralde)
2. Este servicio notifica al comercio a través de un webhook al cual hay que configurarlo:&#x20;
   * URL del servicio **➡** https\://{**URL del comercio**}/checkout/bancardqr/webhook&#x20;
   * Usuario **➡** bancard (este valor es fijo para todos los comercios)
   * Password **➡** hay que generar una password con algún generador de contraseñas. Este dato se ingresa en password.
   * Estos 3 datos hay que proporciónalos a Bancard para que puedan configurar de su lado el retorno de la transacción
3. Luego a través de un ticket a soporte, el comercio debe solicitar a Fenicio la integración y proporcionar los datos requeridos:
   * *Comercio*
   * *Sucursal*
   * *Public Key*
   * *Private Key*
   * *Tras configurar la URL del webhook enviar un print como comprobante de la configuración.*
   * *El medio de pago se establecerá por defecto en la moneda de la tienda (moneda local del país). Si se requiere utilizar otra moneda, deberá especificarse explícitamente.*
4. Fenicio informará al comercio una vez quede habilitada la integración.

{% hint style="success" %}
El medio de pago **Bancard QR** soporta [descuentos por BINes](/descuentos/descuento-de-medios-de-pago.md#creacion-y-edicion-de-un-grupo-de-productos).
{% endhint %}

## Detalles

1. Las cuotas se configuran con Bancard.&#x20;
2. La verificación del medio de pago queda a cargo del cliente, mediante ejecución de la primera compra.

## Recursos y consultas frecuentes

[Sitio web de Bancard QR](https://www.bancard.com.py/pagos-qr)


---

# 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://guia.fenicio.help/integraciones-y-herramientas/integradores/bancard-qr.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.
