Docs
  • Introduction
  • Get Started
    • Introduction
    • Preparation
  • Instant Payment
    • overview
    • instant payment apply API
    • instant payment confirm API
    • instant payment notification
    • instant payment result query.md
    • balance-query-api
  • MPAY Payment API
    • Overview
    • Card Bind Apply API
    • Card Bind Verify API
    • MPAY Apply Direct API
    • MPAY Verify Direct API
    • Asynchronous Notification
    • Payment Result Query API
  • Unified gateway payment
    • Overview
    • Payment Creation Direct API
    • New Online Banking Overview
  • Easy Payment
    • Overview
    • WEB Payment API
    • H5 Payment API
    • Easypay Apply Direct API
    • Easypay Verify Direct API
    • Pre-authorized capture API
    • Pre-authorized cancel API
    • Pre-authorized order status query API
    • Asynchronous Notification
    • Payment Result Query API
  • Online banking Payment
    • Overview
    • Payment API
    • Synchronous Notification
    • Asynchronous Notification
    • Payment Result Query API
  • Exchange Payment
    • Overview
    • Apply API
    • Verify API
    • Asynchronous Notification
    • Payment Result Query API
  • Aggregate Payment
    • Overview
    • Redirect API
    • Direct API
    • Asynchronous Notification
    • Payment Result Query API
  • Relevant API
    • Card Bind
      • Apply API
      • Verify API
      • Unbind API
      • Query API
    • Refund
      • Apply API
      • Result Query API
      • Asynchronous Notification
    • Card Bin Query API
  • Development
    • Singature
      • Key Configuration
      • Add Sign
      • Verify Sign
    • Asynchronous Notification
    • Risk Item
    • Transaction Report
    • Return Codes
    • Supported Currencies
    • Supported Banks
Powered by GitBook
On this page
  • Aggregate Payment Flow
  • Aggregate Payment Redirect API
  • Aggregate Payment Direct API
  1. Aggregate Payment

Overview

PreviousPayment Result Query APINextRedirect API

Last updated 6 years ago

Aggregate Payment allows you to accept payments with a single integration for below payment methods:

  • Card payment. Users provide their key payment information such as card number, phone number, ID card number, real name etc to get verified and complete payments.

  • Online banking payment. Users are redirected from your sites to pages hosted by selected banks, proceed payments and then return to your sites.

  • Alipay. Users scan QR code which is displayed in pages hosted by LianLian after being redirected from your sites.

  • WechatPay. Similar to Alipay.

All above payment methods are available by redirecting your users to pages hosted by LianLian via . For WechatPay and Alipay, is also available. Refer to for more details.

Aggregate Payment Flow

Aggregate Payment Redirect API

Below is a typical UML sequence diagram for the interactions with Aggregate Payment Redirect API.

Aggregate Payment Direct API

Below is a typical UML sequence diagram for the interactions with Aggregate Payment Direct API.

LianLian will proceed with the payment request and communicate with our gateways to obtain the payment result once the payment request is executed. Whenever its status confirmed as successful, LianLian sends out the immediately to your server. You can then verify the HTTP request and then proceed with your delivery logic.

Aggregate payment asynchronous notification
aggregate payment redirect API
aggregate payment direct API
Aggregate Payment Flow