Transfer Query API
Transfer Query API refers the API that merchant requests for the status of an order.
URL: https://domain/transfer/query
Method: POST
Content-Type: application/x-www-form-urlencoded
Parmaters:
name | opt | type | DESC | e.g. |
---|---|---|---|---|
merchant | N | string | Merchant uid | e7b8ba3bdbf6ee68adc... |
outtransferno | N | string | Merchant order number | 202002020123ABC |
sign | N | string | Signature | e10adc3949bae20f883e... |
Results of parameters returned:
Based on global responsescode=0 if successfuly. Results show the body of request with below parameters.
name | type | DESC | e.g. |
---|---|---|---|
transferno | string | Order number | e7b8ba3bdbf6ee68adc... |
outtransferno | string | Merchant order number | 20200202123ABC... |
tradeamount | string | Amount deducted from merchant account | 101 |
transferamount | string | Amount transfered | 100 |
endtime | string | Payment time | 2020-01-01 02:02:03 |
remark | string | Remarks | abcd |
status | string | Order status: 0 Unpaid; 1 Paid; 2 Processing; 3 Processing(Manual); 4 Cancelled | 1 |
sign | string | Signature | e10adc3949bae20f883e... |