# Alipay User Experience

No matter what checkout flow you have set up, customers are redirected to the Alipay website or mobile APP to complete payment, depending on if they are using a desktop or mobile device.

## Alipay User Experience on Desktop

After clicking submit payment on your website, customers are redirected to the Alipay website.

They are given the option to scan a QR code with their mobile device (most common), or login using their Alipay account details (less common).&#x20;

![Complete payment via Alipay by scanning QR Code](/files/-MdUGmjbI_zbCDJmEIm5)

![Complete payment via Alipay by logging in](/files/-MdUH8uJemSkw4y2N1Mj)

{% hint style="info" %}
See our documentation on [Common Alipay Error Messages](https://docs.chinapaymentsplugin.com/common-error-messages/common-alipay-error-messages) if your customers are encountering checkout issues.&#x20;
{% endhint %}

## Alipay User Experience on Mobile

After clicking submit payment on your website, customers are presented with this screen, giving them the option to open the Alipay mobile APP to complete payment, or open the Alipay website to complete payment, as above.&#x20;

![Alipay Mobile Checkout Experience](/files/-MdUKAm_XfEWiEP7UWU6)

If they select the mobile APP option, they will then complete the checkout process on the Alipay mobile APP, and then the mobile APP will redirect them to your payment confirmation page.&#x20;

{% hint style="info" %}
See our documentation on [Common Alipay Error Messages](https://docs.chinapaymentsplugin.com/common-error-messages/common-alipay-error-messages) if your customers are encountering checkout issues.&#x20;
{% endhint %}

&#x20;


---

# 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.chinapaymentsplugin.com/payment-methods/alipay/alipay-user-experience.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.
