> For the complete documentation index, see [llms.txt](https://docs.tupayonline.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tupayonline.com/documentacion-de-la-api/conciliacion/aspectos-tecnicos-y-de-seguridad.md).

# Aspectos técnicos y de seguridad

## Autenticación

La API de Conciliación requiere de tu autenticación usando el email y password de la cuenta de usuario que deberás crear en el Merchant Panel. Una vez que solicites la autenticación al [<mark style="color:orange;">**Login**</mark>](broken://pages/dgZ0IkFBc4XZKZzZYmWH#login-endpoint), responderemos con una cookie llamada **BEARER\_TOKEN** que contiene un  **token** que deberás usar en las siguientes llamadas a la API para permanecer logueado.

La cookie **BEARER\_TOKEN** expirará a los 15 minutos de recibida la última llamada. Asimismo, puedes usar el [<mark style="color:orange;">**Logout**</mark> ](broken://pages/dgZ0IkFBc4XZKZzZYmWH#logout)para invalidar la cookie para próximas llamadas.

{% hint style="info" %}
La cookie **BEARER\_TOKEN** expirará a los 15 minutos de recibida la última llamada. Asimismo, puedes usar el [<mark style="color:orange;">**Logout**</mark> ](broken://pages/dgZ0IkFBc4XZKZzZYmWH#logout)para invalidar la cookie para próximas llamadas.
{% endhint %}

## Aspectos técnicos y de seguridad

Todas las comunicaciones entre tú y la API de Conciliación deberán ser establecidas mediante conexiones seguras HTTPS.

Solo los usuarios configurados para el uso de la API serán capaces de obtener el detalle.

Solo serán aceptadas las conexiones desde las IPs incluidas en la whitelist.

Necesitas tu email y password para usar la API.


---

# 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.tupayonline.com/documentacion-de-la-api/conciliacion/aspectos-tecnicos-y-de-seguridad.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.
