# API CashOut

## Español

- [Introducción](https://docs.payvalida.com/api-cashout/master.md)
- [Movimientos en bolsa](https://docs.payvalida.com/api-cashout/consulta/movimientos-en-bolsa.md)
- [Operación única](https://docs.payvalida.com/api-cashout/consulta/operacion-unica.md)
- [Operaciones múltiples](https://docs.payvalida.com/api-cashout/consulta/operaciones-multiples.md)
- [Saldo en bolsa](https://docs.payvalida.com/api-cashout/consulta/saldo-en-bolsa.md)
- [Registrar operación](https://docs.payvalida.com/api-cashout/registrar/registrar-operacion.md)
- [Recarga bolsa](https://docs.payvalida.com/api-cashout/registrar/recarga-bolsa.md): Este API permite a los comercios solicitar un URL para efectuar un pago que recargue su bolsa de desembolsos.
- [Eliminar operación](https://docs.payvalida.com/api-cashout/eliminar/eliminar-operacion.md)
- [Excepciones](https://docs.payvalida.com/api-cashout/mensajes-de-error/excepciones.md)
- [Notificación](https://docs.payvalida.com/api-cashout/notificacion/notificacion.md): Este es el proceso de notificación que utiliza Payvalida para notificar el retiro o la expiración de una orden de desembolso.

## English

- [Get Started](https://docs.payvalida.com/api-cashout/api-cashout-en/master.md)
- [Wallet Movements](https://docs.payvalida.com/api-cashout/api-cashout-en/consult/consult-available-balance.md)
- [Operation](https://docs.payvalida.com/api-cashout/api-cashout-en/consult/consult-operation.md)
- [Multiple Operations](https://docs.payvalida.com/api-cashout/api-cashout-en/consult/consult-multiple-operations.md)
- [Available Balance](https://docs.payvalida.com/api-cashout/api-cashout-en/consult/consult-available-balance-1.md)
- [Register Operation](https://docs.payvalida.com/api-cashout/api-cashout-en/register/register-operation.md)
- [Recharge funds](https://docs.payvalida.com/api-cashout/api-cashout-en/register/register-operation-1.md): This API allows merchants to request an URL in order to make a payment that will recharge funds
- [Delete Operation](https://docs.payvalida.com/api-cashout/api-cashout-en/delete/delete-operation.md)
- [Exceptions](https://docs.payvalida.com/api-cashout/api-cashout-en/messages/error-messages.md)
- [Notification](https://docs.payvalida.com/api-cashout/api-cashout-en/notification/notification.md): This is the service that Payvalida uses in order to send a notification about a withdrawed or an expirated operation


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.payvalida.com/api-cashout/master.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.
