> 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/intro-for-aplazo-api-online/request-a-payment-sequence.md).

# Request a payment - Sequence

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

<figure><img src="/files/79XxLFVPBmU52bHrS3RQ" alt=""><figcaption><p>Request Payment - Sequence</p></figcaption></figure>

***

## Steps&#x20;

1. Use [Authentication](/aplazo-integrations/api-reference/online-api/authentication.md) call to get the Bearer token (to be used in following call)&#x20;
2. Use the [Request Payment](/aplazo-integrations/api-reference/online-api/create-a-payment.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 %}
