> For the complete documentation index, see [llms.txt](https://readme.streampayments.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://readme.streampayments.io/readme/documentation/products/catalogos-generales.md).

# Catálogos Generales

Esta sección contiene los catálogos de referencia utilizados por ambos productos (PAYIN y PAYOUT).

## Códigos de Moneda

| Código | Descripción        | PAYIN        | PAYOUT       |
| ------ | ------------------ | ------------ | ------------ |
| `PEN`  | Soles Peruanos     | SI           | SI           |
| `USD`  | Dólares Americanos | Próximamente | Próximamente |

## Tipos de Documento Cliente

| Código | Descripción                           | PAYIN | PAYOUT |
| ------ | ------------------------------------- | ----- | ------ |
| `DT02` | Pasaporte                             | SI    | SI     |
| `DT04` | Documento Nacional de Identidad (DNI) | SI    | SI     |
| `DT05` | Carné de Extranjería                  | SI    | SI     |
| `DT07` | Registro Único de Contribuyentes      | SI    | SI     |
| `DT08` | Libreta Electoral                     | SI    | SI     |
| `DT09` | Libreta Militar                       | SI    | SI     |

## Códigos de Institución Financiera

| Código | Institución            | PAYIN | PAYOUT | Tipo              |
| ------ | ---------------------- | ----- | ------ | ----------------- |
| `0002` | BCP                    | SI    | SI     | Banco             |
| `0003` | INTERBANK              | SI    | SI     | Banco             |
| `0009` | SCOTIABANK             | SI    | SI     | Banco             |
| `0011` | BBVA                   | SI    | SI     | Banco             |
| `0018` | BANCO NACION           | SI    | SI     | Banco             |
| `0023` | BANCOM / LUQEA         | SI    | SI     | Banco             |
| `0035` | BANCO PICHINCHA        | SI    | SI     | Banco             |
| `0038` | BANBIF                 | SI    | SI     | Banco             |
| `0049` | MI BANCO               | SI    | SI     | Banco             |
| `0043` | CREDISCOTIA            | SI    | SI     | Financiera        |
| `0053` | BANCO GNB              | SI    | SI     | Banco             |
| `0054` | BANCO FALABELLA        | SI    | SI     | Banco             |
| `0055` | RIPLEY                 | SI    | SI     | Financiera        |
| `0058` | BANCO ALFIN            | SI    | SI     | Banco             |
| `0091` | COMPARTAMOS FINANCIERA | SI    | SI     | Financiera        |
| `0094` | TARJETA OH             | SI    | SI     | Financiera        |
| `0096` | FINANCIERA EFECTIVA    | SI    | SI     | Financiera        |
| `0099` | FINANCIERA CONFIANZA   | SI    | SI     | Financiera        |
| `0776` | PREXPE                 | SI    | SI     | Fintech           |
| `0800` | CAJA METROPOLITANA     | SI    | SI     | Caja Municipal    |
| `0801` | CAJA PIURA             | SI    | SI     | Caja Municipal    |
| `0802` | CAJA TRUJILLO          | SI    | SI     | Caja Municipal    |
| `0803` | CMAC AREQUIPA          | SI    | SI     | Caja Municipal    |
| `0806` | WAYKI CAJA CUSCO       | SI    | SI     | Caja Municipal    |
| `0808` | CAJA HUANCAYO          | SI    | SI     | Caja Municipal    |
| `0809` | CAJA ICA               | SI    | SI     | Caja Municipal    |
| `0849` | CAJA LOS ANDES         | SI    | SI     | Caja Municipal    |
| `0901` | YAPE                   | SI    | SI     | Billetera Digital |
| `0902` | PLIN                   | SI    | SI     | Billetera Digital |
| `0910` | COOPERATIVA ABACO      | SI    | SI     | Cooperativa       |
| `0921` | LIGO                   | SI    | SI     | Billetera Digital |
| `0922` | DALE                   | SI    | SI     | Billetera Digital |

> **Nota:** Solo se muestran las instituciones disponibles en **Producción**. Algunas instituciones como Citibank (0007), Santander (0056), Credinka (0073), entre otras, no están disponibles actualmente en producción.


---

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

```
GET https://readme.streampayments.io/readme/documentation/products/catalogos-generales.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.
