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

# account_holder.created

`POST account_holder.created` (webhook)

Occurs when a new account_holder is created.

## Payload

- object
  - `event_type` 'account_holder.created', required — The type of event that occurred.
  - `account_token` string, uuid — The token of the account that was created.
  - `created` string, date-time — When the account_holder was created
  - `status` 'ACCEPTED' | 'PENDING_REVIEW' — The status of the account_holder that was created.
  - `status_reason` string[]
  - `token` string, uuid — The token of the account_holder that was created.
  - `required_documents` RequiredDocument[]
    - `entity_token` string, uuid, required — Globally unique identifier for an entity.
    - `valid_documents` string[], required — A list of valid documents that will satisfy the KYC requirements for the specified entity.
    - `status_reasons` string[], required — Provides the status reasons that will be satisfied by providing one of the valid documents.

## 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)
