Webhook Sample: business.updated

Webhook sample for business information updates
Webhooks
Webhook Sample: business.updated
 last updated: 
November 30, 2023
  1. {
  2.   "eventType": "business.updated",
  3.   "programId": "prg-ddb08641-6565-465d-ba94-ed199497299f",
  4.   "env": "test",
  5.   "data": {
  6.     "id": "bus-3c8263b3-1f12-4a62-9b1f-893dd5982aee",
  7.     "legalName": "Nunya Bizness",
  8.     "entityType": "limitedLiabilityCompany",
  9.     "dba": "",
  10.     "email": "justin@solidfi.com",
  11.     "idNumber": "999999999",
  12.     "idType": "ein",
  13.     "phone": "+16604491146",
  14.     "formationDate": "2018-02-18",
  15.     "website": "solidfi.com",
  16.     "about": "test business for Justin",
  17.     "industry": "healthServices",
  18.     "address": {
  19.       "addressType": "mailing",
  20.       "line1": "111 S Main St",
  21.       "line2": "",
  22.       "city": "Los Angeles",
  23.       "state": "CA",
  24.       "country": "US",
  25.       "postalCode": "90012-3701"
  26.     },
  27.     "kyb": {
  28.       "id": "kyb-4d769c94-7722-4a86-a260-c89f028fed0f",
  29.       "businessId": "bus-3c8263b3-1f12-4a62-9b1f-893dd5982aee",
  30.       "status": "approved",
  31.       "reviewCode": "",
  32.       "reviewMessage": "",
  33.       "results": {
  34.         "fraud": "approved",
  35.         "address": "approved",
  36.         "businessName": "approved",
  37.         "personName": "approved"
  38.       },
  39.       "createdAt": "2022-06-20T20:44:58Z",
  40.       "modifiedAt": "2022-06-20T20:46:36Z"
  41.     },
  42.     "disclosureStatus": "notStarted",
  43.     "createdAt": "2022-06-20T20:44:57Z",
  44.     "modifiedAt": "2022-10-16T15:49:16Z",
  45.     "programId": "prg-ddb08641-6565-465d-ba94-ed199497299f",
  46.     "createdPersonId": "per-056981ac-886b-4675-9789-f468cad262f5",
  47.     "metadata": null,
  48.     "status": "active"
  49.   }
  50. }