identity_verification_capture_refused
Last updated: November 29, 2023
1{2"client_id": "cli_01hccfmvbpbj58tddbm93ec65n",3"correlation_id": "evt_01hcz3atrbz28tqvwebdsdrmx2",4"event_data": "eyJpZGVudGl0eV92ZXJpZmljYXRpb25faWQiOiAiaWR2XzAxaGN6Mm50Nm5ybnJ2NXRiNzNicG1hY2JhIiwgInJlc3BvbnNlX2NvZGVzIjogW3siY29kZSI6IDYzMDAxLCAic3VtbWFyeSI6ICJhcHBsaWNhbnRfcmVmdXNhbCJ9XSwgInN0YXR1cyI6ICJyZWZ1c2VkIiwgInVzZXJfam91cm5leV9pZCI6ICJ1c2pfMDFoY2NlYzUzZXNyYWs3MDQ2cGFybnFmYXMifQ==",5"event_timestamp": "2023-10-1 7T15:16:10.124215Z",6"event_type": "identity_verification_capture_refused",7"event_version": "1.1.0",8"idempotency_key": "evt_01hcz3atrbz28tqvwebdsdrmx2"9}
event_data
is encoded in base64. When decoded, it appears in the following format:
1{2"identity_verification_id": "idv_01hcz2nt6nrnrv5tb73bpmacba",3"response_codes": [4{5"code": 63001,6"summary": "applicant_refusal"7}8],9"status": "refused",10"user_journey_id": "usj_01hccec53esrak7046parnqfas"11}