v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
Event Types

account_holder_document.updated

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

postWebhookaccount_holder_document.updated

Payload

event_type'account_holder_document.updated' required

The type of event that occurred.

account_holder_tokenstring uuid

The token of the account_holder that the document belongs to

createdstring 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_tokenstring uuid

The token of the entity that the document belongs to

tokenstring uuid

The token of the account holder document

Example payload

{
  "account_holder_token": "2b52494a-ae73-4ab1-97e8-2dd1d51d18b0",
  "created": "2023-09-26 16:41:40.530987",
  "document_type": "EIN_LETTER",
  "entity_token": "c5f2d594-d957-4781-8877-fbea31f5944a",
  "required_document_uploads": [
    {
      "accepted_entity_status_reasons": [],
      "created": "2024-08-05 20:48:51.746833",
      "image_type": "FRONT",
      "rejected_entity_status_reasons": [],
      "status": "UPLOADED",
      "status_reasons": [],
      "token": "9e1d69a1-377b-463a-b991-01b3c81519b6",
      "updated": "2024-08-05 21:08:23.635573"
    },
    {
      "accepted_entity_status_reasons": [],
      "created": "2024-08-04 01:32:44.113765",
      "image_type": "FRONT",
      "rejected_entity_status_reasons": [
        "PRIMARY_BUSINESS_ENTITY_ADDRESS_VERIFICATION_FAILURE"
      ],
      "status": "REJECTED",
      "status_reasons": [
        "DOCUMENT_MISSING_REQUIRED_DATA"
      ],
      "token": "9e1d69a1-377b-463a-b991-01b3c81519b6",
      "updated": "2024-08-04 02:18:47.113773"
    }
  ],
  "token": "9175a05c-a9da-4082-8e14-9296427ebba7"
}

Response

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