Close
logointerlace
Talk with us >

Webhook Business Updated

Event

business.updated

Explanation

FinTechs can leverage the Business Updated webhook to receive notifications whenever changes are made to an existing business, ensuring that all relevant records are kept current and facilitating accurate communication and operations.

When it occurs

This Webhook fires when essential information such as the business name, address, or contact information is updated

Payload

.

{
"event": "business.updated",
"referenceId": "889a07a7-1c48-432f-a80f-6690c6e8cbd5",
"timestamp": "2023-03-15T21:03:10.227",
"data":
{
"businessId": "51361372-0293-43e4-aad7-e9a05fd34048",
"taxId": "*****2708",
"businessName": "LOS POLLOS HERMANOS",
"businessType": "Food Services",
"incorporationType": "LLC",
"naicsCode": 722513,
"numberOfEmployees": 25,
"annualRevenue": 1200000,
"establishedDate": "2021-07-15",
"website": "www.loshermanospollos.com",
"representatives": [
{
"name": {
"first": "Ann",
"middle": "W.",
"last": "Jackson",
"suffix": "",
"prefix": "",
"company": ""
},
"dateOfBirth": "1990-07-15",
"contact": {
"email": [
"ajackson@gmail.com"
],
"addresses": [
{
"line1": "1783 Broad Street",
"line2": "",
"line3": "",
"city": "Birmingham",
"state": "Alabama",
"postalCode": "35222",
"country": "US",
"type": "BUSINESS",
"addressCategory": "Master"
}
],
"telephones": [
{
"type": "HOME",
"country": "001",
"number": "2055152435"
}
]
},
"ownershipPercent": 100,
"ownershipType": "Ownership",
"taxId": "*****3708",
"taxIdCountry": "US"
}
],
"contact": {
"email": [
"string"
],
"addresses": [
{
"line1": "1783 Broad Street",
"line2": "",
"line3": "",
"city": "Birmingham",
"state": "Alabama",
"postalCode": "35222",
"country": "US",
"type": "BUSINESS",
"addressCategory": "Master"
}
],
"telephones": [
{
"type": "BUSINESS",
"country": "001",
"number": "2055152445"
}
]
}
}
}
Previous
Webhook Business Created