M
DevelopersKYB Integration

KYB Integration

Business entity verification against Companies House, HMRC VAT, FCA FS Register, and OpenSanctions.

Know Your Business verification checks UK companies against Companies House, HMRC VAT register, and FCA FS Register, plus global sanctions via OpenSanctions. Returns director, PSC, and UBO data in a structured JSON tree.

Node.js — KYB call

NODE.JS
const biz = await client.kyb.verify({
  companyNumber: '16321180',
  companyName:   'Magnificentech Solutions Ltd',
  jurisdiction:  'GB',
  checks: {
    directorsVerify:    true,
    pscCheck:           true,
    uboMapping:         true,
    sanctionsScreening: true,
    vatVerification:    true,
    fcaRegisterCheck:   true,
  },
  generateReport: true,
});

Data sources and latency

CheckSourceLatency
Company registrationCompanies House API< 1s
VAT numberHMRC VAT API< 1s
FCA authorisationFCA FS Register< 2s
Global sanctionsOpenSanctions + OFAC< 500ms
UBO mappingCompanies House + manual2–10s