TrustPay
en
  • en
  • zh
  1. v3
TrustPay
en
  • en
  • zh
  • Integration Guide
  • Risk Control – Merchant Integration
  • Enums
  • Payment Callback Specification
  • v3
    • Sync Card Direct Payin
      POST
    • Async Card Direct Payin
      POST
    • Cashier Payin
      POST
    • Payment Callback
      POST
    • Balance
      POST
    • Order Query
      POST
    • Exchange
      POST
  • v2
    • Payout(INR)
      POST
  • v4
    • Card Direct Payin
      POST
  1. v3

Order Query

POST
/v3/query/order
Query the status and details of a specific order by order no

Request

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.trustpay.money/v3/query/order' \
--header 'Content-Type: application/json' \
--data-raw '{
    "merchantId": 8820250900009,
    "orderNo": "vAlE1xm8MR7wA0fYMdEeh9mk",
    "sign": "a22460490c6c0f6bb424789b85807dd4"
}'
Response Response Example
{
    "code": 880001,
    "message": "success",
    "data": {
        "orderNo": "prod-test-payin-4",
        "platformOrderNo": "8XyDd93WEJsyXRKdUOeBTSIQ",
        "typeId": 0,
        "merchantId": 8820250900009,
        "currency": "USD",
        "orderAmount": 20,
        "paidAmount": 20,
        "refundAmount": 0,
        "fee": 4.5,
        "status": 6,
        "reason": "",
        "notifyStatus": 3,
        "notifyTime": "2025-12-30T23:51:07.381428Z",
        "createTime": "2025-12-30T18:46:02.616482Z"
    }
}
Modified at 2026-01-15 02:41:34
Previous
Balance
Next
Exchange
Built with