{
"id": "550e8400-e29b-41d4-a716-446655440008",
"type": "account_holder.active",
"api_version": "2026-05-01",
"payload": {
"id": "68e0a1b2c3d4e5f60718293a",
"type": "account_holder",
"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",
"country_code": "US"
},
"date_of_birth": "1990-01-15",
"identification": {
"type": "ssn",
"value": "123-45-6789"
},
"country_of_citizenship": "US"
},
"metadata": {
"invoice_id": "INV-2026-0042"
},
"created_at": "2026-01-15T10:30:00Z"
},
"date": "2026-01-15T10:30:00Z"
}Webhook Events
account_holder.active
Sent when an account holder becomes active.
WEBHOOK
account_holder.active
{
"id": "550e8400-e29b-41d4-a716-446655440008",
"type": "account_holder.active",
"api_version": "2026-05-01",
"payload": {
"id": "68e0a1b2c3d4e5f60718293a",
"type": "account_holder",
"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",
"country_code": "US"
},
"date_of_birth": "1990-01-15",
"identification": {
"type": "ssn",
"value": "123-45-6789"
},
"country_of_citizenship": "US"
},
"metadata": {
"invoice_id": "INV-2026-0042"
},
"created_at": "2026-01-15T10:30:00Z"
},
"date": "2026-01-15T10:30:00Z"
}Authorizations
Bearer token for authentication with Augustus Banking API
Body
application/json
Unique identifier for the event. Stable across retries.
Example:
"550e8400-e29b-41d4-a716-446655440008"
Event type in resource.action format.
Available options:
account_holder.active API version the payload was rendered at. Stable across retries and redeliveries.
Example:
"2026-05-01"
Full resource snapshot at the time of the event.
Show child attributes
Show child attributes
ISO 8601 UTC timestamp when the event was created.
Example:
"2026-01-15T10:30:00Z"
Response
200
Event received successfully.
Was this page helpful?