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
  • payment process
  • Implement
  1. Online banking Payment

Overview

PreviousPayment Result Query APINextPayment API

Last updated 6 years ago

Online banking payment refers to the payment method that users input bank card information on the bank's online banking page and complete the payment through the bank's authentication methods (such as U shield, payment password, etc.), which is mainly applicable to the PC side.

Online banking payment is divided into personal online banking payment and enterprise online banking payment . You can configure it according to actual needs.

payment process

  • Generate order information like no_order、dt_order、money_orderafter the user choosing which products to pay.

  • The user select to use which bank on Lianlian page and then they'll be redirected to corresponding online banking page to pay.

  • Users login online banking system and pay online.

  • Process the notificaton and update the payment status.

Implement

  1. Asynchronous Notification After the payment is successful, the result of the payment will be notified to your server.

Redirect your user to Lianlian payment page.

Lianlian will send synchronous notification to the url_return after the payment is confirmed as successful.

Request payment
Synchronous Notification(optional)