curl --location 'https://api.trustpay.money/v4/query/order' \
--header 'Content-Type: application/json' \
--data '{
"order_no": "local-test-payin-320",
"sign": "a22460490c6c0f6bb424789b85807dd4"
}'{
"code": 880001,
"message": "success",
"data": {
"order_no": "local-test-payin-320",
"platform_order_no": "KxNd3TG7uRfDq2ZocNiGAh2z",
"type_id": 0,
"merchant_id": 8820250900009,
"currency": "USD",
"order_amount": 5,
"paid_amount": 5,
"refund_amount": 5,
"fee": 0.5,
"arn": "",
"status": 7,
"reason": "",
"notify_status": 2,
"notify_time": "2026-05-27T03:05:08.316989Z",
"create_time": "2026-05-27T02:58:36.664959Z"
}
}