# Archivo de Medios de Pago

Este archivo o Query SQL se generará en caso de tener varios métodos de pago por factura.

| Nombre del Campo / Cabeceras | Tipo de Campo | Descripción                                                                         |    Ejemplo    | Obligatorios |
| ---------------------------- | :-----------: | ----------------------------------------------------------------------------------- | :-----------: | :----------: |
| invoice\_number              |     String    | Numero de factura tal cual esta en el archivo Orders                                |   FAC0123213  |      SI      |
| branch\_name                 |     String    | Tienda donde realizo la venta                                                       |      A101     |      SI      |
| type                         |     String    | Tipo de pago, valores posibles \['credit', 'debit', 'cash', 'mercadopago', 'other'] |     Credit    |      SI      |
| brand                        |     String    | Marca de la tarjeta                                                                 |      VISA     |      NO      |
| Bank                         |     String    | Banco emisor de la Tarjeta                                                          | Banco Galicia |      NO      |
| Total                        |     Float     | Total pagado por este medio de pago                                                 |      1299     |      SI      |
| Installments                 |    Integer    | Cantidad de Cuotas                                                                  |       2       |      NO      |
| card\_first\_digits          |     String    | Primeros 6 números de la tarjeta                                                    |     12321     |      NO      |

{% file src="/files/-MLrrfsw2zrh\_RGNpq1C" %}
Archivos de Método de pago de Ejemplo
{% endfile %}


---

# Agent Instructions: 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:

```
GET https://woowup-docs.gitbook.io/woowup-developer-docs/integracion-csv-sql/archivo-de-medios-de-pago.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
