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
createAcquiringLink

请求参数

Body 参数application/json

示例
{
  "acquiringPaymentMethod": [],
  "amount": "",
  "country": "",
  "customerId": "",
  "description": "",
  "goodsItemList": [
    {
      "quantity": 0,
      "recordeId": ""
    }
  ],
  "linkName": "",
  "linkValidity": "",
  "logisticsFee": "",
  "merTradeNo": "",
  "source": "",
  "taxFee": "",
  "userId": ""
}

返回响应

🟢200成功
application/json
Body

示例
{
    "status": "ENABLE",
    "userId": "string",
    "tradeId": "string",
    "merTradeNo": "string",
    "amount": 0,
    "currency": "CNY",
    "customerEmail": "string",
    "linkUrl": "string",
    "linkValidity": "yyyy-MM-dd HH:mm:ss",
    "redirectUrl": "string"
}
修改于 2025-07-09 09:15:53
上一页
申请店铺支付方式结果通知
下一页
查询交易信息
Built with