Retrieve business verification
Authorizations
Enter your API key in the format: sk_test_xxxxx or sk_live_xxxxx
Response
Unique verification ID
"550e8400-e29b-41d4-a716-446655440000"
ID of the business entity created or verified
"bus_abc123"
Current status of the verification. Branch on this before reading risk or match:
completed— Terminal. Either a confident match (populatedmatch, evaluatedrisk.level) OR a "no match" verdict (emptymatch: {},risk.level: criticalwith"Business not found"reason).in_progress— Not yet resolved.risk.levelisnull;matchmay be empty or partial — treat both as unset until terminal. Final outcome delivered viabusiness.verification.completedwebhook.failed— Terminal. The verification could not be completed. Safe to retry.
pending, in_progress, completed, failed "completed"
Test/live partition the verification was created under. Determined by the API key used.
test, live "live"
Business risk assessment. Only meaningful when status: completed. See BusinessVerificationRisk.level for the three response shapes (matched / no-match / async-pending).
Field-level match results against the matched authoritative record. On a matched terminal, every submitted field is present with an explicit result (match, partial_match, no_match, or not_checked) — never omitted. partial_match marks genuine near-matches (name variation/DBA, ±1-day formation date, address containment); formatting differences (abbreviations, ZIP+4) normalize to match. Empty (or near-empty) in two cases: (1) terminal "no match" outcome (status: completed, risk.level: critical) where no record was identified — a submitted ein still reports not_checked; (2) async-pending outcome (status: in_progress) where verification hasn't resolved yet — wait for the webhook. Only fields the partner submitted in the request ever appear.
ISO 8601 timestamp of when the verification was created
"2025-10-24T10:30:00Z"
Your reference ID (if provided in request)
"biz_12345"
Associated people verification results (full KYC results for each associate)
ISO 8601 timestamp of when the verification was last updated
"2025-10-24T10:35:00Z"

