Batch Query Orders
Query the corresponding successful payment order information list by passing in the time interval. This interface directly exports the csv file.
API URL:https://mapi.yabandpay.com/Payments
Method:POST
POST data type:Json
Parameter | Type | Description | Required |
---|---|---|---|
user | String | the UID of super admin account or cashier account | Required |
sign | String | signature | Required |
method | String | v3.BatchQuery | Required |
time | Long | timestamp | Required |
- Parameter
Parameter | Type | Description | Required |
---|---|---|---|
start_time | String | start time | Required |
end_time | String | end time | Required |
Signature:
Lexicographical sequence and URL key-value format new string
"end_time=1573523141&method=v3.BatchQuery&start_time=1569894340&time=1546588959&user=016683"
Use stringA and secret_key to get stringSign
Get Signature:
"ae799873840d54d51d4fd3e3c4413632f9d064c5c6aab6e93a4774fd74ffb3b8"
Example Request:
{
"user": "016683",
"sign": "ae799873840d54d51d4fd3e3c4413632f9d064c5c6aab6e93a4774fd74ffb3b8",
"method": "v3.BatchQuery",
"time": 1546588959,
"data": {
"start_time" : "1569894340",
"end_time" : "1573523141"
}
}