Business Cases

Business cases represent individual KYB verification sessions. These are standalone, session-based workflows that can operate independently or be linked to a business profile.

Event Callbacks

Endpoint Configuration: events_callback_url

Event callbacks provide real-time updates as the business verification progresses through different stages.

Available Events

Event TypeTriggerPayload Content
VERIFICATION_SESSION_STARTEDBusiness begins the KYB sessionverification_session_id, client_reference_id, client_reference_data
VERIFICATION_REQUEST_SUBMITTEDBusiness completes data entryverification_session_id, client_reference_id, client_reference_data
VERIFICATION_SESSION_COMPLETIONKYB workflow finishesFull BusinessVerificationResultPayload
CASE_STATUS_UPDATEReviewer updates the case decisionverification_session_id, verification_result, author, reason, optional officer/company references
AML_MONITORING_UPDATEOngoing AML monitoring detects a changeverification_session_id, aml_monitoring_update object
SECTION_INFO_UPDATEAnalyst edits business dataverification_session_id, data (section details, previous/current values)
COMMENTComment is added to the business caseverification_session_id, comment, author, created_at

Decision Callback

Endpoint Configuration: callback_url

📘

This callback is only sent for business verification sessions that are NOT linked to a business profile.

The decision callback delivers the final snapshot of the KYB workflow once it reaches a terminal state.

Learn more about Business case callbacks