Tagged articles
32 articles
Page 1 of 1
Chen Tian Universe
Chen Tian Universe
Jan 21, 2026 · Fundamentals

Master Accounting Basics for Payment Product Managers – A Quick Reference

This guide condenses essential accounting knowledge for payment product managers, covering the accounting equation, its five practical uses, the accounting cycle, ledger and voucher structures, subject‑account relationships, double‑entry rules, trial balance, reconciliation, closing procedures, financial statements, and concrete journal examples for common transactions.

Double EntryReconciliationTrial Balance
0 likes · 14 min read
Master Accounting Basics for Payment Product Managers – A Quick Reference
Chen Tian Universe
Chen Tian Universe
Oct 13, 2025 · Fundamentals

Unlocking the Secrets of Payment Fund Management: From Domestic to Cross‑Border

This article demystifies the hidden fund‑management layer behind online payments, explaining reserve‑account handling, internal and virtual accounts, settlement, reconciliation, bookkeeping, accounting, and the added complexities of cross‑border payments such as multi‑currency, liquidity, and regulatory challenges.

LiquidityReconciliationaccounting
0 likes · 23 min read
Unlocking the Secrets of Payment Fund Management: From Domestic to Cross‑Border
Tencent Cloud Developer
Tencent Cloud Developer
Aug 13, 2025 · Backend Development

How to Build a Streaming Reconciliation Engine for Billions of Transactions per Hour

This article explains the fundamentals of financial reconciliation, outlines the two‑step reconciliation process, and details a streaming reconciliation architecture capable of handling 30 billion USD per hour (≈27 777 TPS) with high concurrency, distributed parsing, and efficient result aggregation.

FinancialHigh ThroughputReconciliation
0 likes · 8 min read
How to Build a Streaming Reconciliation Engine for Billions of Transactions per Hour
Chen Tian Universe
Chen Tian Universe
Jun 10, 2025 · Operations

Mastering Reconciliation Systems: Design, Architecture, Data Management & Error Handling

This comprehensive guide walks through the fundamentals of building a reconciliation system, covering overview, data source management, transaction and fund reconciliation models, system architecture, data entity relationships, data acquisition, result handling, project design, engine control, error processing, and the strategic decision of reconciling before or after settlement, providing practical configurations, diagrams, and best‑practice recommendations for reliable financial operations.

Data ManagementError HandlingReconciliation
0 likes · 37 min read
Mastering Reconciliation Systems: Design, Architecture, Data Management & Error Handling
Chen Tian Universe
Chen Tian Universe
Dec 5, 2024 · Operations

Mastering the Four-Stage Reconciliation Model for Large Payment Institutions

This article explains how major payment institutions ensure the accuracy of tens of millions of daily transactions and billions of dollars by using a four‑segment data model, three verification groups, error classification, and extensible data coding to achieve reliable settlement and accounting.

OperationsReconciliationaccounting
0 likes · 6 min read
Mastering the Four-Stage Reconciliation Model for Large Payment Institutions
Chen Tian Universe
Chen Tian Universe
Dec 5, 2024 · Operations

How to Build a Scalable Reconciliation System for High‑Volume Transactions

This article explains the concepts, models, architecture, data management, project configuration, engine design, and error‑handling procedures needed to implement an automated, systematic reconciliation system that can handle large‑scale online transaction volumes with high accuracy and efficiency.

AutomationError HandlingReconciliation
0 likes · 27 min read
How to Build a Scalable Reconciliation System for High‑Volume Transactions
Architect
Architect
Jul 18, 2024 · Backend Development

Design and Implementation of a Channel Reconciliation System for ZuanZuan Payments

This article details the architecture, design principles, data preparation methods, verification processes, and error‑handling strategies of ZuanZuan's payment reconciliation system, highlighting how large‑scale data, binlog ingestion, Hive archiving, and MQ‑based workflows ensure accurate and secure financial settlements.

Backend ArchitectureHiveMQ
0 likes · 11 min read
Design and Implementation of a Channel Reconciliation System for ZuanZuan Payments
Tencent Cloud Developer
Tencent Cloud Developer
Jun 25, 2024 · Backend Development

Understanding the Challenges of Distributed Transactions in Microservices

The article explains that distributed transactions in micro‑service architectures are difficult because they must guarantee atomicity across heterogeneous services, handle time‑outs, and reconcile results using unique transaction IDs, undo‑logs, or NoSQL strategies, while balancing locking, availability, and consistency trade‑offs.

Distributed TransactionsIdempotencyMicroservices
0 likes · 18 min read
Understanding the Challenges of Distributed Transactions in Microservices
Zhuanzhuan Tech
Zhuanzhuan Tech
May 23, 2024 · Backend Development

Design and Implementation of a Channel Reconciliation System for ZuanZuan Payments

This article details the background, architecture, data preparation methods, massive‑data handling strategies, verification processes, and error‑handling mechanisms of ZuanZuan's channel reconciliation system, highlighting design choices such as binlog ingestion, task‑driven bill downloads, sharding with Hive archiving, and MQ‑based reconciliation to ensure financial data consistency and safety.

HiveMQReconciliation
0 likes · 11 min read
Design and Implementation of a Channel Reconciliation System for ZuanZuan Payments
HelloTech
HelloTech
Apr 26, 2024 · Frontend Development

Understanding React Fiber Architecture: From React 15 to React 16

React 16 feels smoother than React 15 because its new Fiber architecture breaks state updates into small, priority‑aware units that the Scheduler runs asynchronously, allowing high‑priority user input to render first while lower‑priority work is paused and resumed, eliminating the lag seen in full‑tree re‑renders of React 15.

FiberFront-endReact
0 likes · 16 min read
Understanding React Fiber Architecture: From React 15 to React 16
Cloud Native Technology Community
Cloud Native Technology Community
Dec 29, 2023 · Cloud Native

Mastering Strimzi Kafka Operator: Architecture, Deployment & Tuning on K8s

This article provides an in‑depth analysis of the Strimzi Kafka Operator, covering its core features, multi‑layer architecture, detailed installation steps on Kubernetes, Kafka cluster creation, production/consumption workflows, and the internal reconciliation mechanisms that enable automated scaling, storage tuning, and fault‑recovery.

Cloud NativeDeploymentKafka
0 likes · 11 min read
Mastering Strimzi Kafka Operator: Architecture, Deployment & Tuning on K8s
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 30, 2023 · Backend Development

How Alibaba Travel Billing System Achieves 100% Accuracy and Real‑Time Reconciliation

This article details the design, challenges, and monitoring strategies of Alibaba's travel billing system, explaining how a modular backend architecture, multi‑way reconciliation, full‑link monitoring, and a configurable expression engine enable near‑perfect bill accuracy and automated settlement for enterprise customers.

BackendOperationsReconciliation
0 likes · 17 min read
How Alibaba Travel Billing System Achieves 100% Accuracy and Real‑Time Reconciliation
Selected Java Interview Questions
Selected Java Interview Questions
Nov 5, 2023 · Backend Development

Design and Implementation of a High‑Performance Distributed Reconciliation System for Large‑Scale Payment Orders

This article presents a comprehensive design of a distributed reconciliation system that handles tens of millions of daily payment orders by using a six‑module architecture, Kafka for decoupled state transitions, Hive for large‑scale data processing, and Java‑based plug‑in patterns to achieve six‑nine accuracy and significant operational cost savings.

Big DataDistributed SystemsHive
0 likes · 15 min read
Design and Implementation of a High‑Performance Distributed Reconciliation System for Large‑Scale Payment Orders
Top Architect
Top Architect
Jan 15, 2023 · Backend Development

Design and Implementation of a Payment Reconciliation System

This article explains the purpose, architecture, modules, and detailed design steps of a payment reconciliation system, covering internal and channel reconciliation, data acquisition, file parsing, storage, transaction matching, error handling, and settlement processes for robust backend payment operations.

BackendReconciliationSystem Design
0 likes · 11 min read
Design and Implementation of a Payment Reconciliation System
ELab Team
ELab Team
Sep 15, 2022 · Game Development

How to Build Scalable Multiplayer Game Server Architecture and Sync Strategies

This article explains the evolution of multiplayer game server architectures, compares client‑server and P2P models, details communication via long‑lived sockets, and explores frame‑sync, state‑sync, prediction, reconciliation and interpolation techniques with a complete React + Socket.io demo.

PredictionReconciliationServer Architecture
0 likes · 18 min read
How to Build Scalable Multiplayer Game Server Architecture and Sync Strategies
Top Architect
Top Architect
Jul 10, 2022 · Operations

Fundamental Principles and Implementation of a Payment System Reconciliation Center

This article explains how a payment company's reconciliation center matches internal transaction records with bank clearing data, detailing the clearing reconciliation system, reconciliation definitions, data sources, processing logic for one‑to‑one, many‑to‑many, and one‑to‑many scenarios, as well as module functions, exception handling, and data recovery procedures.

OperationsReconciliationaccounting
0 likes · 28 min read
Fundamental Principles and Implementation of a Payment System Reconciliation Center
Architect's Guide
Architect's Guide
Jul 3, 2022 · Operations

Payment System Reconciliation Process and Functionality Overview

This document provides a comprehensive overview of the settlement reconciliation system used by payment companies, detailing fund inflow and outflow matching with banks, the role of the reconciliation center, various reconciliation methods, functional modules, and procedures for handling exceptional data recovery.

Reconciliationaccountingbank integration
0 likes · 27 min read
Payment System Reconciliation Process and Functionality Overview
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Feb 14, 2022 · Backend Development

How to Build a Scalable Payment Reconciliation System for Tens of Millions of Daily Transactions

This article explains the design of a high‑throughput payment reconciliation system that handles daily transaction volumes in the tens of millions, covering architecture, data collection, big‑data processing with Hive and Spark, handling of suspicious records, and integration with a data platform.

ReconciliationSystem Designpayment
0 likes · 30 min read
How to Build a Scalable Payment Reconciliation System for Tens of Millions of Daily Transactions
Top Architect
Top Architect
Jan 21, 2022 · Operations

Clearing and Reconciliation System in Payment Platforms: Architecture, Processes, and Data Handling

The article provides a comprehensive overview of payment‑system clearing and reconciliation, detailing fund inflow/outflow matching, reconciliation center functions, various one‑to‑one, many‑to‑many and one‑to‑many matching rules, data import, error handling, and auxiliary modules such as balance entry and abnormal data recovery.

FinancialOperationsReconciliation
0 likes · 29 min read
Clearing and Reconciliation System in Payment Platforms: Architecture, Processes, and Data Handling
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Aug 11, 2020 · Frontend Development

Understanding React Fiber Architecture: Reconciliation, Scheduling, and Commit Phases

React Fiber replaces the old Stack Reconciler with a linked‑list of Fiber nodes that enable incremental, pause‑and‑resume rendering, priority scheduling, and a three‑step commit phase, allowing smoother asynchronous updates, better performance, and the foundation for Concurrent Mode and Suspense.

Concurrent ModeFiberJavaScript
0 likes · 23 min read
Understanding React Fiber Architecture: Reconciliation, Scheduling, and Commit Phases
Swan Home Tech Team
Swan Home Tech Team
Jul 20, 2020 · Backend Development

Design and Evolution of a Reconciliation Center: From Version 1.0 to 3.0

This article introduces the concept, core capabilities, and architectural evolution of a reconciliation center—from its initial 1.0 design through 2.0 and 3.0 upgrades—highlighting problem statements, solution approaches, and the applicable scenarios that make it essential for large‑scale data consistency in modern micro‑service systems.

BackendOperationsReconciliation
0 likes · 14 min read
Design and Evolution of a Reconciliation Center: From Version 1.0 to 3.0
Xianyu Technology
Xianyu Technology
Jun 9, 2020 · Backend Development

Xianyu Coin Service Migration: A Service‑Based Data Migration Approach

Alibaba migrated Xianyu Coin’s points from the legacy KingTower platform to the new Banliang service using a four‑phase, service‑based approach—preparation, active/passive data migration with distributed locks, dual‑write for consistency, reconciliation, and a gradual service switch—completing the transition in a month without user impact.

Backend EngineeringData MigrationDistributed Systems
0 likes · 11 min read
Xianyu Coin Service Migration: A Service‑Based Data Migration Approach
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
Architecture Digest
Architecture Digest
Apr 1, 2019 · Backend Development

Seven Reliable Methods for Solving Distributed Transaction Problems

This article, excerpted from the book "Software Architecture Design: Integrating Large‑Scale Website Technical and Business Architecture," systematically presents seven practical solutions—including two eventual‑consistency approaches, two compromise methods, TCC, state‑machine retry with idempotence, and reconciliation—to address the pervasive challenges of distributed transactions in micro‑service systems.

2PCDistributed TransactionsReconciliation
0 likes · 25 min read
Seven Reliable Methods for Solving Distributed Transaction Problems
Architect's Tech Stack
Architect's Tech Stack
Nov 29, 2018 · Backend Development

Comprehensive Overview of Payment System Architecture and Core Processes

This article provides a detailed overview of payment system architecture, covering functional modules, core payment, refund, reconciliation, and settlement workflows, as well as design considerations such as gateway integration, routing, risk assessment, asynchronous processing, and transaction logging for robust backend development.

Payment ArchitectureReconciliationgateway integration
0 likes · 19 min read
Comprehensive Overview of Payment System Architecture and Core Processes
Ctrip Technology
Ctrip Technology
Jun 19, 2018 · Frontend Development

Understanding React Fiber: Architecture, Scheduling, and Reconciliation

This article explains why React Fiber was introduced, describes its core concepts such as the fiber tree, work‑in‑progress tree, double buffering, priority scheduling, and lifecycle changes, and summarizes the new capabilities it brings to improve UI performance and responsiveness.

FiberReactReconciliation
0 likes · 10 min read
Understanding React Fiber: Architecture, Scheduling, and Reconciliation
Meituan Technology Team
Meituan Technology Team
Mar 22, 2018 · Backend Development

Design and Implementation of a Reconciliation System for Meituan Delivery Settlement

The article describes Meituan’s reconciliation system for delivery settlement, which ingests diverse external data, normalizes it, performs multi‑stage offline and online verification to detect missing, duplicate, or incorrect settlements, and automatically records and resolves errors through a unified balancing center, ensuring fund safety at tens‑million‑order scale.

BackendData ConsistencyReconciliation
0 likes · 18 min read
Design and Implementation of a Reconciliation System for Meituan Delivery Settlement
Meituan Technology Team
Meituan Technology Team
Jan 12, 2018 · Backend Development

Design and High‑Performance Practices of Meituan's Settlement and Reconciliation Platform

Meituan’s settlement and reconciliation platform was rebuilt from a single‑threaded, month‑end batch system into a distributed, multi‑threaded, real‑time service that abstracts core models, uses lock‑free processing, sharding, and dedicated Kafka topics, achieving millisecond latency for millions of daily bills across 17 business lines.

BackendReconciliationdata-processing
0 likes · 20 min read
Design and High‑Performance Practices of Meituan's Settlement and Reconciliation Platform
Qunar Tech Salon
Qunar Tech Salon
Sep 19, 2017 · Operations

Design and Implementation of a Multi‑Entity, Multi‑Currency Fund Processing Platform

The article explains how a payment center builds a SaaS‑style, multi‑entity, multi‑currency fund processing platform that handles accounting, day‑end, monitoring, reserve management, billing, and reconciliation, detailing business scenarios, fund flow models, system components, and methods to ensure data accuracy.

Reconciliationfinancial architecturefund processing
0 likes · 10 min read
Design and Implementation of a Multi‑Entity, Multi‑Currency Fund Processing Platform