instant payment result query.md
Request
Endpoint
Request Parameters
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. Optional if oid_paybill
is present
oid_paybill
Optional
String(18)
Unique transaction No. in LianLian system. E.g. 2011030900001098. Optional if no_order
is present
query_version
Required
String(6)
1.0
Sample Request
Response
Parameters
Name
Required
Type
Description
ret_code
Required
String(4)
ret_msg
Required
String(100)
Return message, description of ret_code
, in Chinese
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, 2 decimal places are expected, in CNY.
result_pay
Required
String
SUCCESS, payment is successful. WAITING, waiting for payment result form the issuing bank. PROCESSING, payment is processing by banks. CANCEL, the payment is reversed by issuing bank. FAILURE, the payment is failed. CHECK, the payment need to confrim. CLOSED, No confirmation was made within 24 hours when it is needed.
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
Sample Response
Last updated