Asynchronous Notification
Last updated
Last updated
This asynchronous notification is sent out to the notify_url
of the original request whenever a transaction is confirmed as SUCCESS
in our system.
Refer to for the introduction of its concept and its requirements.
Name
Required
Type
Description
oid_partner
Required
String(18)
The unique identification assigned to the merchant. E.g. 201304121000001004
sign_type
Required
String(3)
RSA
sign
Required
String
Signature value
no_order
Required
String(32)
Merchant order No.
dt_order
Required
String(14)
Merchant order date. Format: yyyyMMddHHmmss, E.g. 20170801225714
oid_paybill
Required
String(18)
Unique transaction No. in LianLian system. E.g. 2011030900001098
money_order
Required
String(12)
Merchant order amount, range: 0.01 ~ 100,000,000.00, 2 decimal places are expected, in CNY
result_pay
Required
String
Payment result. E.g. SUCCESS
settle_date
Optional
String(8)
Format YYYYMMDD. Returns when payment is successful
info_order
Optional
String(255)
Returns when info_order
is sent in API requests
pay_type
Required
String
The payment method used in this transaction. 2, Quick payment - Debit card 3, Quick payment - Credit card P, New Authenticate Payment
bank_code
Optional
String
Short codes of banks
no_agree
Optional
String
id_type
Optional
String(1)
Returned after configuration. 0, ID card 2, Passport 3, Military Officer Certificate 4, Hong Kong-Macau laissez-passer 6, Mainland travel permit for Taiwan residents 9, Police Officer card X, other certificates
id_no
Optional
String
Returned after configuration. The number of User's ID card. The length need to be either 15 or 18.
acct_name
Optional
String
Returned after configuration. The name of payer, in Chinese
card_no
Optional
String
Returned after configuration. User's card number
A token which represents the key payment information, refer to for more details