Webhook Events

account_holder.active

Sent when an account holder becomes active.

postWebhookaccount_holder.active

Payload

idstring required

Unique identifier for the event. Stable across retries.

type'account_holder.active' required

Event type in resource.action format.

api_versionstring required

API version the payload was rendered at. Stable across retries and redeliveries.

datestring date-time required

ISO 8601 UTC timestamp when the event was created.

Example payload

{
  "id": "550e8400-e29b-41d4-a716-446655440008",
  "api_version": "2026-05-01",
  "payload": {
    "id": "68e0a1b2c3d4e5f60718293a",
    "beneficiary_data": {
      "legal_name": "Jordan Rivera",
      "residential_address": {
        "street_line_1": "548 Market St",
        "street_line_2": "Apartment 4B",
        "city": "San Francisco",
        "state": "CA",
        "postal_code": "94103"
      },
      "date_of_birth": "1990-01-15",
      "identification": {
        "value": "123-45-6789"
      }
    },
    "created_at": "2026-01-15T10:30:00Z"
  },
  "date": "2026-01-15T10:30:00Z"
}

Response

Event received successfully.

Changes