> For the complete documentation index, see [llms.txt](https://docs.payvalida.com/api-cashout-redes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payvalida.com/api-cashout-redes/cashout-redes-english/response-codes.md).

# Response codes

{% hint style="info" %}
Questions? Contact us through **<support@payvalida.com>** or [schedule a meeting with our engineers](https://koalendar.com/e/payvalida-support).
{% endhint %}

#### Posibles errores de Consulta

| CODE | TEXT                                                |
| ---- | --------------------------------------------------- |
| 0001 | No se encontró registros                            |
| 0002 | La OTP no es valida                                 |
| 0003 | El monto no corresponde                             |
| 0004 | Monto inválido                                      |
| 0005 | Error de comunicacion con el autorizador            |
| 0006 | Su transaccion ha sido rechazada por el autorizador |
| 0007 | Servicio de verificacion indisponible               |
| 0008 | Debe indicar el PIN                                 |
| 0009 | El checksum no es valido                            |
| 0010 | Red no registrada                                   |
| 0011 | Red no autorizada                                   |
| 0012 | Debe indicar el documento/referencia                |
| 0013 | No se pudo completar la transaccion                 |

#### Posibles errores de Registro

| CODE | TEXT                                                |
| ---- | --------------------------------------------------- |
| 0003 | El monto no corresponde                             |
| 0004 | Monto inválido                                      |
| 0005 | Error de comunicacion con el autorizador            |
| 0006 | Su transaccion ha sido rechazada por el autorizador |
| 0007 | Servicio de verificacion indisponible               |
| 0009 | El checksum no es valido                            |
| 0010 | Red no registrada                                   |
| 0011 | Red no autorizada                                   |
| 0013 | No se pudo completar la transaccion                 |
| 0014 | Número de operacion no registrado                   |
| 0015 | Debe indicar un número de transaccion               |
| 0016 | Número de transaccion ya se encuentra registrado    |
| 0017 | Debe indicar el teller                              |
| 0018 | Debe indicar un número de operacion                 |

#### Posibles errores de Reverso

| CODE | TEXT                                      |
| ---- | ----------------------------------------- |
| 0001 | La transaccion no se encuentra registrada |
| 0009 | El checksum no es valido                  |
| 0010 | Red no registrada                         |
| 0011 | Red no autorizada                         |
| 0013 | No se pudo completar la transaccion       |
| 0015 | Debe indicar un número de transaccion     |
| 0018 | La transaccion no pudo reversarse         |


---

# 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.payvalida.com/api-cashout-redes/cashout-redes-english/response-codes.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.
