curl --location 'https://api.trustpay.money/v4/query/order' \
--header 'Content-Type: application/json' \
--data '{
"order_no": "local-payin-354",
"sign": "a22460490c6c0f6bb424789b85807dd4"
}'{
"code": 880001,
"message": "success",
"data": {
"order_no": "local-payin-354",
"platform_order_no": "652SPW3rRTa4IWPm2LFtbftq",
"type_id": 0,
"merchant_id": 8820250900009,
"currency": "USD",
"order_amount": 1,
"paid_amount": 1,
"refund_amount": 0,
"fee": 0.34,
"arn": "",
"status": 6,
"reason": "",
"notify_status": 2,
"notify_time": "2026-06-10T19:00:29.121482Z",
"create_time": "2026-06-04T16:19:12.223666Z"
}
}