---
title: "account_holder_document.updated"
method: POST
path: "account_holder_document.updated"
tags: ["Event Types"]
---

# account_holder_document.updated

`POST account_holder_document.updated` (webhook)

Occurs when an account holder's document upload status has been updated.

## Payload

- object
  - `event_type` 'account_holder_document.updated', required — The type of event that occurred.
  - `account_holder_token` string, uuid — The token of the account_holder that the document belongs to
  - `created` string, date-time — When the account_holder was created
  - `document_type` 'DRIVERS_LICENSE' | 'PASSPORT' | 'PASSPORT_CARD' | 'EIN_LETTER' | 'TAX_RETURN' | 'OPERATING_AGREEMENT' | 'CERTIFICATE_OF_FORMATION' | 'CERTIFICATE_OF_GOOD_STANDING' | 'ARTICLES_OF_INCORPORATION' | 'ARTICLES_OF_ORGANIZATION' | 'BYLAWS' | 'GOVERNMENT_BUSINESS_LICENSE' | 'PARTNERSHIP_AGREEMENT' | 'SS4_FORM' | 'BANK_STATEMENT' | 'UTILITY_BILL_STATEMENT' | 'SSN_CARD' | 'ITIN_LETTER' | 'FINCEN_BOI_REPORT' — Type of documentation to be submitted for verification of an account holder
  - `entity_token` string, uuid — The token of the entity that the document belongs to
  - `required_document_uploads` object[]
    - `created` string, date-time — When the document upload was created
    - `image_type` 'FRONT' | 'BACK' — The type of image that was uploaded
    - `status` 'ACCEPTED' | 'REJECTED' | 'PENDING_UPLOAD' | 'UPLOADED' | 'PARTIAL_APPROVAL' — Status of an account holder's document upload.
    - `status_reasons` string[]
    - `accepted_entity_status_reasons` string[]
    - `rejected_entity_status_reasons` string[]
    - `token` string, uuid — The token of the document upload
    - `updated` string, date-time — When the document upload was last updated
  - `token` string, uuid — The token of the account holder document

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