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
  1. Exchange Payment

Overview

PreviousPayment Result Query APINextApply API

Last updated 6 years ago

Exchange Payment is a card payment solution that enable the capability of Chinese customers to make payment in CNY for goods which is sold in . It makes oversea purchase possible for China domestic customers who only have cards issued by .

Typically, by using Exchange Payment your customer only need to provide below four key payment elements and do a SMS verification step:

  • Card number. The used card number for debit card. If a credit card is used, expiration date and CVV/CVC code are additionally required.

  • ID card number. The ID card number of customer.

  • Phone number. The phone number which is saved in the card issuer of customer.

  • Real name. Customer's full name.

Only 2 APIs are required to implement this feature:

  1. to create transaction and send SMS verification code.

  2. to verify the SMS verification code and proceed the transaction.

Flow

Below is a typical UML sequence diagram for the interactions of Exchange Payment.

Whenever your customer has finished the verification step, LianLian will proceed with the payment request and communicate with our gateways to obtain the payment result. Once it is confirmed as a successful transaction, LianLian sends out the immediately to your server. You can then verify the HTTP request and then proceed with your delivery logic.

A SMS verification code is only available for 10 min. To re-send it, you can simply re-do the request to , after that a new code would be sent out.

Exchange Payment asynchronous notification
Exchange Payment Apply API
other currencies
Union Pay Organization
Exchange Payment Apply API
Exchange Payment Verify API
Exchange Payment Flow