1. 支付类接口
象盈收3.0-开放平台
  • 签名与验签说明
  • SDK使用说明
  • 支付类接口
    • 统一下单
      POST
    • 查询订单
      POST
    • 关闭订单
      POST
    • 支付通知
      POST
    • 统一退款
      POST
    • 查询退款
      POST
    • 退款通知
      POST
  1. 支付类接口

查询退款

测试环境
http://36.111.32.115:9403
测试环境
http://36.111.32.115:9403
POST
/api/refund/query
最后修改时间:2026-08-24 09:29:18
商户通过该接口查询退款订单,支付网关会返回订单最新的数据。

请求参数

Body 参数application/json必填

示例
{
    "version": "1.0",
    "reqTime": 1622016572190,
    "signType": "MD5",
    "sign": "C380BEC2BFD727A4B6845133519F3AD6",
    "devOrgId": "string",
    "mchNo": "M1621873433953",
    "appId": "60cc09bce4b0f1c0b83761c9",
    "refundOrderId": "R20160427210604000490",
    "mchRefundNo": "20160427210604000490"
}

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "code": 0,
    "msg": "string",
    "sign": "string",
    "data": {
        "refundOrderId": "string",
        "payOrderId": "string",
        "mchNo": "string",
        "appId": "string",
        "mchRefundNo": "string",
        "payAmount": 0,
        "refundAmount": 0,
        "currency": "str",
        "state": 0,
        "channelOrderNo": "string",
        "errCode": "string",
        "errMsg": "string",
        "extParam": "string",
        "createdAt": 0,
        "successTime": 0
    }
}
修改于 2026-08-24 09:29:18
上一页
统一退款
下一页
退款通知
Built with