Webhook Events
account_holder.active
Sent when an account holder becomes active.
postWebhookaccount_holder.active
Payload
Example payload
{
"id": "550e8400-e29b-41d4-a716-446655440008",
"api_version": "2026-05-01",
"payload": {
"id": "68e0a1b2c3d4e5f60718293a",
"beneficiary_data": {
"legal_name": "Jordan Rivera",
"residential_address": {
"line_1": "548 Market St",
"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.