---
title: "account_holder.verification"
method: POST
path: "account_holder.verification"
tags: ["Event Types"]
---

# account_holder.verification

`POST account_holder.verification` (webhook)

Occurs when an asynchronous account_holder's verification is completed.

## Payload

- object
  - `event_type` 'account_holder.verification', required — The type of event that occurred.
  - `account_token` string, uuid — The token of the account being verified.
  - `created` string, date-time — When the account_holder verification status was updated
  - `status` 'ACCEPTED' | 'PENDING_REVIEW' | 'REJECTED' — The status of the account_holder that was created
  - `status_reasons` string[]
  - `token` string, uuid — The token of the account_holder being verified.

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

[API](https://skmtc.net/lithic-com/apis/lithic-developer-api.md) · [All operations](https://skmtc.net/lithic-com/apis/lithic-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lithic-com/lithic-developer-api/revisions/53ab5d4e2adb/schema)
