简要描述:
1、扫码风控案例数据查询
请求URL:
请求参数(O-非必传 ,M-必传)
参数 | 参数名称 | 类型 | 参数说明 | 样例 | 可空 |
---|---|---|---|---|---|
flowNo | 案例编号 | String | 多个编号以英文逗号”,”隔开 | 20230511155524394956750290100 | O |
firstLevelAgentNum | 服务商编号 | String | 服务商的编号,由SaaS平台分配,表示当前商户属于该服务商名下 | ISV01991023 | M |
mercNum | 商户编号 | String | 多个编号以英文逗号”,”隔开 | 88888888 | O |
flowStatus | 案例状态 | String | DTJ:待提交;DSH:待审核;SHTG:审核通过;HT:驳回。支持传多个,英文逗号隔开 | DTJ | O |
createTimeBegin | 开始时间 | String | yyy-MM-dd HH:mm:ss | O | |
createTimeEnd | 结束时间 | String | yyy-MM-dd HH:mm:ss | O | |
beginLine | 页数 | int | 整数,从1开始 | 1 | M |
pageSize | 每页数量 | int | 每页20条数据 | 20 | M |
请求示例:
{
"flowNo": "",
"firstLevelAgentNum": "FW1000251",
"mercNum": "",
"flowStatus": "",
"createTimeBegin": "",
"createTimeEnd": "",
"beginLine": 1,
"pageSize": 20
}
返回参数说明:
参数 | 参数名称 | 类型 | 参数说明 | 样例 | 可空 |
---|---|---|---|---|---|
respCode | 返回码 | String | 00:成功、99:失败 | M | |
respMsg | 描述信息 | String | O | ||
respData | 返回数据 | JSON | 当respCode=00时有值 | O |
respData参数说明:
参数 | 参数名称 | 类型 | 参数说明 | 样例 | 可空 |
---|---|---|---|---|---|
list | 扫码案例信息列表 | jsonArray | O | ||
totalCount | 案例信息总数 | int | O |
list参数说明:
参数 | 参数名称 | 类型 | 参数说明 | 样例 | 可空 |
---|---|---|---|---|---|
flowNo | 案例编号 | String | 20230511155524394956750290100 | O | |
flowStatus | 案例状态 | String | O | ||
createTime | 创建时间 | String | O | ||
firstLevelAgentNum | 一级服务商编号 | String | O | ||
firstLevelAgentName | 一级服务商名称 | String | O | ||
agentNum | 直属代理商编 | String | O | ||
mercType | 商户类型 | String | O | ||
idCardNo | 法人身份证号 | String | O | ||
busLicNum | 营业执照号 | String | O | ||
address | 线下经营地址 | String | O | ||
mainBusiness | 主营业务 | String | O | ||
alRealId | 支付宝实名账号 | String | O | ||
weChatOfficialAccount | 微信公众号 | String | O | ||
isAppeal | 是否申诉 | String | Y:是;N:否 | O | |
appealResult | 申诉结果 | String | 申诉成功:SUCCESS; 申诉失败:FAIL |
O | |
claimantName | 申诉人姓名 | String | O | ||
claimantPhone | 申诉人电话 | String | O | ||
claimantReason | 申诉理由描述 | String | O | ||
productType | 产品类型 | String | WX:微信 AL:支付宝 |
O | |
complainType | 投诉类型 | String | 支付宝: 投诉/预警; 微信: 投诉、欺诈、风险 |
O | |
firstMeasure | 首次处理措施 | String | 关闭支付宝交易 关闭微信交易 关闭全部交易 关闭结算 |
O | |
finalMeasure | 最终处理措施 | String | 1:开通交易 2:关闭交易 3:开通结算 4:关闭结算 5:开通微信 6:关闭微信 7:开通支付宝 8:关闭支付宝 |
“2,4,6,8” | O |
upperProcessMethod | 上游处理方法 | String | O | ||
detailList | 订单信息list | jsonArray | O | ||
approveList | 审核记录list | jsonArray | O | ||
caseImgList | 图片信息list | jsonArray | O |
detailList参数说明:
参数 | 参数名称 | 类型 | 参数说明 | 样例 | 可空 |
---|---|---|---|---|---|
riskIdentificationTime | 风险识别时间 | String | O | ||
businessTradeNo | 业务订单号 | String | O | ||
amount | 金额(元) | String | O | ||
complainantName | 投诉人昵称 | String | O | ||
complainMsg | 投诉内容 | String | O | ||
contact | 联系方式 | String | O | ||
riskType | 风险类型 | String | O | ||
riskDesc | 风险描述 | String | O | ||
materialRemark | 订单申诉材料提交备注 | String | O |
approveList参数说明:
参数 | 参数名称 | 类型 | 参数说明 | 样例 | 可空 |
---|---|---|---|---|---|
flowNo | 案例编号 | String | O | ||
operator | 操作人 | String | O | ||
operatorTime | 操作时间 | String | O | ||
processType | 操作类型 | String | O | ||
measure | 操作描述 | String | O | ||
remark | 备注 | String | O |
caseImgList参数说明:
参数 | 参数名称 | 类型 | 参数说明 | 样例 | 可空 |
---|---|---|---|---|---|
category | 图片类别 | String | 身份证正面: CARD_POSITIVE 营业执照(原件): BUSLICENSE 法人手持营业执照: HAND_BUSINESS 代理商承诺函: AGENT_PROMISE_BOOK 门头照: DOOR_PHOTO 交易凭证: TRADE_VOUCHER 补充资料: SUPPLEMENT |
O | |
path | 图片路径 | String | O |
返回示例:
{
"respMsg": "成功",
"respData": {
"list": [
{
"idCardNo": "411221189005058035",
"mainBusiness": "餐饮",
"isAppeal": "",
"agentNum": "ISV000946",
"upperProcessMethod": "关闭微信",
"claimantPhone": "13389890098",
"claimantReason": "申诉理由描述xxxx",
"productType": "WX",
"firstLevelAgentName": "FW1000251名称",
"mercName": "北京金艺晟珠宝有限公司",
"caseImgList": [
{
"path": "https://dfs-test.icardpay.com//group1/M00/00/A8/wKg1a2UvPuKAW1iWAAB1OOfcYt881.jpeg",
"category": "AGENT_PROMISE_BOOK"
},
{
"path": "https://dfs-test.icardpay.com//group1/M00/00/A8/wKg1a2UvPtiAW05iAAB1OOfcYt898.jpeg",
"category": "BUSLICENSE"
},
{
"path": "https://dfs-test.icardpay.com//group1/M00/00/A8/wKg1a2UvPtOAXjPWAAJq_pr0kiY17.jpeg",
"category": "CARD_POSITIVE"
},
{
"path": "https://dfs-test.icardpay.com/https://dfs-test.icardpay.com/https://dfs-test.icardpay.com/https://59.151.121.137//group1/M00/00/A4/wKg1a2Uk_VeAeY2NAAAHSh_pmpg02.jpeg,https://dfs-test.icardpay.com//group1/M00/00/A8/wKg1a2UvPuuAHMUcAABl9_aCeJY26.jpeg",
"category": "DOOR_PHOTO"
},
{
"path": "https://dfs-test.icardpay.com//group1/M00/00/A8/wKg1a2UvPt2AUnTSAAR813ONZ_s76.jpeg",
"category": "HAND_BUSINESS"
},
{
"path": "https://dfs-test.icardpay.com//group1/M00/00/A8/wKg1a2UvPvOARXG8AAAM_wFsi08082.rar",
"category": "SUPPLEMENT"
},
{
"path": "https://dfs-test.icardpay.com/https://dfs-test.icardpay.com/https://dfs-test.icardpay.com//group1/M00/00/A8/wKg1a2UuPVOAWuJZAAJ2hzBX1tc93.jpeg,https://dfs-test.icardpay.com//group1/M00/00/A8/wKg1a2UvPuiAaHbNAAR813ONZ_s66.jpeg,https://dfs-test.icardpay.com//group1/M00/00/A8/wKg1a2UvPu6AJKG3AABl9_aCeJY20.jpeg",
"category": "TRADE_VOUCHER"
}
],
"address": "北京",
"mercNum": "833102153310806",
"appealResult": "",
"agentName": "直属名称",
"approveList": [
{
"operatorTime": "2023-10-18 10:12:07",
"flowNo": "202304101015136891000451934",
"operator": "FW1000251"
},
{
"operatorTime": "2023-10-17 17:17:47",
"flowNo": "202304101015136891000451934",
"operator": "FW1000251"
},
{
"measure": "1",
"operatorTime": "2023-10-17 17:16:23",
"remark": "1",
"flowNo": "202304101015136891000451934",
"processType": "HT",
"operator": "陈测试"
},
{
"operatorTime": "2023-10-17 15:52:53",
"flowNo": "202304101015136891000451934",
"operator": "FW1000251"
},
{
"measure": "1,5",
"operatorTime": "2023-04-10 14:08:53",
"remark": "审核通过",
"flowNo": "202304101015136891000451934",
"processType": "SHTG",
"operator": "陈测试"
}
],
"firstLevelAgentNum": "FW1000251",
"busLicNum": "1000000003",
"weChatOfficialAccount": "微信公众号xxxx",
"complainType": "欺诈",
"createTime": "2023-04-10 10:15:14",
"firstMeasure": "首次处理措施",
"detailList": [
{
"materialRemark": "备注2",
"riskIdentificationTime": "2023-02-15 15:00:01.0",
"riskType": "类型2",
"riskDesc": "描述1",
"contact": "185667",
"complainantName": "2",
"complainMsg": "投诉内容"
},
{
"materialRemark": "备注2",
"riskIdentificationTime": "2023-02-15 15:00:01.0",
"riskType": "类型2",
"riskDesc": "描述1",
"contact": "185667",
"complainantName": "2",
"complainMsg": "投诉内容"
}
],
"alRealId": "100000103",
"mercType": "10C",
"claimantName": "申诉人姓名xxx",
"flowNo": "202304101015136891000451934",
"flowStatus": "DSH",
"finalMeasure": "1"
},
{
"idCardNo": "33",
"mainBusiness": "55",
"isAppeal": "",
"agentNum": "ISV000946",
"upperProcessMethod": "关闭微信",
"claimantPhone": "22",
"claimantReason": "1",
"productType": "WX",
"firstLevelAgentName": "FW1000251名称",
"mercName": "潘会娟",
"caseImgList": [
{
"path": "https://dfs-test.icardpay.com//group1/M00/00/A8/wKg1a2UvPxaAFvAAAABl9_aCeJY25.jpeg",
"category": "AGENT_PROMISE_BOOK"
},
{
"path": "https://dfs-test.icardpay.com//group1/M00/00/A8/wKg1a2UvPxCAUHUgAAR813ONZ_s12.jpeg",
"category": "BUSLICENSE"
},
{
"path": "https://dfs-test.icardpay.com//group1/M00/00/A8/wKg1a2UvPw6AcvZsAAJq_pr0kiY70.jpeg",
"category": "CARD_POSITIVE"
},
{
"path": "https://dfs-test.icardpay.com//group1/M00/00/A8/wKg1a2UvPxqAWuThAABl9_aCeJY82.jpeg,https://dfs-test.icardpay.com//group1/M00/00/A8/wKg1a2UvPyCANscTAAR813ONZ_s14.jpeg,https://dfs-test.icardpay.com//group1/M00/00/A8/wKg1a2UvPyqAEW94AABl9_aCeJY95.jpeg",
"category": "DOOR_PHOTO"
},
{
"path": "https://dfs-test.icardpay.com//group1/M00/00/A8/wKg1a2UvPxSAPIk3AAJq_pr0kiY85.jpeg",
"category": "HAND_BUSINESS"
},
{
"path": "https://dfs-test.icardpay.com//group1/M00/00/A8/wKg1a2UvPy2AIopcAAAM_wFsi08310.rar",
"category": "SUPPLEMENT"
},
{
"path": "https://dfs-test.icardpay.com//group1/M00/00/A8/wKg1a2UvPySACqxRAABl9_aCeJY56.jpeg,https://dfs-test.icardpay.com//group1/M00/00/A8/wKg1a2UvPyKAIWQpAAJq_pr0kiY18.jpeg,https://dfs-test.icardpay.com/https://dfs-test.icardpay.com//group1/M00/00/A8/wKg1a2UvNEWAYXRRAAR813ONZ_s00.jpeg",
"category": "TRADE_VOUCHER"
}
],
"address": "66",
"mercNum": "833102153310806",
"appealResult": "",
"agentName": "直属名称",
"approveList": [
{
"measure": "6",
"operatorTime": "2023-10-25 14:36:30",
"remark": "",
"flowNo": "202303011307251201002090374",
"processType": "SHTG",
"operator": "陈测试"
},
{
"operatorTime": "2023-10-18 10:13:04",
"flowNo": "202303011307251201002090374",
"operator": "FW1000251"
},
{
"operatorTime": "2023-10-18 09:26:32",
"flowNo": "202303011307251201002090374",
"operator": "FW1000251"
},
{
"measure": "1",
"operatorTime": "2023-10-17 17:16:38",
"remark": "2",
"flowNo": "202303011307251201002090374",
"processType": "HT",
"operator": "陈测试"
},
{
"operatorTime": "2023-10-13 14:56:57",
"flowNo": "202303011307251201002090374",
"operator": "admin"
},
{
"operatorTime": "2023-10-12 10:59:14",
"flowNo": "202303011307251201002090374",
"operator": "FW1000251"
},
{
"operatorTime": "2023-10-12 10:56:33",
"flowNo": "202303011307251201002090374",
"operator": "FW1000251"
},
{
"operatorTime": "2023-10-12 10:45:30",
"flowNo": "202303011307251201002090374",
"operator": "FW1000251"
},
{
"operatorTime": "2023-10-12 10:42:45",
"flowNo": "202303011307251201002090374",
"operator": "FW1000251"
},
{
"operatorTime": "2023-10-12 10:03:46",
"flowNo": "202303011307251201002090374",
"operator": "FW1000251"
},
{
"operatorTime": "2023-10-11 16:53:45",
"flowNo": "202303011307251201002090374",
"operator": "FW1000251"
},
{
"operatorTime": "2023-10-11 13:10:41",
"flowNo": "202303011307251201002090374",
"operator": "FW1000251"
},
{
"operatorTime": "2023-10-11 11:27:02",
"flowNo": "202303011307251201002090374",
"operator": "FW1000251"
},
{
"operatorTime": "2023-10-11 10:35:40",
"flowNo": "202303011307251201002090374",
"operator": "FW1000251"
},
{
"measure": "8",
"operatorTime": "2023-05-22 14:57:06",
"remark": "1",
"flowNo": "202303011307251201002090374",
"processType": "HT",
"operator": "likunfeng"
}
],
"firstLevelAgentNum": "FW1000251",
"busLicNum": "44",
"weChatOfficialAccount": "99",
"complainType": "欺诈",
"createTime": "2023-03-01 13:07:25",
"firstMeasure": "首次处理措施",
"detailList": [
{
"materialRemark": "备注2",
"amount": "100000",
"riskIdentificationTime": "2023-02-15 15:00:01.0",
"riskType": "类型2",
"riskDesc": "描述1",
"contact": "185667",
"complainantName": "2",
"complainMsg": "投诉内容"
}
],
"alRealId": "",
"mercType": "10C",
"claimantName": "111",
"flowNo": "202303011307251201002090374",
"flowStatus": "SHTG",
"finalMeasure": "6"
}
],
"totalCount": 2
},
"respCode": "00"
}
文档更新时间: 2025-02-13 11:13 作者:张亚飞