Fundamentals 16 min read

How China’s Quick Pay Transformed Online Payments and Boosted Success Rates

This article traces the birth of China’s Quick Pay, examines its technical shortcomings, explains the three deployment models, and details the end‑to‑end architecture and implementation steps that turned a 60% success rate into over 90% for modern e‑commerce payments.

Chen Tian Universe
Chen Tian Universe
Chen Tian Universe
How China’s Quick Pay Transformed Online Payments and Boosted Success Rates

Quick Pay Overview

In early 2010 Alipay’s online payment success rate was around 60% because the process required multiple redirects, U‑keys, certificates and dynamic passwords. To improve user experience Alipay launched Quick Pay , a third‑party service that allows a one‑time card binding and subsequent payments without redirecting to bank pages.

Quick Pay Models

Three deployment models are used in China:

Three‑party model (e.g., Yibao Pay)

UnionPay model (CUPS cross‑bank transfer)

Bank model (directly offered by banks such as China Merchants Bank)

Three‑party model

Payment institutions provide the Quick Pay product to merchants. After a user binds a card, the success rate rises to >90% (≈95% for credit‑card payments).

Three‑party model diagram
Three‑party model diagram

UnionPay model

UnionPay’s online platform includes a no‑redirect Quick Pay option that routes transactions through the CUPS system.

UnionPay model diagram
UnionPay model diagram

Bank model

Banks issue Quick Pay directly. Same‑bank cards are processed internally; other‑bank cards are routed via UnionPay.

Bank model diagram
Bank model diagram

Architecture Overview

The typical flow consists of:

Merchant creates an order and obtains a payment identifier.

Checkout page (hosted or custom) renders and collects card‑binding or payment data.

Payment request is sent to the payment institution’s engine.

Engine forwards the request to a clearing channel (NetClear, UnionPay, etc.).

Clearing channel batches transactions, settles with the central bank and sends asynchronous callbacks.

Architecture overview
Architecture overview

Implementation Details

Merchant Integration

Two integration options are available:

Hosted checkout page : the payment institution provides a ready‑made page; the merchant redirects users to it.

Direct API : the merchant builds its own UI and calls the institution’s API, allowing full control over user experience.

The checkout page handles initial card binding, distinguishes credit and debit cards, and processes subsequent payments using the stored binding.

Payment Institution Processing

The institution receives the request, performs protocol signing (binding the user’s bank account to a merchant‑specific ID) and generates a protocol number used for later transactions. The request is then forwarded to the appropriate clearing channel.

Payment institution processing
Payment institution processing

Clearing and Settlement

Clearing institutions (NetClear, UnionPay) batch‑process transactions, settle net amounts with the People’s Bank of China, and push asynchronous settlement callbacks to the payment institution.

Clearing and settlement
Clearing and settlement

Detailed Flow for the Three‑Party Model

Typical steps:

User initiates payment; if no binding exists, the checkout page prompts for card details and performs a one‑time verification.

Card is bound to the merchant’s user ID; a protocol number is stored.

Subsequent payments reuse the stored binding, requiring only password entry.

Three‑party payment flow
Three‑party payment flow

Note: after direct connections were disabled, the three‑party provider routes transactions through NetClear or UnionPay.

UnionPay Quick Pay

UnionPay’s “no‑redirect” Quick Pay uses the CUPS (Cross‑Bank Card Transfer System) to transfer funds between issuing and acquiring banks. UnionPay also offers four related products on its open platform, including an “account direct‑pay” service that supports prepaid‑card accounts.

UnionPay product suite
UnionPay product suite

Bank‑Provided Quick Pay

Banks such as China Merchants Bank provide an H5 online Quick Pay. Payments with the same bank’s card stay within the bank’s internal system; other‑bank cards are transferred via UnionPay.

Bank H5 Quick Pay
Bank H5 Quick Pay

Full‑Stack Integration Example (E‑Pay)

For an e‑commerce platform integrating a three‑party provider:

Merchant calls the provider’s /order/create API to obtain a payment identifier.

Merchant redirects the user to the provider’s hosted checkout or renders a custom UI that calls /pay.

Provider’s engine signs the request, generates a protocol number, and forwards the transaction to NetClear/UnionPay.

Clearing channel settles and sends an asynchronous notification to the provider, which forwards it to the merchant.

E‑Pay integration flow
E‑Pay integration flow

Four‑Layer Channel Management

Payment channels can be organized as:

Channel – e.g., NetClear, UnionPay.

Product – Quick Pay, authentication pay, etc.

Interface – API endpoint or hosted page.

Protocol – the binding agreement (protocol number) between user, merchant and bank.

Four‑layer model
Four‑layer model

Protocol Signing and Payment

Signing flow:

User submits identity verification and card‑binding data.

Payment institution forwards a signing request to the clearing institution.

Clearing institution returns a protocol number.

Payment flow:

User initiates a payment using the stored protocol number.

Payment institution forwards the request to the clearing institution.

Clearing institution processes the payment and, on success, sends an asynchronous settlement request back.

Protocol signing flow
Protocol signing flow

Settlement Process

Clearing institutions aggregate transactions over a settlement window, calculate net positions, and settle with the People’s Bank of China. After settlement they push final callbacks to the payment institution.

Settlement process
Settlement process

Quick Pay dramatically increased payment success rates, reduced user friction, and laid the foundation for modern mobile, wallet and other innovative payment solutions in China.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

paymentfinancial technologyAlipayPayment Architecturequick pay
Chen Tian Universe
Written by

Chen Tian Universe

Chen Tian Universe, payment architect specializing in domestic payments, global cross‑border clearing, core banking, and digital payment scenarios. Notable works: “Ten‑Thousand‑Word: Fundamentals of International Payment Clearing”, “35,000‑Word: Core Payment Systems”, “19,000‑Word: Payment Clearing Ecosystem”, “88 Diagrams: Connecting Payment Clearing”, etc.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.