删除受益人和股东资料
# 删除受益人和股东资料
法人不支持删除
# 请求地址
DELETE https://sandbox-acquirer-payment.pingpongx.com/merchant/acquirer/KYB/personal
1
DELETE https://acquirer-payment.pingpongx.com/merchant/acquirer/KYB/personal
1
// Make sure to add code blocks to your code group
# 请求报文
参数必填属性说明:必填(M),可选(O),条件必填(C)。 POST JSON
Parameter | Type | Required | Description |
---|---|---|---|
clientId | String(32) | M | 商户号。 |
customerId | int | M | 受益人或股东唯一标识 |
signType | String(32) | M | 签名类型。 |
sign | String(128) | M | 签名。 |
{
"customerId":1,
"clientId":"2019041614452410067",
"signType":"SHA256",
"sign":"b3abe5d8c69b38733ad57ea75e83bcae42bbbbac75e3a5445862ed2f8a2cd677"
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
# 响应报文
{
"code":200,
"msg":"SUCCESS"
}
1
2
3
4
2
3
4
上次更新: 2023/06/21, 18:56:42