Change a Business entity’s status between ACTIVE, FLAGGED, and BLOCKED. Status changes propagate to future Business Verification (KYB) sessions and transactions.
ACTIVE, FLAGGED, and BLOCKED. See entity lifecycle for the full state machine.
ACTIVE, FLAGGED, BLOCKED.reason string is recommended — it is persisted and surfaced in the audit log and webhook payload.BLOCKED businesses have all new Business Verification (KYB) sessions auto-declined and all new transactions auto-declined, including when they appear as counterparty.business.status.updated with previous_status, status, and reason.| Status | New Business Verification (KYB) sessions | Transactions involving this business |
|---|---|---|
ACTIVE | Normal flow | Normal flow |
FLAGGED | Routed to IN_REVIEW | May auto-escalate via rules |
BLOCKED | Auto-declined | Auto-declined |
update-status:businesses.
Your unique identifier for the business.
New status for the business
Active, Flagged, Blocked Business status updated.
Full business detail. Extends BusinessListItem with metadata and comments.
Didit's stable internal UUID for this business.
Your unique identifier for this business (passed when creating sessions). This can be null when no vendor identifier was supplied.
Custom display name set by you
Official legal name from registry or manual entry
Company registration or incorporation number
Country of incorporation (ISO 3166-1 alpha-2, e.g. GB, US).
ISO 3166-2 subdivision code (e.g. CA, NY for US states).
Best available name: display_name if set, otherwise legal_name
Current status of this business
Active, Flagged, Blocked Total number of verification sessions for this business
Number of approved sessions
Number of declined sessions
Number of sessions in review
Map of feature name to latest status, e.g. {"KYB_REGISTRY": "Approved", "KYB_AML": "Approved"}
Same as features but as an array of {feature, status} objects
Timestamp of the most recent session
Timestamp of the first session
Timestamp of the most recent activity (status change, session update, etc.)
Tags assigned to this business
Custom metadata JSON you attached to this business
Activity log and comments for this business