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 cashier account Required
sign String signature Required
method String v3.TimeRefundOrder 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.TimePayOrder&start_time=1569894340&time=1546588959&user=016683"

Use stringA and secret_key to get stringSign

Get Signature:

"8deca1b49314bfa8877e2c908ac7bbb95b4c4ec3629927177f7e86cf1cc7d6ea"

Example Request:

{
    "user": "016683",
    "sign": "8deca1b49314bfa8877e2c908ac7bbb95b4c4ec3629927177f7e86cf1cc7d6ea",
    "method": "v3.TimePayOrder",
    "time": 1546588959,
    "data": {
        "start_time" : "1569894340",
        "end_time" : "1573523141"
    }
}

results matching ""

    No results matching ""