Event Types
account_holder.updated
Occurs when an account_holder is updated.
postWebhookaccount_holder.updated
Payload
Example payload
{
"event_type": "account_holder.updated",
"token": "00000000-0000-0000-0000-000000000001",
"update_request": {
"beneficial_owner_individuals": [
{
"address": {
"address1": "123 Old Forest Way",
"city": "Omaha",
"country": "USA",
"postal_code": "68022",
"state": "NE"
},
"dob": "1991-03-08 08:00:00",
"email": "tom@middle-earth.com",
"first_name": "Tom",
"last_name": "Bombadil",
"phone_number": "+15555555555",
"government_id": "111-23-1412"
}
],
"business_entity": {
"address": {
"address1": "123 Old Forest Way",
"city": "Omaha",
"country": "USA",
"postal_code": "68022",
"state": "NE"
},
"government_id": "114-123-1513",
"legal_business_name": "Acme, Inc.",
"phone_numbers": [
"+15555555555"
]
},
"control_person": {
"address": {
"address1": "123 Old Forest Way",
"city": "Omaha",
"country": "USA",
"postal_code": "68022",
"state": "NE"
},
"dob": "1991-03-08 08:00:00",
"email": "tom@middle-earth.com",
"first_name": "Tom",
"last_name": "Bombadil",
"phone_number": "+15555555555",
"government_id": "111-23-1412"
}
},
"naics_code": "541512",
"nature_of_business": "Software company selling solutions to the restaurant industry",
"website_url": "www.mybusiness.com"
}Response
Return a 200 status to indicate that the data was received successfully