1、接口说明

接口地址 https://netocr.com/verapi/veriden.do
接口调用方法 post

2、接口接收参数

序号 名称 类型 必填 说明
1 key String 用户ocrKey
2 secret String 用户ocrSecrert
3 trueName String 姓名
4 idenNo String 身份证号
5 img String 身份证件照(JPG格式照片的Base64编码,编码后大小5KB-32KB)
6 typeId Integer 身份证实名认证增强版:3003
7 format String 返回格式(xml或者json),如果format为空,则默认返回xml

3、查验结果返回示例

{
    "message":{"status":0,"value":"比对服务处理成功"},
    "tnidInfo":[
        {
            "inputTelephone":null,
            "inputXm":null,
            "inputZjhm":null,
            "veritem":[
                {"desc":"user_check_result","content":"3"},
                {"desc":"user_check_desc","content":"姓名及身份证号一致"},
                {"desc":"verify_result","content":"0"},
                {"desc":"verify_result_desc","content":"身份证信息为真"},
                {"desc":"verify_similarity","content":"85.54207323214952"}
            ]
        }
    ]
}

results matching ""

    No results matching ""