identity_verification_anonymized
Last updated: January 15, 2025
This Identity Verification event occurs when the identity verification has been anonymized and the status
changed to retry_required
, but a retry is no longer available.
1{2"id": "evt_uqyk4lgloeduvarejyl2we7y5y",3"type": "identity_verification_anonymized",4"version": "1.2.0",5"created_on": "2024-12-05T18:32:39.39415Z",6"data": {7"applicant_id": "aplt_01jec137ejpfr42eze4y46hs9g",8"external_applicant_id": "eaplt_61411I10000000000000000000",9"status": "approved",10"identity_verification_id": "idv_01jec13b0w7rxkarqarmx1jq6z",11"response_codes": [12{13"code": 10000,14"summary": "approved"15}16],17"user_journey_id": "usj_01heqt35wmjrf3wjd7w1wz33p2"18},19"_links": {20"self": {21"href": "https://api.checkout.com/workflows/events/evt_uqyk4lgloeduvarejyl2we7y5y"22}23}24}
Field name | Description |
---|---|
string | The unique identifier for the event. |
string | The event type. |
string | The version of the Identity Verification solution used. |
datetime | The date and time when the event was triggered, in UTC. |
object | The webhook message. |
string | The unique identifier for the user. |
string | Your unique identifier for the user. |
string | The verification status. |
string | The unique identifier for the identity verification. |
object | Contains information about the response code and summary. |
integer | The response code that provides more information about the verification status. |
string | The description of the response code. |
string | The unique identifier for the user journey configuration. |
string | The URL to the event. |