> For the complete documentation index, see [llms.txt](https://help.sortpin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sortpin.com/faqs/can-i-pay-with-alipay.md).

# Can I pay with Alipay?

{% hint style="success" %}
**Yes — Alipay is supported.** SortPin accepts Alipay for both Annual and Lifetime subscriptions. Follow the steps below to pay with Alipay.
{% endhint %}

## 💳 Pay with Alipay — 4 Steps

### Step 1 — Choose a Plan

Pick the package you want and click **"Payment with Card"**.

<figure><img src="/files/OptLvHxE7vgjHXB7cRrm" alt="Choose SortPin plan"><figcaption></figcaption></figure>

### Step 2 — Select Plan Type

Choose one of the 2 options:

* 🗓️ **Annual** (1-year subscription)
* 💎 **Lifetime** (one-time payment)

<figure><img src="/files/AnjFh8hZgiq3spEoERPO" alt="Select Annual or Lifetime plan"><figcaption></figcaption></figure>

### Step 3 — Find the Alipay Option

Scroll up on the payment page — the **Alipay icon** will appear among the payment methods.

<figure><img src="/files/qPfKkLX9JGnuudoghhCe" alt="Alipay option on SortPin payment page"><figcaption></figcaption></figure>

### Step 4 — Complete Payment

Complete the payment via Alipay. You'll receive your **license code** by email immediately after.

👉 Next: [How to Activate Your License](/getting-started/manage-license-and-devices/how-to-activate-license.md)

## 💳 All Supported Payment Methods

| Method                                        | Available |
| --------------------------------------------- | --------- |
| 💳 Credit/Debit Card (Visa, Mastercard, Amex) | ✅         |
| 🥸 Alipay                                     | ✅         |
| 🌏 WeChat Pay                                 | ✅         |
| 🟦 PayPal                                     | ✅         |
| 🍎 Apple Pay                                  | ✅         |
| 🤖 Google Pay                                 | ✅         |

## ❓ Payment FAQs

**Q: When will I receive my license code?** A: Immediately after successful payment — check your email (also check Spam folder).

**Q: Is my payment secure?** A: Yes. All payments are processed via secure third-party payment gateways. SortPin does not store your card or Alipay credentials.

**Q: Can I get a refund?** A: Contact [chat support](https://go.crisp.chat/chat/embed/?website_id=48b6c12a-2212-4be1-9e27-2dad7e2d5fb0) within the refund window for assistance.

{% hint style="info" %}
💬 **Need help with payment?** Our [chat support](https://go.crisp.chat/chat/embed/?website_id=48b6c12a-2212-4be1-9e27-2dad7e2d5fb0) team is one click away.
{% endhint %}


---

# 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://help.sortpin.com/faqs/can-i-pay-with-alipay.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.
