identity_verification_link_expired
Last updated: January 15, 2025
This Identity Verification event occurs when the verification_url
expires without the user being redirected to the web flow. By default, expiry is after 15 minutes.
1{2"id": "evt_6wld3spaaa6evlvb4bovk5r57m",3"type": "identity_verification_link_expired",4"version": "1.2.0",5"created_on": "2024-12-05T17:49:03.890067Z",6"data": {7"applicant_id": "aplt_01jeby3q6qd5zgrdttnzfsx5wj",8"status": "retry_required",9"identity_verification_id": "idv_01jeby3q8kzbeayxc0whnjts8k",10"response_codes": [11{12"code": 61101,13"summary": "applicant_never_started"14}15],16"user_journey_id": "usj_01heqt35wmjrf3wjd7w1wz33p2"17},18"_links": {19"self": {20"href": "https://api.checkout.com/workflows/events/evt_6wld3spaaa6evlvb4bovk5r57m"21}22}23}
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. |