查询用户绑定列表
# 查询用户绑定列表
# 请求地址
https://{host}/v2/registrations
1
| 参数字段 | 参数类型 | 参数属性 | 参数说明 |
|---|---|---|---|
| accId | String(64) | M | PingPong 商户店铺编号 |
| merchantUserId | String(64) | M | 商户网站的用户 ID |
| signType | String(8) | M | 签名规约,支持 MD5、SHA256,具体⻅本文“签名 方案”一栏 |
| sign | String(256) | M | 签名内容,具体⻅本文“签名规约”一栏 |
# 响应参数
| 参数字段 | 参数属性 | 参数说明 |
|---|---|---|
| clientId | M | PingPong 商户商户号 |
| accId | M | PingPong |
| code | M | 结果状态码 |
| description | M | 结果描述 |
| cardInfos[i].token | M | 卡信息对应的 Token |
| cardInfos[i].desenitiz | M | 脱敏卡号 edCardNo |
| cardInfos[i].cardExpir | M | 卡有效期-月 eMonth |
| cardInfos[i].cardExpir | M | 卡有效期-年 eYear |
| cardInfos[i].holderFir | M | 持卡人姓 stName |
| cardInfos[i].holderLa | M | 持卡人姓 stName |
| cardInfos[i].payment | M | 卡品牌 Brand |
上次更新: 2022/05/16, 15:58:29