# Inicio rápido

Si quieres ser aliado de Payválida para conectar tu método de pago digital como e-Wallets, soluciones de financiación de pagos (Buy Now Pay Later, créditos), y Procesadores de pagos (PSP) con cientos de comercios afiliados, esta es la sección para ti.

El método de pago digital debe exponer cuatro endpoints para la integración:

* [POST /oauth2/token.](/payin-metodos-digitales/medio-de-pago-digital/oauth2-token.md)
* [POST /transaction.](/payin-metodos-digitales/medio-de-pago-digital/transaction.md)
* [POST /transaction/confirmation.](/payin-metodos-digitales/medio-de-pago-digital/confirmation.md)
* [POST /transaction/annulment.](/payin-metodos-digitales/medio-de-pago-digital/annulment.md)

El API Payin permite completar los pagos de forma asíncrona. Para esto Payválida expone dos endpoints:

* [POST oauth2\_domain/oauth2/token.](/payin-metodos-digitales/payvalida/oauth2-token.md)
* [POST confirmation\_callback\_url.](/payin-metodos-digitales/payvalida/confirmation-callback.md)

{% hint style="info" %}
*El token de autorización debe ser concedido utilizando el estándar Oauth2 y un endpoint expuesto por payválida y el proveedor.*
{% endhint %}

<figure><img src="/files/q0tkGMAnFUHpR5vJ0ICI" alt=""><figcaption></figcaption></figure>


---

# 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/payin-metodos-digitales/inicio-rapido.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.
