获取店铺列表
# 获取店铺列表
# 请求地址
POST https://sandbox-acquirer-payment.pingpongx.com/merchant/acquirer/kyb/store/queryPage
1
POST https://acquirer-payment.pingpongx.com/merchant/acquirer/kyb/store/queryPage
1
// Make sure to add code blocks to your code group
# 请求参数
参数必填属性说明:必填(M),可选(O),条件必填(C)。 POST JSON
暂无数据
# 响应报文
参数必填属性说明:必填(M),可选(O),条件必填(C)。
属性 | 类型 | 是否必填 | 描述 |
---|---|---|---|
institutionId | string(64) | M | 机构一标识 |
merchantAccId | string(64) | M | 机构侧店铺唯一标识 |
subClientId | string(64) | M | PingPong侧子商户唯一标识 |
accId | string(64) | M | PingPong侧店铺唯一标识 |
storeName | string(64) | M | 店铺名称 |
storeUrl | string(64) | M | 店铺url |
status | string(64) | M | 店铺审核状态 |
comment | string(64) | M | 审核备注 |
{
"code": 200,
"data": [
{
"accId": "2022071513553610280526",
"independentWebsite": "Self build",
"industryType": "",
"institutionId": "2022071513553610280",
"merchantAccId": "MAC20001",
"status": "PENDING",
"storeName": "xxx1",
"storeUrl": "xxx1.com",
"subClientId": "SM2022071514080210281"
}
],
"msg": "SUCCESS",
"total": 1
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
上次更新: 2023/06/21, 18:56:42