v66

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

account_holder.created

Occurs when a new account_holder is created.

postWebhookaccount_holder.created

Payload

event_type'account_holder.created' required

The type of event that occurred.

account_tokenstring uuid

The token of the account that was created.

createdstring date-time

When the account_holder was created

status'ACCEPTED' | 'PENDING_REVIEW'

The status of the account_holder that was created.

status_reasonstring[]
tokenstring uuid

The token of the account_holder that was created.

Example payload

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

Response

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