Business Profiles

Business profiles are long-lived entities that maintain persistent verification history, officer information, and ongoing monitoring across the business lifecycle.

📘

Key Advantage:
Business profiles support BOTH callback_url (for final decisions) and events_callback_url (for lifecycle updates), providing maximum flexibility.

Payload:

{
  "business_profile_id": "bp_xyz123",
  "business_profile_event_type": "RELATED_CASE_STATUS_UPDATE",
  "client_reference_id": "our_business_id_456",
  "verification_session_id": "vs_officer_789",
  "verification_result": "APPROVED",
  "author": {
    "email_address": "[email protected]"
  },
  "author_id": "[email protected]",
  "reason": "Additional documentation provided and verified",
  "person_reference_id": "person_cfo_002", // Present if officer/UBO case
  "company_reference_id": null, // Present if related company case
  "file_uuid": null // Present if document-specific
}

Learn more about Business Profile callbacks