汇分账
  1. 接口列表
汇分账
  • 安全发
    • 产品介绍
    • 接口签名
    • 接口列表
      • 支付结果回调说明
      • 查询明细
      • 查询批量转账结果
      • 获取回单下载地址
      • 查询签约账户信息
      • 查询转账记录
      • 下发转账任务
  • 支付相关接口
    • 子商户提现查询
      POST
    • 子商户提现
      POST
  • 分账业务接口
    • 产品介绍
    • 对接流程
  • 快捷支付接口
    • 对接流程
    • 接口列表
      • 支付授权接口(接口401,先看这个)
        POST
      • 协议支付确认交易
        POST
      • 协议支付预交易
        POST
      • 协议支付绑卡预交易
        POST
      • 协议支付前台绑卡
        POST
      • 协议支付解绑
        POST
      • 协议支付绑卡确认
        POST
      • 支付结果查询
        POST
  • 云闪付接口
    • 产品介绍
    • 接口列表
      • 云闪付 APP 支付
      • 支付授权接口(接口401,先看这个)
      • 主扫支付(云闪付)
  • 外卡支付开发接口
    • 国际公认的国家和地区ISO 3166-1代码表
    • 接口协议约定
    • 外卡退款查询
      POST
    • 创建外卡订单
      POST
    • 查询外卡订单
      POST
    • 外卡订单退款
      POST
  • 网银支付
    • 产品介绍
    • 接入流程
  • 数字人民币
    • 产品介绍
    • 对接流程
  • 资金归集
    • 产品介绍
    • 对接流程
  • 互联网直付通
    • 产品介绍
    • 接口列表
  • 汇分账web3钱包
    • 产品介绍
    • 对接流程
  1. 接口列表

协议支付解绑

POST
/pay/unBindCard
支付相关接口
协议支付解绑

请求参数

Body 参数application/json
协议支付绑卡提交
version
string 
版本号
可选
2.0
请填最新版本 2.0,会兼容小于 2.0 或
为空的版本
customerCode
string 
商户编号
必需
商户编号
protocol
string 
协议号
必需
参考接口“绑卡”和“绑卡确认”返回
值 protocol
memberId
string 
分账模式
必需
(splitModel)为“1-普通
分账”的,该值一律传商户自编的编
号。
nonceStr
string 
随机字符串
必需
随机字符串,推荐随机数生成算法产生
示例
{
  "version": "string",
  "customerCode": "string",
  "protocol": "string",
  "memberId": "string",
  "nonceStr": "string"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/pay/unBindCard' \
--header 'Content-Type: application/json' \
--data-raw '{
    "version": "string",
    "customerCode": "string",
    "protocol": "string",
    "memberId": "string",
    "nonceStr": "string"
}'

返回响应

🟢200成功
*/*
OK
Body
响应信息主体
code
integer <int32>
可选
msg
string 
可选
data
object (ProtocolPayBindCardResponse) 
协议支付绑卡返回
必需
returnCode
string 
必需
返回状态码; 0000:处理成功;0000:处理成功
returnMsg
string 
信息
可选
nonceStr
string 
随机字符串
必需
随机字符串,推荐随机数生成算法产生
customerCode
string 
商户编号
可选
商户编号
memberId
string 
分账子商户编号
必需
同入参 memberId
示例
{
  "code": 0,
  "msg": "string",
  "data": {
    "returnCode": "string",
    "returnMsg": "string",
    "nonceStr": "string",
    "customerCode": "string",
    "memberId": "string"
  }
}
上一页
协议支付前台绑卡
下一页
协议支付绑卡确认
Built with