v66

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

account_holder.verification

Occurs when an asynchronous account_holder's verification is completed.

postWebhookaccount_holder.verification

Payload

event_type'account_holder.verification' required

The type of event that occurred.

account_tokenstring uuid

The token of the account being verified.

createdstring 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_reasonsstring[]
tokenstring uuid

The token of the account_holder being verified.

Example payload

{
  "account_token": "00000000-0000-0000-0000-000000000001",
  "created": "2023-09-26 16:41:40.530938",
  "status": "ACCEPTED",
  "status_reasons": [],
  "token": "00000000-0000-0000-0000-000000000001"
}

Response

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