简要描述:

1、扫码风控案例推送接口
2、请联系运营提供接收推送地址

请求参数(O-非必传 ,M-必传)

参数 参数名称 类型 参数说明 样例 可空
flowNo 案例编号 String M
flowStatus 案例状态 String DTJ:待提交
DSH:待审核
SHTG:审核通过
DTJ M
firstLevelAgentNum 一级服务商编号 String O
firstLevelAgentName 一级服务商名称 String O
agentNum 直属代理商编 String O
mercNum 商户编号 String O
mercName 商户名称 String O
mercType 商户类型 String O
idCardNo 法人身份证号 String O
busLicNum 营业执照号 String O
address 线下经营地址 String O
mainBusiness 主营业务 String O
alRealId 支付宝实名账号 String O
weChatOfficialAccount 微信公众号 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
measure 审核处理措施 String 1:开通交易
2:关闭交易
3:开通结算
4:关闭结算
5:开通微信
6:关闭微信
7:开通支付宝
8:关闭支付宝
O
upperProcessMethod 上游处理方法 String O
remark 审核备注 String O
detailList 订单信息list jsonArray O

detailList参数说明:

参数 参数名称 类型 参数说明 样例 可空
riskIdentificationTime 风险识别时间 String yyy-MM-dd HH:mm:ss 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

请求示例:

{
    "firstLevelAgentName": "新版分账测试",
    "mercName": "新北区三井耀发卤菜店",
    "address": "北京市海淀区金运大厦1201",
    "idCardNo": "110101199003073036",
    "mercNum": "833304458120002",
    "mainBusiness": "家常菜",
    "remark": "",
    "firstLevelAgentNum": "FW1000566",
    "busLicNum": "92370211MA3EC7106B",
    "weChatOfficialAccount": "",
    "agentNum": "FW1000566",
    "upperProcessMethod": "关闭微信",
    "complainType": "欺诈",
    "measure": "",
    "firstMeasure": "关闭微信交易",
    "detailList": [
        {
            "amount": "-0.01",
            "complainMsg": "投诉内容",
            "complainantName": "1",
            "contact": "185666",
            "materialRemark": "备注1",
            "riskDesc": "描述1",
            "riskIdentificationTime": "2023-02-15 15:00:00.0",
            "riskTradeNo": "011123071115482013677MC",
            "riskType": "类型1"
        }
    ],
    "alRealId": "",
    "mercType": "p_businessMerc",
    "flowNo": "202311271737125611001526677",
    "flowStatus": "DSH",
    "productType": "WX",
    "finalMeasure": "5"
}

返回参数说明:

参数 参数名称 类型 参数说明 样例 可空
respCode 返回码 String 00:成功、99:失败 00 M
respMsg 描述信息 String O

返回示例:

{
    "respMsg": "成功",
    "respCode": "00"
}
文档更新时间: 2023-12-11 17:45   作者:张亚飞