Request
Body Params application/jsonRequired
{
"app_key": "eJcvfTazer3ufzjWnrmzGDbNxYBW3B7M",
"order_no": "T2023101023343803870785"
}
Request Code Samples
curl --location --request POST '/v1/orders/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "eJcvfTazer3ufzjWnrmzGDbNxYBW3B7M",
"order_no": "T2023101023343803870785"
}'
Responses
application/json {
"code": 0,
"message": "string",
"data": {
"order_no": "T2023101023343803870785",
"api_order_no": "TEST20231010235456656232",
"amount": "100",
"status": "1",
"pay_type": "alipay_wap",
"success_at": "2023-10-10 23:34:39",
"notify_times": "0"
}
}
Modified at 2026-02-26 04:43:08