QUERY TRANSFER ORDER
1.Overview
Use this API to get transfer order info (use orderNo).
2.Request Info
Key |
Value |
Content-Type |
application/json |
version |
1.0 |
2.2 Request Data
Name |
Description |
Type |
Required |
appId |
Unique identifier assigned to a third-party application platform |
string |
true |
merchantId |
Unique identifier assigned to a third-party merchant |
string |
true |
timestamp |
Request timestamp |
timestamp |
true |
sign |
Data signature |
string |
true |
orderNo |
transfer order number |
string |
true |
2.3 Response Data
Name |
Description |
Type |
success |
Success flag: true/false |
boolean |
message |
Response message |
string |
code |
Reponse code |
string |
timestamp |
Response timestamp |
long |
data |
Result |
object |
> appId |
Unique identifier assigned to a third-party application platform |
string |
> sign |
Data signature |
string |
> tranAbbr |
Transaction Type |
string |
> tranNo |
Transaction Number |
string |
> currency |
currency |
string |
> orderAmt |
order amount |
string |
> orderDesc |
desc |
string |
> orderNo |
order number |
string |
> accountTime |
account time |
long |
> phoneNo |
NewPay user mobile |
string |
3. Example Data
3.1 Request
{
"appId": "3514d69403bc4ce1a8fafb6415a31018",
"timestamp": 1687494500726,
"sign": "{{sign}}",
"orderNo": "202306231000000282"
}
3.2 Response
{
"success": true,
"message": "success",
"data": {
"appId": "5afa28d9dfe94830ad67cd3a61ab8978",
"sign": "jmB1AKnD4VKgqRl0Sd+jdMR0lnr0k7E4Yl9KzWMIfOlK7Wdk3aaKkRcCb95BmHfLocMik3unKN8E2wm1RehTDlnyGIdBf0VMTk2tdTZgnU267PUMr33JW+wAplAI/l7bZRk6NkvE41uuRK7jhNKFjXUeBHHqNxEPlN0wMCTqXx3aVwGBxSvMnGHINIPU+K7tnVlZIhCqirIEaqbKSQTe+Irz4tRX/SDNMRZZsicTtYOCcPNdIifif52ekXLPHCaiRSSVAYI1YbFF5+8lwq1UJEClsP0P7Ni/86SJIPJ7VY34Bif8fc65ASc2sabTTyu6mxEoWDc+ByaE96wsGBTGfg==",
"tranAbbr": null,
"tranNo": "00012023062300000010",
"currency": "LAK",
"orderAmt": "1113.00",
"orderDesc": null,
"orderNo": "202306231000000282",
"accountTime": 1687494500726,
"phoneNo": "+8615840695747"
},
"code": "0",
"timestamp": "1662521235625"
}
4. Response Code
Code |
Description |
0 |
success |
E9999 |
unknow error |
B11095 |
Illegal request |
Z00046 |
whitelist authentication failed |
Z00003 |
appid field wrong |
Z00007 |
sign field verification failed |
Z00001 |
appid field illegal |
Z00004 |
timestamp field illegal |
Z00005 |
sign field illegal |
Z00016 |
currency field illegal |
Z00018 |
orderAmt field illegal |
Z00039 |
transaction failed |