> For the complete documentation index, see [llms.txt](https://aplazo.gitbook.io/aplazo-integrations/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aplazo.gitbook.io/aplazo-integrations/espanol/intro-for-aplazo-api-online/request-a-payment-sequence.md).

# Request a payment - Sequence

Page to understand the sequence diagram to request a payment to Aplazo.

Here is the sequence process and how to interact with Aplazo for a payment request&#x20;

<figure><img src="https://content.gitbook.com/content/UR1kwlS8DiKsSq3rCVB5/blobs/NAm78Wzy4GGap0r0OqUC/image.png" alt=""><figcaption><p>Request Payment - Sequence</p></figcaption></figure>

***

## Steps&#x20;

1. Use [Authentication](/aplazo-integrations/espanol/referencia-de-api/online-api/autenticacion.md) call to get the Bearer token (to be used in following call)&#x20;
2. Use the [Request Payment](/aplazo-integrations/espanol/referencia-de-api/online-api/crea-un-pago.md) call and get the Aplazo checkout URL&#x20;
3. Redirect customer to Aplazo checkout URL&#x20;
4. Wait for customer to complete payment in Aplazo checkout&#x20;
5. Use Webhook to receive Aplazo's confirmation message&#x20;
6. Aplazo will redirect your customer to the success page for your ecommerce platform

***

{% hint style="warning" %}
**IMPORTANT:** For more information about Order confirmation process, please review the Order Confirmation section
{% endhint %}
