TrustPay
zh
  • en
  • zh
  1. v3
TrustPay
zh
  • en
  • zh
  • 接入说明
  • 支付风控接口 - 商户接入指南
  • 枚举类型说明
  • v3
    • 余额查询
      POST
    • 代收接口
      POST
    • 订单查询
      POST
    • 渠道风控确认
      POST
    • 卡直付接口
      POST
  • v2
    • 转账接口
      POST
    • 直接代付
      POST
    • 余额查询
      POST
    • 代收接口
      POST
    • 间接代付
      POST
    • 订单查询
      POST
    • 商户提现
      POST
    • 支付回调
      POST
  1. v3

订单查询

Developing
POST
/v3/query/order

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-11 09:22:19
Previous
代收接口
Next
渠道风控确认
Built with