身份认证

事件类型:

身份认证事件:Identity Verification

字段类型含义建议备注
accountAccount账户信息必须身份认证的账户信息
identity_extIdentityExt身份扩展信息强烈建议传输人像照片、视频等身份认证信息。
用于识别身份伪冒和AIGC换脸攻击

请求示例

{  
    "event_type": "idv",  
    "scenario": "default",  
    "event_time": "2023-04-16T10:30:23.767+07:00",  
    "terminal": {  
        "black_box": "aGPH16523456683672ropYaFxT7",  
        "ip": "210.20.10.33"  
    },  
    "ext": {  
        "ext_response_types": "device_info"  
    },  
    "account": {  
        "account_id": "10016192",  
        "register_time": "2024-04-16T10:47:56.263+07:00",  
        "login_time": "2024-04-16T10:41:56.263+07:00",  
        "login_type": "account_password",  
        "phone": {  
            "country_code": 62,  
            "phone_number": "08************"  
        },  
        "email": "****@gmail.com"  
    },  
    "IdentityExt":{  
        "country":"ID",
        "face_image_type":"base64",  
        "face_image":"**\*\*\*\***\*\***\*\*\*\***",  
        "id_image_type":"base64",  
        "id_image":"**\*\*\*\***\*\***\*\*\*\***",  
        "face_video_type":"url",  
        "face_video":"http:**\*\*\*\***\*\***\*\*\*\***"  
    }  
}