Sample payload for Business
Event | Description |
---|---|
business.invited | Triggered when a business is created and invitation has been sent. |
business.updated | Triggered when a business is updated. |
{
"event_type": "business.invited | business.updated",
"payload": {
"id": "81c92b78-9ce1-4ba0-9557-6dce4a5ccbdb",
"name": "XYZ BIZ",
"tin": "XXXXX7204",
"mcc_id": "5",
"naics_id": null,
"naics_code": null,
"mcc_code": null,
"mcc_title": null,
"owner": [
{
"ssn": null,
"email": "xyz@email.com",
"first_name": "XYZ",
"last_name": "ABC",
"mobile": null,
"title": null,
"created_at": "2024-08-01T09:24:36.049Z",
"updated_at": "2024-08-01T09:40:40.605Z",
"owner_type": "CONTROL | BENEFICIARY",
"address_apartment": null,
"address_line_1": "3614, Cassopolis Street,",
"address_line_2": null,
"address_city": "Elkhart",
"address_state": "Indiana",
"address_postal_code": "46514",
"address_country": "USA",
"date_of_birth": "2024-08-01",
"ownership_percentage": 50
}
]
"address_apartment": "Suite 100",
"address_line_1": "3614, Cassopolis Street,",
"address_line_2": null,
"address_city": "Elkhart",
"address_state": "Indiana",
"address_postal_code": "46514",
"address_country": "USA",
"created_at": "2024-08-01T09:24:36.049Z",
"created_by": "dc2bf5c0-8c39-41aa-b1f2-658991a0deb2",
"updated_at": "2024-08-01T09:40:40.605Z",
"updated_by": "846ced9e-45ff-44fe-b180-0a54ec1dc5cb",
"naics_title": "",
"mobile": null,
"official_website": null,
"public_website": null,
"social_account": null,
"status": "VERIFIED | UNVERIFIED",
"naics_title": null,
"industry": {
"id": 1,
"name": "Agriculture, Forestry, Fishing and Hunting",
"code": "agriculture_forestry_fishing_and_hunting",
"sector_code": "11",
"created_at": "2024-04-24T17:56:46.034418",
"updated_at": "2024-04-24T17:56:46.034418"
},
"is_monitoring_enabled": "true | false",
"subscription": {
"status": "NOT_SUBSCRIBED | SUBSCRIBED | UNSUBSCRIBED | PAYMENT_DECLINED | PAYMENT_FAILED",
"created_at": "2024-08-01T09:42:20.686Z",
"updated_at": "2024-09-01T10:45:54.972Z"
},
"business_names": [
{
"name": "XYZ BIZ",
"is_primary": true
}
],
"business_addresses": [
{
"line_1": "3614, Cassopolis Street,",
"apartment": null,
"city": "Elkhart",
"state": "Indiana",
"country": "USA",
"postal_code": "46514",
"mobile": null,
"is_primary": true
}
],
"formation_date": "2024-08-01T09:24:36.049Z",
"additional_data": [
{
"field": null,
"label": null,
"value": null
}
],
"deposit_accounts": [
{
"account_number": "XXXXXXXXX2445",
"routing_number": null
}
],
"business_applicants": [
{
"email": "xyz@email.com",
"first_name": "XYZ",
"last_name": "ABC"
}
],
"business_verification_uploads": [
{
"url": "www.website.com",
"file_name": null
}
],
"entity_type": [
"CORPORATION"
]
}
}
Was this page helpful?