用于向订阅通知的业务方通知KYC审核结果。当审核失败或材料过期时,需调用更新KYC接口重新审核
EVENT
OPEN_KYC_AUDIT_RESULT
事件内容
| Parameter | Type | Required | Description |
|---|
| partner_user_id | string(64) | M | 合作伙伴客户唯一ID |
| client_id | string(64) | M | 客户ID |
| status | string(64) | M | 状态 :审核通过:APPROVED,审核拒绝:DECLINED |
| finished | long | M | 审核完成时间,精确到毫秒 |
| fail_reason | string(64) | C | 失败原因 |