Payment Order Query
service: queryOrder
Get the Payment Order result for a given client.
bizContent Request Parameters
Field
Type
Required
Description
Remark
order_sn
String
Y
Merchant Order Number
linkID
String
Y
Payment Order ID
Examples: FCA35CEB-E03C-4E36-8EA7-009FF613B1B1
bizContent Request Sample
{
"order_sn": "ABC123456789",
"linkID": "FCA35CEB-E03C-4E36-8EA7-009FF613B1B1"
}bizContent Response Parameters
Field
Type
Required
Description
Remark
status
Integer
Y
Status of the response: 0 indicates success, -1 indicates failure.
errorCode
String
N
Application specific error code about any error that occurred during processing.
errorMessage
String
N
Error Description
data
Object
N
The actual data payload of the response, which can be of any JSON-compatible type
See Data Payload
Data Payload
Field
Type
Required
Description
outcome
String
Y
Payment Order Status
Important:The specific business operation results are subject to status field
Last updated