# Pre-autorización

- [Introducción](https://docs.payvalida.com/api-tarjeta/master/pre-autorizacion/introduccion.md)
- [Pre-Autorización](https://docs.payvalida.com/api-tarjeta/master/pre-autorizacion/pre-autorizacion.md): Se reserva un importe en la tarjeta del usuario. Posteriormente se debe confirmar el importe real de la transacción. Este importe puede ser igual, mayor, o menor que el monto pre-autorizado.
- [Completar pre-autorización](https://docs.payvalida.com/api-tarjeta/master/pre-autorizacion/completar-pre-autorizacion.md): Confirmar el importe real de la transacción pre-autorizada. Este importe puede ser igual, mayor, o menor que el monto pre-autorizado.


---

# 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://docs.payvalida.com/api-tarjeta/master/pre-autorizacion.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.
