{
"appId": "your appid",
"sign": "xxx",
"param": "{\"mchOrderId\": \"testMchOrderId202508001\",\"timestamp\":\"1677133173758\"}"
}curl --location '/open-api/staticva/payment/query' \
--header 'Content-Type: application/json' \
--data '{
"appId": "your appid",
"sign": "xxx",
"param": "{\"mchOrderId\": \"testMchOrderId202508001\",\"timestamp\":\"1677133173758\"}"
}'{
"code": 10000,
"message": "Success",
"data": {
"mchOrderId": "testMchOrderId202508001",
"payData": "734180000015869244",
"channelCode": "MONATO_VA",
"channelType": "VA",
"notifyUrl": "http://127.0.0.1:88",
"remark": "testva",
"status": "ACTIVE",
"createTime": "2025-08-23 07:34:57"
}
}