instant payment notification
Last updated
Last updated
This asynchronous notification is sent out to the notify_url
of the original request when a transaction is confirmed as SUCCESS
or FAILURE
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
dt_order
Required
String(14)
Merchant order date. Format: yyyyMMddHHmmss, E.g. 20170801225714
no_order
Required
String(32)
Merchant order No.
oid_paybill
Required
String(18)
Unique transaction No. in LianLian system. E.g. 2011030900001098
money_order
Required
String(12)
Merchant order amount, 2 decimal places are expected, in CNY
info_order
Optional
String(255)
Returns when info_order
is sent in API requests or the payment result is FAILURE
.
result_pay
Required
String
Payment result. E.g. SUCCESS
settle_date
Optional
String(8)
Format YYYYMMDD. Returns when payment is successful