Your identifier for the business. Unique per application. Read more.
display_name
string
Override name shown in the console. Defaults to legal_name or vendor_data.
legal_name
string
Legal company name as registered — propagated from the latest approved Business Verification (KYB) session’s registry lookup.
registration_number
string
Official company registration number — propagated from registry.
country_code
string (ISO 3166-1 alpha-3)
Country of incorporation.
legal_name, registration_number, and country_code are read-only when derived from a verified registry lookup. They can be manually overridden in the console or via PATCH /v3/businesses/{vendor_data}/, but overrides are flagged in the audit log.
Feature values: NOT_FINISHED, APPROVED, DECLINED, IN_REVIEW, RESUB_REQUESTED.Use the features map as the fast path to check whether a business is fully verified right now without iterating all sessions.