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
  • Content
  • Create your account
  • Config your account
  • Setup signature function on your server
  • Project Go Live
  1. Get Started

Preparation

PreviousIntroductionNextoverview

Last updated 6 years ago

In this section you will learn about the required steps before integration and the process of how project goes live.

Content

Create your account

All the interactions with LianLian requires you to have your own account in our system, before account creation, we will apply following flows with your company entity:

  • Compliance. The business of your company must comply the restrictions and policies of LianLianPay, Inc.

  • Due Diligence. According to the national policies as well as the regulations from Union Pay organizations, LianLian requires you to provide relevant documentations to complete the due diligence flow.

You can consult our business development colleague about these 2 process, they will help you to complete your account creation flow. A merchant identification will be assigned to your company once it is finished, which is named as oid_partner, is required for usage later on.

Config your account

There are 2 kinds of access verification performed in each HTTP request which is sent to LianLian, one is product access verification and another is request source access verification. Product access verification checks whether your oid_partner has the correspond product access of the API which your request is sent to. Request source access verification apply a review about whether your request is sent from whitelisted source.

Typically, product accesses shall properly be configured as long as oid_partner is created(Our business development colleague will communicate with you about the product configuration before account creation). If you have experienced a tip like You don't have proper product access, you can double check with our business development colleague.

For request source verification, you need to send us the information of your environment depending on your integration type:

  • If you are using direct API integration, server IP address information required.

  • If you have integrated our redirect API, source domain name is required.

Setup signature function on your server

Project Go Live

By default, each configured product under your merchant account has an amount limitation which is 50/transaction, 50/day, 50/month (in CNY) for each customer.

If you have completed the integration and would like to run our service in your production environment, you need to inform our colleagues to start the flow of project go live and proceed with below 2 actions:

  • Make a successful test transaction and send it to our technical support colleague to review the integration of your project.

  • Prepare a environment where our colleague from due diligence team can perform payment test.

Each product is required to take a go live progress, if you have multiple payment products integrated you will have to do the flow accordingly. Once the review request is approved, you will be able to use it :)。 This process usually takes 1 ~ 2 working days.

Signature is required for data transmission between you and LianLian. You may refer to to setup the logic on your server.

signature
Create your account
Config your account
Setup signature function on your server
Project Go Live