Skip to main content

Start here

This guide contains public integration notes for British Virgin Islands. Use it for identifier formats, search behavior, and country-specific caveats. The live source of truth for coverage, pricing, data sources, documents, legal forms, roles, and status values is the pricing page.

British Virgin Islands coverage, pricing, and sources

Open the current catalog for supported datapoints, documents, sources, identifiers, and availability.
Country details below are preserved as integration notes. If a table or example conflicts with the live pricing page, use the pricing page as the source of truth and contact support.
Current limitation (April 2026)Document-based verification is temporarily deactivated for the British Virgin Islands. The BVI FSC register document service has been broken on their side since March 2026 (returns HTTP 400 for every document retrieve request), and their fees are very high even when the gateway works.Only the public search API is exposed today, which means you can retrieve basic company data (name, status, legal form category, company number, previous names) in onboarding mode but not directors, shareholders, registered address, or capital. We will reactivate the full verification flow once the FSC restores document retrieve.

Data Sources

BVI company data comes from the British Virgin Islands Financial Services Commission (FSC), the autonomous regulatory authority that operates the Registry of Corporate Affairs.
  • BVI FSC Public Search API (publicsearch.bvifsc.vg). Free REST API providing basic company information: legal name, company number, entity type, status, and previous names. No authentication required. This is currently the only active source for BVI data and powers the onboarding profile.

Company Identifiers

Query Identifiers

BVI company numbers do not have a check digit or internal structure. The FSC has assigned identifiers across several historical registers, which is why two different formats coexist today. Both formats are validated before we hit the register. There is no check digit, no embedded year, no structural meaning beyond the optional letter prefix indicating a legacy Local Company.

Identifiers in API Response

BVI companies do not have VAT numbers, tax IDs, or other secondary identifiers in the public registry. The company number is the sole identifier.

Search Capabilities

Both name and ID searches query the BVI FSC public search API in real time. There is no deduplicated index for BVI.

Company Status

The BVI FSC returns a free-text status string. We map known values deterministically and fall back to keyword inference for unrecognized values. The public search API returns a coarse numeric type code indicating one of 5 broad categories. Detailed BVI Business Companies Act 2004 subtypes (Company Limited by Shares, Company Limited by Guarantee, Unlimited Company, Restricted Purpose Company, Segregated Portfolio Company) only appear in the trade register extract document, which is not reachable today.

Quirks & Gotchas

Data Availability

Verification mode is listed as unavailable because document retrieve is deactivated. We will update this table as soon as the FSC register document service is fixed.

Example API Response

Query: POST /v2/company with { "id": "1987245", "countryCode": "VG", "mode": "onboarding", "dataPoints": ["company"] }
This is the complete shape of the onboarding response. No address, no directors, no shareholders, no registration date, no capital. The response is instant (single HTTP call to the BVI FSC public search API via a residential proxy) and requires no document retrieve.