Identity verification created
Last updated: August 13, 2025
This Identity Verification event occurs when you successfully create a verification.
1{2"id": "evt_wulgj7iilg2u3lweve5g7oc5xa",3"type": "identity_verification_created",4"version": "1.2.0",5"created_on": "2024-12-05T17:48:25.999831Z",6"data": {7"applicant_id": "aplt_01jebyzk8nz6j206x4hr02xywj",8"external_applicant_id": "eaplt_10000000000000000000000000",9"status": "created",10"identity_verification_id": "idv_01jebyzxdkj4e2mktk36q0fpak",11"response_codes": [],12"user_journey_id": "usj_01heqt35wmjrf3wjd7w1wz33p2"13},14"_links": {15"self": {16"href": "https://api.checkout.com/workflows/events/evt_wulgj7iilg2u3lweve5g7oc5xa"17}18}19}
Field name | Description |
---|---|
string | The event's unique identifier, prefixed with |
string | The event type. This value is always |
string | The webhook's version. |
datetime | The date and time when the event occurred, in UTC. |
object | The webhook message. |
string | The applicant's unique identifier, prefixed with |
string | Your unique identifier for the applicant, prefixed with |
string | The verification status. |
string | The verification's unique identifier, prefixed with |
object | 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 | Your Identity Verification configuration ID. |
string | The URL to the event. |