Company Verification
Verify a company end-to-end with registry checks, director screening, and UBO screening. This guide covers submitting company data, retrieving results, and interpreting the compliance report.What Company Verification checks
When you submit a company for verification, Zenoo orchestrates four check types:- Company Registry Verification. Legal name, registration number, incorporation status, registered address, directors, and shareholders from official registries.
- Company Screening (WorldCheck). PEP, sanctions, and adverse media screening on the company entity itself.
- Director Screening (WorldCheck). Individual screening for each director you provide or that the registry returns.
- UBO Screening (WorldCheck). Individual screening for each beneficial owner.
Data tiers
You can submit three levels of data. More data produces better matching and richer risk scoring.Tier 1: Minimum
Tier 1: Minimum
The bare minimum to run a registry check and company screening.
Tier 2: Standard (recommended)
Tier 2: Standard (recommended)
Adds directors, UBOs, and company details. This is the recommended minimum for production.
Tier 3: Full
Tier 3: Full
Adds external reference for idempotency, financial data, and entity identifiers.
Field reference
Director and UBO fields:
1
Submit company data
2
Retrieve results
Sync mode
Results are returned directly in the response body. Skip to the next step.Async mode: poll for results
Polling strategy:
- First 2 minutes: poll every 10 seconds
- After 2 minutes: poll every 30 seconds
- Typical completion time: 30 seconds to 5 minutes
Async mode: webhook notification
Configure a webhook endpoint to receive averification.completed event when processing finishes. See Webhooks Guide for setup instructions.You can use both strategies together: webhooks for real-time notification, polling as a fallback.3
Interpret the compliance report
A complete Company Verification response contains six sections: company details, screening results, beneficial owners, directors, risk assessment, and checks summary.Key fields to check:
overall_verdict. The top-level recommendation:Pass,Refer, orFail.risk_tier. Risk classification:Low,Medium, orHigh.screening.*_status. Whether any screening category returned a match.checks_summary.checks[]. Status of each individual check.
case_reference in your database. You will need it for support queries, audit trails, and linking future updates.4
Decision logic
Use the
overall_verdict and risk_tier together to drive your onboarding workflow.How checks are orchestrated
When you submit a company for verification, the check framework automatically creates, executes, and tracks every verification requirement. Here is the orchestration flow: For Company Verification, all four check types (registry, company screening, director screening, UBO screening) are API-based and auto-execute immediately after case creation. You do not need to trigger them manually. Checks that returnRefer or Fail automatically generate alerts in the case management system. Alerts for sanctions hits are always marked Critical priority.
Verdict mapping
The full Company Verification verdict mapping combinesoverall_verdict and risk_tier to determine the appropriate action across all scenarios:
Auto-approve criteria
You can safely auto-approve a Company Verification when ALL of the following are true:overall_verdictis"Pass".risk_tieris"Low".sanctions_statusis"No Hit"on ALL entities (company, directors, UBOs).pep_statusis"No Hit"on ALL entities.adverse_media_statusis"No Hit".
decision-handler.js
Any other combination should go to manual review. Do not attempt to auto-approve verifications that do not meet every criterion above.
Idempotency
Country codes
Use ISO 3166-1 alpha-2 codes for all country fields. Common codes:
The
country field determines which registry Zenoo queries and which screening jurisdiction applies.
Using
UK instead of GB will return an error. Always use the ISO 3166-1 alpha-2 standard code GB for United Kingdom.Next steps
- Person Verification. Verify directors and UBOs individually with document and biometric checks.
- Screening. Run standalone screening for ongoing monitoring.
- Sync vs Async. Choose the right execution model for your integration.