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
  • What is card binding?
  • Dierect APIs
  1. MPAY Payment API

Overview

Previousbalance-query-apiNextCard Bind Apply API

Last updated 6 years ago

MPAY Payment API is a direct payment solution for domestic cards in China mainland. We currently support almost all types of the cards from different issuers in China mainland.

Before you start, the concept of card binding is required to be understood.

What is card binding?

Card binding is generally a step which setup a connection between your customer's card with LianLian by verifying below key payment information:

  • Real name. The name of card holders.

  • ID number. The ID card number of card holders.

  • Phone number. The saved phone number on bank side.

  • Card number.

For credit card, expiration date and CVV/CVC code are additionally required.

These elements are typically collected via pages hosted by LianLian and would be sent to banks to complete verification. A SMS code verification step takes place for verifying user's phone number during the whole process.

Once the verification is done, a special parameter named no_agree is generated. No_agree represents all the key payment information mentioned above and can be used in payment request directly. You may use to build your own page to display users' binding card list.

is available to remove no_agree if needed.

Dierect APIs

  • Below is a typical UML sequence diagram for the interactions with MPAY Payment API .

card bind query API
Card unbind API