instant payment confirm API
This API is used to cinfirm the money transfer application.
Request
Endpoint
Request Parameters
Name
Required
Type
Description
api_version
Required
String(6)
1.1
oid_partner
Required
String(18)
The unique identification assigned to the merchant. E.g. 201304121000001004
sign_type
Required
String(3)
RSA
sign
Required
String
confirm_code
Required
String(6)
Confirm code.
no_order
Required
String(32)
Original merchant order No.
notify_url
Required
String(128)
sample request
The request message before being encrypted.
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
The following parameters are returned only when ret_code=0000
:
Name
Required
Type
Description
oid_paybill
Optional
String(18)
Unique transaction No. in LianLian system. E.g. 2011030900001098. Returned when the transaction object is created successfully.
no_order
Optional
String(32)
Original merchant order No.
Sample Response
Returned when the transaction object is created successfully.
Last updated