TrustPay
en
  • en
  • zh
  1. v3
TrustPay
en
  • en
  • zh
  • Integration Guide
  • Risk Control – Merchant Integration
  • Enums
  • v3
    • c16
      • Payin Order Create(Counter)
    • Balance
      POST
    • Payin
      POST
    • Payment Callback
      POST
    • Order Query
      POST
    • Risk Confirmation
      POST
    • Card Direct Payin
      POST
  • v2
    • Payout(INR)
      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": "TEST-PAYIN-C15-1762842958",
        "platformOrderNo": "67N1b1tQ2eHrLq086twrV9Xm",
        "typeId": 0,
        "merchantId": 8820250900009,
        "currency": "USD",
        "orderAmount": "50",
        "paidAmount": "50",
        "fee": "2.5",
        "status": 5,
        "notifyStatus": 2,
        "notifyTime": "2025-11-11T06:36:00.921406Z",
        "createTime": "2025-11-11T06:35:58.153021Z"
    }
}
Modified at 2025-11-15 00:50:58
Previous
Payment Callback
Next
Risk Confirmation
Built with