whalet-acquiring
首页
开放API
  • 收款
  • 鲸卡
  • 收单
首页
开放API
  • 收款
  • 鲸卡
  • 收单
  1. 支付
  • 首页
  • 店铺
    • 获取可申请的支付方式
      POST
    • 添加店铺
      POST
    • 添加店铺结果通知
      POST
    • 查询店铺详情
      POST
    • 申请店铺支付方式
      POST
    • 申请店铺支付方式结果通知
      POST
  • 支付
    • 创建支付链接
      POST
    • 查询交易信息
      POST
    • 支付结果通知
      POST
    • 创建支付
      POST
    • 提交支付信息
      POST
    • 获取银行列表
      POST
    • 获取钱包列表
      POST
    • 创建支付 Copy
      POST
  • 退款
    • 退款申请
      POST
    • 退款结果通知
      POST
  • 拒付
    • 拒付产生通知
      POST
    • 拒付详情
      POST
    • 查询拒付原因
      POST
    • 拒付申诉
      POST
    • 拒付接受
      POST
    • 拒付结果通知
      POST
  1. 支付

查询交易信息

POST
queryTradeAcquiringInfo

请求参数

Body 参数application/json

示例
{
    "userId": "string",
    "tradeId": "string"
}

返回响应

🟢200成功
application/json
Body

示例
{
    "tradeId": "string",
    "userId": "string",
    "merTradeNo": "string",
    "customerEmail": "string",
    "amount": 0,
    "currency": "CNY",
    "fee": 0,
    "feeCurrency": "CNY",
    "settlementAmount": 0,
    "settlementCurrency": "CNY",
    "settlementFinishTime": "yyyy-MM-dd HH:mm:ss",
    "methodCode": "string",
    "refundInfoList": [
        {
            "refundId": "string",
            "refundAmount": 0,
            "fee": 0,
            "feeCurrency": "CNY",
            "refundReason": "string",
            "status": "PROCESSING",
            "createTime": "yyyy-MM-dd HH:mm:ss"
        }
    ],
    "status": "WAIT_PAY",
    "createTime": "yyyy-MM-dd HH:mm:ss"
}
修改于 2025-01-07 02:56:14
上一页
创建支付链接
下一页
支付结果通知
Built with