Tagged articles
101 articles
Page 1 of 2
macrozheng
macrozheng
Sep 24, 2025 · Backend Development

Integrate Alipay Sandbox Payments into a SpringBoot + Vue E‑Commerce App

This guide explains how to add Alipay sandbox payment support to the open‑source mall project built with SpringBoot 3 and Vue, covering the required code changes, three‑step payment flow, and the minimal configuration needed to enable secure online transactions.

AlipayPayment IntegrationSpringBoot
0 likes · 7 min read
Integrate Alipay Sandbox Payments into a SpringBoot + Vue E‑Commerce App
AntTech
AntTech
May 7, 2025 · Game Development

Performance Optimization Techniques for Alipay Mini‑Games Runtime

This article details the architectural analysis and a series of six optimization strategies—including multithreading, independent audio, file‑system improvements, text rendering, dedicated render thread, and iOS high‑performance mode—that collectively boost frame rates, reduce latency, and enhance the overall user experience of Alipay mini‑games.

AlipayRenderingmini-game
0 likes · 15 min read
Performance Optimization Techniques for Alipay Mini‑Games Runtime
Alipay Experience Technology
Alipay Experience Technology
Apr 23, 2025 · Game Development

How Alipay Boosted Mini‑Game Performance with Multithreading and Rendering Optimizations

This article explains how Alipay’s mini‑games platform was optimized through multithreading, independent audio and rendering threads, file‑system and text‑rendering improvements, and an iOS high‑performance mode, resulting in dramatically higher frame rates and lower latency across a range of games.

AlipayGame DevelopmentRendering
0 likes · 16 min read
How Alipay Boosted Mini‑Game Performance with Multithreading and Rendering Optimizations
Open Source Tech Hub
Open Source Tech Hub
Apr 13, 2025 · Backend Development

How to Integrate Alipay Payments into Webman PHP Framework for High‑Performance Apps

This guide walks developers through setting up Alipay payment in the high‑performance Webman PHP framework, covering environment preparation, SDK integration via Composer, configuration of keys and certificates, building payment logic, creating frontend APIs, handling asynchronous notifications, and best practices for secure, scalable transactions.

AlipayBackend DevelopmentPHP
0 likes · 14 min read
How to Integrate Alipay Payments into Webman PHP Framework for High‑Performance Apps
Open Source Tech Hub
Open Source Tech Hub
Mar 5, 2025 · Backend Development

Mastering yansongda/pay: A Complete PHP Guide to Multi‑Platform Payments

This article provides a comprehensive overview of the yansongda/pay PHP SDK, detailing its key features, supported payment channels (Alipay, WeChat, Douyin, UnionPay, Jiangsu Bank), installation via Composer, configuration files, and step‑by‑step code examples for initializing the SDK and handling web, asynchronous, and synchronous payment flows within a Webman application.

AlipayPHPPayment Gateway
0 likes · 14 min read
Mastering yansongda/pay: A Complete PHP Guide to Multi‑Platform Payments
AntTech
AntTech
Nov 22, 2024 · Cloud Native

Large-Scale Cloud‑Edge Collaborative Key Technologies and Applications Based on Cloud‑Native Architecture Wins Zhejiang Province 2023 Scientific and Technological Progress Award

The award‑winning cloud‑native large‑scale cloud‑edge collaborative project, developed by Alipay, Zhejiang University, Xieyun Technology and Alibaba Cloud, delivers unified resource scheduling for millions of heterogeneous devices, achieving significant performance gains, extensive patents, papers, standards, and substantial economic benefits across multiple industries.

AlipayZhejiang awardcloud-native
0 likes · 4 min read
Large-Scale Cloud‑Edge Collaborative Key Technologies and Applications Based on Cloud‑Native Architecture Wins Zhejiang Province 2023 Scientific and Technological Progress Award
Efficient Ops
Efficient Ops
Nov 14, 2024 · Operations

Why Alipay Crashed: Lessons on Backup and Disaster Recovery

The recent Alipay outage during Double‑11 revealed a partial failure in its system message database, prompting users to experience payment errors, duplicate charges, and delayed withdrawals, while the company’s response highlighted the importance of comprehensive backup, redundancy, disaster‑recovery planning, monitoring, and security measures to ensure service continuity.

AlipaySREdisaster-recovery
0 likes · 10 min read
Why Alipay Crashed: Lessons on Backup and Disaster Recovery
FunTester
FunTester
Nov 13, 2024 · Industry Insights

What Caused Alipay’s Double‑11 Outage? Inside the System Message Library Failure

On Double 11, Alipay suffered a multi‑hour outage that prevented payments, Yebao withdrawals, and Huabei repayments, prompting an official apology that blamed a partial failure of its system message library—a critical database for storing and routing system messages—highlighting hardware, software, network, and data factors behind the incident.

AlipaySystem Message LibraryTechnology Failures
0 likes · 8 min read
What Caused Alipay’s Double‑11 Outage? Inside the System Message Library Failure
AntTech
AntTech
Oct 26, 2024 · Artificial Intelligence

CCF Technology Achievement Awards Recognize Ant Group’s Advances in AI‑Driven Financial Risk Modeling and Edge Intelligence for Alipay

The 2024 CCF Technology Achievement Awards honored Ant Group’s two projects—complex behavior modeling for digital inclusive finance security and Alipay terminal intelligent technology—highlighting their AI‑driven risk control, edge inference innovations, extensive research output, and large‑scale real‑world deployments.

AlipayAnt GroupEdge Computing
0 likes · 6 min read
CCF Technology Achievement Awards Recognize Ant Group’s Advances in AI‑Driven Financial Risk Modeling and Edge Intelligence for Alipay
Python Programming Learning Circle
Python Programming Learning Circle
Sep 2, 2024 · Backend Development

Integrating Alipay Payment Gateway in Python Projects

This article explains why third‑party payment is needed, outlines Alipay’s workflow, guides through obtaining APPID and generating public/private keys, and provides a complete Python implementation—including key handling, request signing, and API usage—to integrate Alipay payments into backend applications.

AlipayBackendPayment Integration
0 likes · 7 min read
Integrating Alipay Payment Gateway in Python Projects
AntTech
AntTech
Jul 6, 2024 · Artificial Intelligence

Ant Group's Alipay Smart Assistant and Other AI Applications Featured in the 2024 World AI Conference Case Collection

At the 2024 World Artificial Intelligence Conference, Ant Group showcased seven AI-driven applications—including the Alipay Smart Assistant, AI Financial Butler, and other specialized intelligent agents—highlighting how large‑model ecosystems and professional intelligent agents are accelerating rigorous industry adoption of generative AI.

AIAI applicationsAlipay
0 likes · 5 min read
Ant Group's Alipay Smart Assistant and Other AI Applications Featured in the 2024 World AI Conference Case Collection
Architecture Digest
Architecture Digest
Dec 28, 2023 · Backend Development

Step-by-Step Alipay Payment Integration in Java with Spring Boot

This guide walks through configuring the Alipay sandbox, adding Maven dependencies, setting up application.yml, implementing Java configuration classes, creating controller endpoints for payment, handling asynchronous callbacks, processing refunds, and using RabbitMQ delayed queues to auto‑cancel unpaid orders, all with complete code examples.

AlipayBackendJava
0 likes · 12 min read
Step-by-Step Alipay Payment Integration in Java with Spring Boot
Code Ape Tech Column
Code Ape Tech Column
Dec 16, 2023 · Backend Development

Alipay Integration Guide: Web Setup, Java Configuration, Payment and Refund Implementation

This article provides a step‑by‑step tutorial for integrating Alipay in a Java Spring application, covering sandbox web configuration, Maven dependency setup, YAML and Java config classes, payment controller implementation, asynchronous callback handling, refund processing, and automatic order cancellation using RabbitMQ.

AlipayIntegrationRabbitMQ
0 likes · 12 min read
Alipay Integration Guide: Web Setup, Java Configuration, Payment and Refund Implementation
Open Source Tech Hub
Open Source Tech Hub
Nov 8, 2023 · Backend Development

Integrate Alipay Online Payments in PHP with Yansongda Pay

This guide walks you through the complete process of setting up Alipay online payment integration in a PHP project, covering certificate generation, configuration files, Composer installation, payment request code, and handling both synchronous and asynchronous callbacks.

AlipayComposerPHP
0 likes · 7 min read
Integrate Alipay Online Payments in PHP with Yansongda Pay
php Courses
php Courses
Aug 16, 2023 · Backend Development

Implementing Alipay Asynchronous and Synchronous Callbacks in PHP

This article explains the roles of Alipay's asynchronous and synchronous callbacks in PHP integration, outlines step‑by‑step processing procedures, and provides complete example code for verifying signatures, updating order status, and handling both server‑side notifications and front‑end return pages.

AlipayBackendPHP
0 likes · 7 min read
Implementing Alipay Asynchronous and Synchronous Callbacks in PHP
php Courses
php Courses
May 2, 2023 · Backend Development

Single-File PHP Implementation for Alipay and WeChat Payments

This article presents a concise, single‑file PHP solution for integrating Alipay and WeChat payment services, detailing required environment settings, configuration steps, essential code snippets, and browser‑specific handling to help developers quickly add payment functionality to their web applications.

AlipayBackendPHP SDK
0 likes · 6 min read
Single-File PHP Implementation for Alipay and WeChat Payments
Top Architect
Top Architect
Oct 17, 2022 · Backend Development

Integrating Alipay’s New Transfer Interface with Java Spring Boot

This article explains how to upgrade to Alipay’s new transfer API (alipay.fund.trans.uni.transfer), update the SDK to version 4.10.97, and provides step‑by‑step Java Spring Boot configuration, including certificate placement, Maven dependency, bean injection, configuration classes, and utility methods for payment and transfer operations.

AlipayJavaPayment Integration
0 likes · 12 min read
Integrating Alipay’s New Transfer Interface with Java Spring Boot
Python Programming Learning Circle
Python Programming Learning Circle
Jan 5, 2022 · Backend Development

Integrating Alipay Payment in Python Projects

This article explains why third‑party payment platforms like Alipay are used, describes Alipay's payment flow, outlines the configuration steps to obtain APPID and keys, and provides a complete Python implementation for integrating Alipay into backend services.

APIAlipayBackend
0 likes · 7 min read
Integrating Alipay Payment in Python Projects
AntTech
AntTech
Dec 1, 2021 · Databases

Maxwell High‑Performance Accounting Database: Architecture, Performance, and Real‑World Deployment at Alipay

The article presents Maxwell, a C/assembly‑based high‑performance accounting database designed for Alipay, detailing its architecture, hotspot account challenges, performance optimizations such as Raft and a custom storage engine, and real‑world results showing thousand‑fold throughput gains and robust operation during massive promotional events.

AlipayPerformance OptimizationRaft
0 likes · 12 min read
Maxwell High‑Performance Accounting Database: Architecture, Performance, and Real‑World Deployment at Alipay
Programmer DD
Programmer DD
Oct 24, 2021 · Backend Development

Build Alipay Payments with Spring Boot: A Complete Guide

This article introduces a Spring Boot‑based open‑source project that demonstrates how to integrate Alipay's various payment modes—including QR code, PC, WAP, and app payments—by detailing the required tech stack, configuration files, deployment steps, and key code snippets.

AlipayBackendJava
0 likes · 6 min read
Build Alipay Payments with Spring Boot: A Complete Guide
Java Architect Essentials
Java Architect Essentials
Oct 14, 2021 · Backend Development

Analysis of Alipay Android Wallet System Architecture and MetaQ Distributed Messaging Middleware

This article presents a detailed overview of Alipay's Android wallet system architecture, illustrating its core components such as settlement, customer service, fund processing, and accounting, and further examines the open‑source MetaQ (Metamorphosis) distributed messaging middleware, highlighting its features, advantages over Kafka, and suitable application scenarios.

AlipayAndroidBackend
0 likes · 5 min read
Analysis of Alipay Android Wallet System Architecture and MetaQ Distributed Messaging Middleware
Programmer DD
Programmer DD
Oct 13, 2021 · Backend Development

How to Integrate Alipay’s New Transfer API with Spring Boot (v4.10.97)

This guide walks you through upgrading to Alipay’s new transfer interface alipay.fund.trans.uni.transfer, updating the SDK to version 4.10.97, configuring certificates, adding Maven dependencies, creating configuration beans, and implementing utility classes for secure fund transfers in a Spring Boot application.

AlipayBackend DevelopmentJava
0 likes · 11 min read
How to Integrate Alipay’s New Transfer API with Spring Boot (v4.10.97)
Alibaba Terminal Technology
Alibaba Terminal Technology
Sep 24, 2021 · Mobile Development

How Alipay Scaled AndroidX Migration Across Its Massive App Ecosystem

This article details Alipay's comprehensive AndroidX migration for its Android app, covering the deprecation of Android Support, industry adoption statistics, technical challenges, a modular adaptation strategy, tooling such as Jetifier and a custom bx command‑line utility, and the resulting impact on build time and product output.

APKAlipayAndroid Migration
0 likes · 19 min read
How Alipay Scaled AndroidX Migration Across Its Massive App Ecosystem
Architect's Guide
Architect's Guide
Sep 3, 2021 · Backend Development

Integrating Alipay’s New Transfer Interface (alipay.fund.trans.uni.transfer) with Spring Boot

This guide explains how to replace the deprecated Alipay transfer API with the new alipay.fund.trans.uni.transfer interface by upgrading the SDK, configuring certificates, adding Maven dependencies, and implementing Spring‑Boot beans, configuration classes, and utility methods for secure fund transfers.

AlipayJavaPayment Integration
0 likes · 11 min read
Integrating Alipay’s New Transfer Interface (alipay.fund.trans.uni.transfer) with Spring Boot
Java Captain
Java Captain
Jul 21, 2021 · Backend Development

Integrating Alipay’s New Transfer API (alipay.fund.trans.uni.transfer) in a Java Spring Application

This guide explains how to integrate Alipay’s new secure transfer API (alipay.fund.trans.uni.transfer) into a Java Spring application, covering SDK upgrade, certificate placement, configuration files, Maven dependency, bean injection, and utility classes with full code examples for payment and transfer operations.

AlipayBackendJava
0 likes · 11 min read
Integrating Alipay’s New Transfer API (alipay.fund.trans.uni.transfer) in a Java Spring Application
Top Architect
Top Architect
May 2, 2021 · Backend Development

Integrating Alipay's New Transfer Interface with Spring Boot (Java)

This tutorial explains how to upgrade to Alipay's new transfer API alipay.fund.trans.uni.transfer, update the SDK, configure certificates and properties, and implement Spring Boot components and utility classes for secure backend payment integration.

AlipayJavaPayment Integration
0 likes · 12 min read
Integrating Alipay's New Transfer Interface with Spring Boot (Java)
Architecture Digest
Architecture Digest
Apr 15, 2021 · Backend Development

Integrating Alipay’s New Transfer Interface with Java Spring Boot

This guide explains how to replace the legacy Alipay transfer API with the new alipay.fund.trans.uni.transfer interface by upgrading the SDK, configuring certificates, adding Maven dependencies, and implementing Spring components and utility classes for secure backend payment processing.

AlipayIntegrationJava
0 likes · 8 min read
Integrating Alipay’s New Transfer Interface with Java Spring Boot
Java Captain
Java Captain
Jan 16, 2021 · Backend Development

Cinema Ticketing System Project Overview

This article presents a cinema ticketing system built with the SSM framework, MySQL, Redis, Alipay sandbox, LayUI, and Baidu ECharts, highlighting its architecture, features such as payment and seat selection, and providing source code link and screenshots.

AlipayEChartsMyBatis
0 likes · 1 min read
Cinema Ticketing System Project Overview
Laravel Tech Community
Laravel Tech Community
Nov 23, 2020 · Backend Development

YunGouOS Payment SDK: Installation, Usage, and New Features

The YunGouOS open‑source payment SDK provides a one‑package solution for integrating WeChat and Alipay payments, offering installation via npm, JavaScript usage examples for synchronous and asynchronous QR code payments, and a list of newly supported interfaces such as WeChat native, face, and refund APIs.

AlipayIntegrationSDK
0 likes · 3 min read
YunGouOS Payment SDK: Installation, Usage, and New Features
Top Architect
Top Architect
Nov 13, 2020 · Backend Development

Alipay System Architecture Overview and the Open‑Source Distributed Message Middleware Metamorphosis (MetaQ)

This article presents a detailed overview of Alipay's multi‑layer system architecture, explains the design and capabilities of its open‑source Java‑based distributed message middleware Metamorphosis (MetaQ), and discusses why it was created as an alternative to Kafka and the scenarios where it excels.

AlipayDistributed MessagingJava
0 likes · 6 min read
Alipay System Architecture Overview and the Open‑Source Distributed Message Middleware Metamorphosis (MetaQ)
php Courses
php Courses
Nov 5, 2020 · Backend Development

Single‑File PHP Implementation for Alipay and WeChat Payments

This article provides a concise, single‑file PHP solution for integrating Alipay and WeChat payments, detailing required environment settings, configuration parameters, essential code snippets, and usage instructions to simplify the payment integration process for developers.

AlipayIntegrationpayment
0 likes · 7 min read
Single‑File PHP Implementation for Alipay and WeChat Payments
Liangxu Linux
Liangxu Linux
Oct 8, 2020 · Information Security

How Offline Payment Codes Enable Alipay & WeChat Payments Without Network

This article explains the technical principles behind offline payment codes used by Alipay and WeChat, covering common payment modes, online and offline code schemes, OTP generation, cryptographic algorithms, their advantages, drawbacks, and practical implementation details.

AlipayOTPWeChat
0 likes · 13 min read
How Offline Payment Codes Enable Alipay & WeChat Payments Without Network
Java Captain
Java Captain
Oct 6, 2020 · Backend Development

Integrating Alipay Payment into an SSM (Spring + Spring MVC + MyBatis) Framework

This tutorial walks through the complete process of configuring a sandbox Alipay environment, setting up keys and URLs, defining the database schema, implementing DAO and service layers, and integrating Alipay payment flow into a Java SSM project with detailed code examples and screenshots.

AlipayBackend DevelopmentJava
0 likes · 11 min read
Integrating Alipay Payment into an SSM (Spring + Spring MVC + MyBatis) Framework
Youku Technology
Youku Technology
Jun 22, 2020 · Frontend Development

Cross‑Platform Mini‑Program Mastery: Lessons from Alipay, Baidu, ByteDance & Quick Apps

This article compiles practical experiences and technical lessons from developing Taopiaopiao mini‑programs on Alipay, Baidu, ByteDance and Quick‑App platforms, covering architecture choices, common pitfalls, component adaptation, template syntax, login flows, card integration, multi‑end differences and maintenance strategies.

AlipayBaiduByteDance
0 likes · 25 min read
Cross‑Platform Mini‑Program Mastery: Lessons from Alipay, Baidu, ByteDance & Quick Apps
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 17, 2020 · Frontend Development

Cross‑Platform Mini‑Program Mastery: Lessons from Alibaba’s Ticketing App

This article shares Alibaba's ticketing team's cross‑platform mini‑program development experience, covering Alipay, Baidu, ByteDance, and quick‑app cards, detailing platform differences, practical tips, common pitfalls, and strategies for building, testing, and maintaining multi‑platform mini‑programs efficiently.

AlipayDevelopmentMobile
0 likes · 22 min read
Cross‑Platform Mini‑Program Mastery: Lessons from Alibaba’s Ticketing App
Programmer DD
Programmer DD
Apr 24, 2020 · Backend Development

Mastering Payment Code Integration: Flow, Revocation, and Reconciliation

This article explains how to implement payment‑code integration for major wallets like WeChat Pay and Alipay, covering synchronous API behavior, password‑prompt handling, revocation strategies, order status nuances, and daily reconciliation techniques to ensure accurate financial reporting.

AlipayPayment IntegrationReconciliation
0 likes · 10 min read
Mastering Payment Code Integration: Flow, Revocation, and Reconciliation
AntTech
AntTech
Mar 10, 2020 · Information Security

Case Analysis of a Mobile Banking App Attack and Client‑Side Security Strategies

The article examines a 2019 bank app breach where a young hacker used packet capture, fake ID and replay attacks to create fraudulent accounts, then discusses comprehensive client‑side security measures—including Alipay's multi‑layer protection, AI‑driven verification, and mPaaS lifecycle hardening—to safeguard mobile applications.

AlipayData ProtectionReplay attack
0 likes · 6 min read
Case Analysis of a Mobile Banking App Attack and Client‑Side Security Strategies
Top Architect
Top Architect
Mar 10, 2020 · Backend Development

Overview of Alipay System Architecture and the Open‑Source Distributed Messaging Middleware Metamorphosis (MetaQ)

This article presents an overview of Alipay’s comprehensive system architecture and introduces MetaQ (Metamorphosis), an open‑source Java‑based distributed messaging middleware, detailing its features, advantages over Kafka, and suitable high‑throughput, reliable messaging scenarios.

AlipayBackendDistributed Messaging
0 likes · 5 min read
Overview of Alipay System Architecture and the Open‑Source Distributed Messaging Middleware Metamorphosis (MetaQ)
AntTech
AntTech
Feb 14, 2020 · Artificial Intelligence

AI-Powered Intelligent Voice Robots in Alipay: Technology, Applications, and Future

During the COVID‑19 pandemic, Alipay deployed AI‑enabled intelligent voice robots to handle massive call volumes, detailing the underlying technologies such as imitation learning, reinforcement learning, few‑shot intent recognition, and user simulation, while outlining current applications across finance, retail, security, and future prospects for automated customer service.

AIAlipayCustomer Service Automation
0 likes · 11 min read
AI-Powered Intelligent Voice Robots in Alipay: Technology, Applications, and Future
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 18, 2019 · Operations

How Alipay’s Tech Team Turned ‘Impossible’ Double‑11 Peaks into Seamless Transactions

Over eleven years Alipay’s engineers transformed the daunting Double‑11 traffic surges from chaotic outages into a smooth, scalable system through relentless capacity planning, architectural revolutions, rigorous stress testing, and the adoption of the self‑developed OceanBase database, turning “impossible” goals into everyday reality.

AlipayDouble11Operations
0 likes · 23 min read
How Alipay’s Tech Team Turned ‘Impossible’ Double‑11 Peaks into Seamless Transactions
Architecture Digest
Architecture Digest
Nov 16, 2019 · Operations

What Happens If Alipay’s Data Centers Are Physically Destroyed? A Deep Dive into Redundancy and Disaster Recovery

The article examines how Alipay’s financial data would survive a physical destruction of its servers by explaining multi‑site data center architectures, hot and cold backups, power redundancy, fire‑suppression systems, and the role of partner banks in data recovery, highlighting the extensive resilience measures in modern financial infrastructures.

AlipayData centerOperations
0 likes · 8 min read
What Happens If Alipay’s Data Centers Are Physically Destroyed? A Deep Dive into Redundancy and Disaster Recovery
AntTech
AntTech
Nov 11, 2019 · Operations

How Alipay Scaled Its Payment System for Double 11: Architecture, Capacity Planning, and Elastic Design

The article details how Alipay engineers tackled the massive traffic spikes of Double 11 by addressing external payment bottlenecks, implementing recharge‑based balances, building capacity‑planning platforms, adopting logical data‑center (LDC) and CRG zone architectures, deploying elastic scaling, and evolving their OceanBase database and service‑mesh infrastructure to sustain millions of transactions per second.

AlipayDouble 11Elastic Architecture
0 likes · 16 min read
How Alipay Scaled Its Payment System for Double 11: Architecture, Capacity Planning, and Elastic Design
AntTech
AntTech
Nov 10, 2019 · Backend Development

The Evolution of Alipay’s Double 11 Technical Architecture: From Capacity Crises to Cloud‑Native Success

This article chronicles how Alipay’s engineering teams tackled massive traffic spikes during Double 11 from 2009 to 2019, evolving their backend architecture, performance‑testing practices, database strategy, and cloud‑native infrastructure to achieve seamless, high‑throughput payment processing.

AlipayDouble 11Performance Testing
0 likes · 22 min read
The Evolution of Alipay’s Double 11 Technical Architecture: From Capacity Crises to Cloud‑Native Success
AntTech
AntTech
Nov 1, 2019 · Artificial Intelligence

Building a Unified Online Machine Learning Platform with Ray for Alipay’s “Collect Five Blessings” Campaign

The article describes how Alipay tackled the cold‑start, conversion, and user‑experience challenges of its time‑limited “Collect Five Blessings” activity by designing a unified online machine‑learning system based on the Ray distributed‑computing framework, emphasizing stability, efficiency, simplicity, multi‑language support, and fault‑tolerant scheduling.

AlipayRaySystem Architecture
0 likes · 11 min read
Building a Unified Online Machine Learning Platform with Ray for Alipay’s “Collect Five Blessings” Campaign
AntTech
AntTech
Sep 10, 2019 · Fundamentals

Career Advice for Junior Developers: Lessons from Alipay Security Architect Li Junkui

Drawing on his 11‑year journey from entry‑level engineer to Alipay security core architect, Li Junkui shares practical guidance for new programmers, emphasizing early code exposure, project‑driven growth, code review, code archaeology, continuous polishing, reading, unit testing, and thoughtful design.

AlipayCode reviewSoftware Engineering
0 likes · 9 min read
Career Advice for Junior Developers: Lessons from Alipay Security Architect Li Junkui
AntTech
AntTech
Aug 19, 2019 · Mobile Development

High‑Availability Performance Challenges and Hybrid Solutions for Alipay App in the Mobile Internet Era

The article explains how Alipay evolved from a single‑purpose app to a super‑app, the resulting high‑availability and performance challenges, and how its two hybrid solutions—an H5 container and a mini‑program platform—combined with the mPaaS mobile development platform address complex business, rapid iteration, and openness requirements.

AlipayH5 ContainerHybrid App
0 likes · 13 min read
High‑Availability Performance Challenges and Hybrid Solutions for Alipay App in the Mobile Internet Era
AntTech
AntTech
Apr 10, 2019 · R&D Management

Interview with Cheng Li (Lu Su): A Decade of Technological Evolution at Alipay

In this interview, Alipay’s founding architect Cheng Li (known as Lu Su) reflects on the past ten years of cloud, mobile, big‑data, AI and blockchain breakthroughs, shares pivotal architecture decisions, and discusses how responsibility, practical engineering and strategic leadership shaped the fintech giant’s growth.

AlipayFinTechR&DManagement
0 likes · 15 min read
Interview with Cheng Li (Lu Su): A Decade of Technological Evolution at Alipay
AntTech
AntTech
Mar 22, 2019 · Mobile Development

Deep Practice of Agile Development and Dynamic Updates in the Alipay App Architecture

This article details the evolution of Alipay's mobile architecture into a super‑app, explains the engineering and business complexity challenges, describes the layered framework, micro‑application and service mechanisms, the role of mini‑programs, agile release processes, dynamic hot‑fix techniques like AndFix, and how the mPaaS platform externalizes these capabilities.

Agile DevelopmentAlipayDynamic Update
0 likes · 15 min read
Deep Practice of Agile Development and Dynamic Updates in the Alipay App Architecture
AntTech
AntTech
Mar 6, 2019 · Databases

How Ant Financial Scaled the 2019 Alipay New Year Red Envelope Event with GeaBase Graph Database and Real‑Time Data Intelligence

The 2019 Alipay New Year "Five Blessings" red‑envelope campaign, serving 450 million users, leveraged Ant Financial's GeaBase distributed graph database, a real‑time data‑intelligence platform, and OceanBase elastic resources to achieve millisecond‑level ranking, seconds‑level transaction audit, and seamless high‑concurrency performance.

AlipayBackendBig Data
0 likes · 10 min read
How Ant Financial Scaled the 2019 Alipay New Year Red Envelope Event with GeaBase Graph Database and Real‑Time Data Intelligence
AntTech
AntTech
Feb 14, 2019 · Mobile Development

Evolution of Alipay Mobile Architecture: From Canoe to Battleship to Aircraft Carrier

This article summarizes Alipay’s mobile architecture evolution—from the early monolithic “canoe” stage, through the modular “battleship” era with layered services and mPaaS, to the current “aircraft carrier” phase emphasizing dynamic web‑based delivery, performance optimization, high availability, and cross‑team collaboration.

AlipayPerformance OptimizationmPaaS
0 likes · 17 min read
Evolution of Alipay Mobile Architecture: From Canoe to Battleship to Aircraft Carrier
AntTech
AntTech
Nov 16, 2018 · Mobile Development

Exploring Alipay's Mobile Dynamic Solution: Nebula Framework and mPaaS Architecture

This article provides a comprehensive technical overview of Alipay's mobile dynamic solution, detailing the evolution of its architecture, the Nebula hybrid framework, H5 container, offline packages, mini‑programs, and the mPaaS platform that enables modular, high‑performance, and easily updatable mobile applications.

AlipayNebulahybrid framework
0 likes · 16 min read
Exploring Alipay's Mobile Dynamic Solution: Nebula Framework and mPaaS Architecture
Java Captain
Java Captain
Sep 15, 2018 · Backend Development

Overview of Alipay System Architecture and the Open‑Source Distributed Messaging Middleware Metamorphosis (MetaQ)

This article presents a comprehensive overview of Alipay’s system architecture, detailing its core components such as payment processing, accounting, settlement, and transaction modules, and introduces the open‑source Java‑based distributed messaging middleware Metamorphosis (MetaQ), highlighting its features, advantages over Kafka, and suitable use cases.

AlipayBackend DevelopmentDistributed Messaging
0 likes · 6 min read
Overview of Alipay System Architecture and the Open‑Source Distributed Messaging Middleware Metamorphosis (MetaQ)
MaGe Linux Operations
MaGe Linux Operations
Aug 21, 2018 · Backend Development

Inside Alipay’s Backend: A Visual Guide to Its Core System Architecture

This article presents a collection of Alipay’s system architecture diagrams, illustrating key components such as settlement, customer service, processing, fund management, and finance, offering a valuable reference for understanding the platform’s backend design despite the limited data timeframe.

AlipayBackendSystem Architecture
0 likes · 2 min read
Inside Alipay’s Backend: A Visual Guide to Its Core System Architecture
AntTech
AntTech
Aug 16, 2018 · Artificial Intelligence

Deep Learning Approaches for Text Classification in Alipay Complaint Fraud Detection

This article reviews deep‑learning‑based text classification techniques—including TextCNN, BiGRU, Capsule Networks, Attention mechanisms, and the novel cw2vec embedding—applied to Alipay complaint fraud data, presents experimental comparisons, and discusses their advantages, challenges, and future directions.

AlipayDeep Learningattention
0 likes · 18 min read
Deep Learning Approaches for Text Classification in Alipay Complaint Fraud Detection
AntTech
AntTech
Jun 15, 2018 · Artificial Intelligence

AutoPilot: AI‑Driven Unmanned Risk Control in Alipay’s AlphaRisk System

The article explains how Alipay’s AutoPilot module leverages AI, semi‑supervised and evolutionary algorithms to achieve autonomous, personalized risk‑control decisions, optimizing multi‑objective trade‑offs and dramatically improving fraud loss rates during high‑traffic events like the 2017 Double‑11 sale.

AIAlipayAutoPilot
0 likes · 7 min read
AutoPilot: AI‑Driven Unmanned Risk Control in Alipay’s AlphaRisk System
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 15, 2018 · Mobile Development

How Alipay’s xNN Engine Brings Deep Learning to Mobile Apps

This article explains how Alipay’s xNN deep‑learning engine tackles the challenges of deploying AI on billions of mobile devices by using aggressive model compression, a lightweight SDK, and joint algorithm‑ and instruction‑level optimizations to achieve high accuracy, tiny package size, and real‑time performance.

AlipayDeep LearningMobile AI
0 likes · 10 min read
How Alipay’s xNN Engine Brings Deep Learning to Mobile Apps
21CTO
21CTO
May 9, 2018 · Operations

How Alipay Built Seamless High Availability and Disaster Recovery for Millions of Transactions

This article examines Alipay's evolution from a simple single‑datacenter setup to a multi‑active‑active, unit‑based architecture, detailing the technical challenges of high availability, disaster recovery, failover design, blue‑green deployment, and how these solutions enable continuous service during massive traffic spikes like Double 11.

AlipayBlue‑Green deploymentDistributed Systems
0 likes · 17 min read
How Alipay Built Seamless High Availability and Disaster Recovery for Millions of Transactions
Architecture Digest
Architecture Digest
Mar 26, 2018 · Operations

Alipay’s Double 11 Architecture: Logical Data Centers, Distributed Transactions, and High‑Availability Strategies

The article details Alipay’s comprehensive architecture for the Double 11 shopping festival, covering its three‑layer IAAS/PAAS/SAAS model, logical data‑center design, multi‑active disaster‑recovery, blue‑green deployment, distributed data sharding, transaction processing, and the Ant Credit Pay service’s performance and risk‑control mechanisms.

AlipayBig DataDistributed Systems
0 likes · 16 min read
Alipay’s Double 11 Architecture: Logical Data Centers, Distributed Transactions, and High‑Availability Strategies
MaGe Linux Operations
MaGe Linux Operations
Nov 5, 2017 · Backend Development

Explore Alipay’s Core Backend Architecture Through Detailed Diagrams

This article presents a collection of Alipay’s system architecture diagrams—including settlement, customer service, processing, funds, and finance components—providing a reference view of the payment platform’s core backend structure, which remains largely unchanged despite data age.

AlipayDistributed SystemsSystem Architecture
0 likes · 2 min read
Explore Alipay’s Core Backend Architecture Through Detailed Diagrams
Alibaba Cloud Developer
Alibaba Cloud Developer
Sep 28, 2017 · Artificial Intelligence

How Alipay’s xNN Brings Deep Learning to Millions of Mobile Devices

This article explains how Alipay’s xNN engine overcomes mobile deep‑learning challenges through aggressive model compression, lightweight SDK design, algorithm‑ and instruction‑level optimizations, enabling high‑accuracy AI inference on a wide range of Android and iOS devices with minimal app‑size impact.

AlipayDeep LearningInference Optimization
0 likes · 13 min read
How Alipay’s xNN Brings Deep Learning to Millions of Mobile Devices
AntTech
AntTech
Sep 14, 2017 · Frontend Development

Quick Guide to Developing Alipay Mini Programs

This article provides a step‑by‑step tutorial on registering as a developer, obtaining an AppID, installing the Alipay Mini Program IDE, creating a project, editing code, understanding the app and page structure, debugging, previewing on devices, and finally publishing a functional Alipay mini‑program.

AlipayMini ProgramMobile
0 likes · 10 min read
Quick Guide to Developing Alipay Mini Programs
Efficient Ops
Efficient Ops
Sep 6, 2016 · Mobile Development

How Alipay Guarantees Lightning‑Fast Mobile Payments: Inside Its Wireless Network Architecture

In this talk, Alipay engineers reveal how their mobile app achieves ultra‑reliable, low‑latency wireless performance through a layered network architecture, custom protocols like MMTP and MTLS, traffic‑aware load balancing, and data‑driven operations, illustrating strategies that can reduce transaction failures by a thousandth and scale to billions of daily payments.

AlipayMobile Networkingprotocol optimization
0 likes · 13 min read
How Alipay Guarantees Lightning‑Fast Mobile Payments: Inside Its Wireless Network Architecture
Architecture Digest
Architecture Digest
Mar 15, 2016 · Backend Development

Overview of Alipay System Architecture and the Metamorphosis Distributed Message Middleware

This article presents a detailed overview of Alipay's system architecture—including its processing flow, fund handling platform, accounting, settlement, and transaction modules—and introduces Metamorphosis, an open‑source high‑performance distributed messaging middleware developed by Alibaba, highlighting its features, design motivations, and suitable use cases.

AlipayBackendDistributed Messaging
0 likes · 6 min read
Overview of Alipay System Architecture and the Metamorphosis Distributed Message Middleware
21CTO
21CTO
Mar 3, 2016 · Backend Development

Inside Alipay’s Metamorphosis: Java Message Middleware Powering Billions Daily

The article details Alipay’s system architecture and introduces Metamorphosis (MetaQ), an open‑source Java‑based distributed message middleware that powers billions of daily transactions, highlighting its design, features, and ideal use cases for high‑throughput, reliable, and ordered messaging in large‑scale financial services.

AlipayJavaMetamorphosis
0 likes · 5 min read
Inside Alipay’s Metamorphosis: Java Message Middleware Powering Billions Daily
Qunar Tech Salon
Qunar Tech Salon
Jan 20, 2016 · Cloud Computing

Technical Architecture of Alipay and Ant Huabei for Large-Scale Promotional Events

The article explains how Alipay's multi-layered cloud architecture, logical data center design, distributed data strategies, and flexible transaction framework enable high availability, horizontal scalability, and rapid deployment for massive promotional traffic such as Double‑11, illustrated with the Ant Huabei case study.

AlipayBig DataDistributed Systems
0 likes · 21 min read
Technical Architecture of Alipay and Ant Huabei for Large-Scale Promotional Events
Architect
Architect
Jan 5, 2016 · Mobile Development

Alipay Wallet Mobile Client Monitoring and Power/Traffic Optimization Practices

The article presents Liu Fukang’s technical sharing on building a comprehensive monitoring system for the Alipay Wallet mobile client, detailing resource constraints, AOP‑based diagnostics, dynamic upgrades, and specific strategies for reducing power consumption and network traffic.

AlipayPower Optimizationaop
0 likes · 5 min read
Alipay Wallet Mobile Client Monitoring and Power/Traffic Optimization Practices