How Alipay Works
Alipay operates as a stored-value digital wallet connected to a user's Chinese bank account or card. Payments are authenticated via the Alipay mobile app using a PIN, fingerprint, or face scan, then settled near-instantly between the consumer's wallet and the merchant's Alipay account. The process is the same whether a customer is buying online or scanning a QR code at a physical till.
Customer Opens the Alipay App
Authentication and Authorization
Funds Deducted from Wallet or Linked Account
Merchant Receives Confirmation
Settlement to Merchant Account
Why Alipay Matters
Alipay is not a niche payment method — it is one of the largest payment networks on the planet, and ignoring it means leaving revenue on the table from one of the world's biggest consumer markets. For any merchant with cross-border ambitions, understanding Alipay's scale and reach is foundational.
Alipay reported over 1.3 billion annual active users as of 2023 (Ant Group), making it larger than the entire population of most countries. China's mobile payment market processed approximately $67 trillion USD in transactions in 2023 (iResearch), with Alipay holding roughly 48% market share alongside WeChat Pay. For context, that is multiples of the entire US payment card market. Beyond China, Chinese tourists spent an estimated $196 billion abroad in pre-pandemic peak years (UNWTO), a significant share of which flows through digital wallets like Alipay.
Alipay in Cross-Border Commerce
Alipay vs. WeChat Pay
Both Alipay and WeChat Pay dominate mobile payments in China, and merchants frequently have to choose which to prioritize — or budget to support both. This table covers the key differences relevant to payment integration decisions.
| Dimension | Alipay | WeChat Pay |
|---|---|---|
| Operator | Ant Group (Alibaba affiliate) | Tencent |
| Origin | E-commerce escrow (Taobao) | Social messaging (WeChat) |
| Primary strength | Online & cross-border payments | In-app, social, and in-store |
| Global acceptance network | 90+ countries | Expanding, ~60+ countries |
| International tourist access | Yes (foreign card linkage since 2023) | Yes (limited) |
| Alipay+ umbrella | Yes — connects 10+ Asian wallets | No equivalent |
| Developer SDK maturity | Strong, well-documented global API | Strong domestically, improving globally |
| Typical merchant fee (international) | 1.5–3% via partner | 1.5–3% via partner |
For merchants building international alternative payment methods coverage, Alipay often comes first due to its stronger e-commerce DNA and the Alipay+ umbrella that bundles additional Asian wallets.
Types of Alipay
Alipay has evolved beyond a single product into a family of payment solutions. Understanding which variant applies to your use case prevents integration missteps.
Alipay (Domestic) is the core wallet for users with a Chinese bank account and mainland Chinese mobile number. It is the dominant version by user count and transaction volume, used for daily payments across China.
Alipay International (Global Alipay) is the cross-border variant that allows merchants outside China to accept payments from Alipay users. Merchants integrate through an authorized Alipay Global partner and receive settlement in local currency.
**Alipay+ ** is a merchant solution that provides a single QR code payments integration accepting multiple Asian e-wallets — including GCash, TrueMoney, Touch 'n Go eWallet, Kakao Pay, and others — in addition to Alipay itself. It is particularly valuable for merchants in travel, airports, and duty-free retail.
Alipay for International Visitors (Inbound) launched in 2023 allows foreign travelers in China to link a non-Chinese Visa, Mastercard, or Discover card to a lite Alipay wallet to pay at merchants accepting Alipay in China. This is a consumer-facing product, not a merchant integration type.
Best Practices
Integrating Alipay correctly from the start reduces support overhead and maximizes conversion among Chinese-origin customers. The requirements differ significantly depending on whether you are on the merchant operations side or building the technical integration.
For Merchants
Work through a certified Alipay Global partner or a payment orchestration platform rather than attempting a direct integration unless you have significant China market volume. Ensure your checkout page displays the Alipay logo prominently — Chinese consumers actively look for it and will abandon checkout if they don't see it. Display prices in CNY alongside your local currency where your analytics show high Chinese visitor traffic; this builds confidence even though payment settlement happens in your local currency. Consider enabling Alipay+ if you also want to capture Southeast Asian wallet users through the same QR or checkout flow. Review your KYC and compliance requirements with your payment partner, as Alipay has specific merchant category restrictions.
For Developers
Use Alipay's Global Mini Program or standard payment API depending on your use case — mini programs offer richer in-app experiences for high-volume merchants. Always implement server-to-server payment notification handling (Alipay's notify_url) as your source of truth for payment status; do not rely solely on the return URL, which can fail if a user closes the app mid-flow. Validate the RSA signature on every Alipay notification before updating order status. Test thoroughly with Alipay's sandbox environment using their provided test credentials. Handle the WAIT_BUYER_PAY status correctly — Alipay's asynchronous local payment methods flow sometimes has a pending state before final confirmation.
Common Mistakes
1. Treating Alipay and Alipay+ as interchangeable. Merchants sometimes advertise Alipay+ acceptance when they only have standard Alipay integrated, then face confusion when GCash or TrueMoney users can't pay. Always confirm which specific wallets your integration supports.
2. Skipping the RSA signature verification on server notifications. Accepting payment confirmations without verifying Alipay's cryptographic signature opens you to fraudulent order fulfillment. This is a security-critical step that cannot be skipped in production.
3. Not displaying the Alipay logo at checkout. Chinese consumers have high payment method brand recognition. An Alipay option buried in a generic "other payment methods" dropdown will see dramatically lower usage than one displayed with the standard logo.
4. Ignoring settlement currency and FX costs. International merchants often underestimate foreign exchange conversion costs on Alipay settlements. Build FX margins into your pricing analysis and compare rates across acquiring partners before signing.
5. Failing to handle refund flows. Alipay refunds must be initiated via the API within a specific window (typically 90 days) and require the original transaction ID. Customer service teams need clear documentation on refund procedures to avoid disputes escalating to Alipay's resolution center.
Alipay and Tagada
Tagada's payment orchestration layer supports Alipay and Alipay+ through its unified API, meaning merchants do not need a separate direct integration with Ant Group to start accepting Chinese wallet payments. Tagada handles the routing, currency conversion logic, and settlement reporting across payment methods in a single dashboard.
Accept Alipay Through Tagada's Unified API