Pre-create a business by vendor_data without a KYB session. Must be unique among non-deleted businesses (conflicts 400). Not idempotent.
Documentation Index
Fetch the complete documentation index at: https://docs.didit.me/llms.txt
Use this file to discover all available pages before exploring further.
vendor_data is required and unique per application. Duplicates return a conflict error — use PATCH /v3/businesses/{vendor_data}/ to update.legal_name, registration_number, country_code) can be seeded but will be overwritten by the first approved Business Verification (KYB) session’s registry data.country_code matches your application’s dangerous countries list, the business is created in BLOCKED status.business.data.updated.create:businesses.
Your unique identifier for this business (free-form string, NOT a UUID). Must be unique among non-deleted businesses for the application; matching is case-insensitive after normalisation.
Friendly display name shown in the console (takes precedence over legal_name for UI display).
Official legal name of the company.
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).
Initial lifecycle status. Defaults to ACTIVE.
ACTIVE, FLAGGED, BLOCKED Arbitrary JSON object you attach to the business.
Business created. Full business record returned (same shape as Get Business).
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