Documentation
HomeSupportStatusSign in ->
  • Developer guide
  • How it works?
  • Integration Quick Guide
    • Link Flow
    • Embedded Flow
    • Running Workflow
  • Production setup
  • Webhooks
  • Widget
    • Methods
    • Inline mode
  • Postman Collection
  • Changelog
  • Records
    • Introduction
    • Migration Guide: Migrating from Cases to Records
  • TRANSACTIONLINK API
    • API Reference
      • Authentication
      • Cases (deprecated)
      • Resources
      • Parameters
      • Token
      • Link
      • Workflows
      • Records
        • Attachments
    • API Changelog
    • API Versioning
  • Integrations
    • AIS
      • Data fields availability across banks
      • Testing data
    • Autopay
    • BIG Info Monitor
      • Company Report
      • Personal Report
      • Entrepreneur Report
      • Plus Sco Plus CR3 Report
    • BankID
      • šŸ‡³šŸ‡“Norway
      • šŸ‡©šŸ‡°Denmark
    • CEIDG
      • Get company
      • List companies
    • Companies House
      • Public Data Api
        • Exemptions
        • Persons with significant Control
        • UK Establishments
        • Filing History
        • Registers
        • Registered Office Address
        • Company Profile
        • Officers
        • Insolvency
        • Charges
      • Documents Api
    • ComplyAdvantage
    • ComplyCube
      • Identity Verification
        • Document Check
        • Proof of Address Check
        • Identity Check
      • Document Check
      • AML Screening Check
      • Face Authentication Check
    • Data Ninja
      • Labeling
      • Profiling
      • Scoring
    • eDO App
    • GUS
    • IAML
    • KRD
      • Company Report
      • Personal Report
      • Identity Card Verification
    • mObywatel
      • CitizenDetails
      • CitizenNationality
    • OnDato
    • Polish VAT Whitelist
    • Przelewy 24
    • PWG
    • QARD
    • Rejestr.io
    • Registru Centras
      • Get company
      • List documents
      • Get document
    • Smart-ID
    • SMS API
    • Twilio
    • MojeId
    • Veriff
      • Supported Browsers
    • VIES (Vat Validation)
      • vies
    • Zoho Sign
      • Adding document fields automatically using text tags
    • Idenfy
    • GBG
      • IDScan
      • Verifications
    • Visa
    • KYB
      • Company Profile
    • Handelsregister
      • Company profile
        • List companies
        • Get company
        • Get company documents
    • InfoCamere
      • Company profile
        • List companies
        • List persons
        • Get company
        • Get person
        • Get documents
    • CBE - Belgium Company Register
      • Company profile
        • List companies
        • Get company
        • List documents
        • Get document
    • Transparenzregister
      • Beneficial owners
        • List companies
        • List documents
        • Get documents
    • CVR (Danish Central Business Register)
      • Company profile
        • List Companies
        • Get Company
        • Get document
    • Malta Business Registry
      • Company profile
        • List Companies
        • Get Company
Powered by GitBook
On this page
  • Input
  • Output

Was this helpful?

  1. Integrations
  2. CBE - Belgium Company Register
  3. Company profile

Get company

Get details about given company

Input

User needs to provide company number

Attribute
Type
Description

companyNumber

String

Company number

Output

Attribute
Type
Description

activity

Array

A list of company activities, each containing a code and description.

addresses

Array

A list of company addresses.

websites

Array

A list of company websites

companyCode

String

The code of the company.

companyName

String

The name of the company.

registeredCompanyName

String

The registered name of the company.

companyRegistrationNumber

Array

A list of registration numbers for the company.

allAvailableRegistrationNumbers

Array

A list of all available registration numbers, each containing a registration number, type description, registration date, and a preferred flag.

legalForm

String

The legal form of the company.

companyStatus

String

The status of the company (e.g. Active, Stopped).

registrationDate

String

The registration date of the company.

phoneNumber

Array

A list of company phone numbers (currently empty).

directorAndShareDetails

Object

An object containing details about the directors and shareholders.

countryCode

String

The country code for the company.

Activity

Attribute
Type
Description

code

String

The code for the activity.

description

String

The description of the activity.

Addresses

Attribute
Type
Description

addressInOneLine

String

The complete address in one line.

streetNumber

String

The street number of the address.

postalCode

String

The postal code of the address.

country

String

The country of the address.

countryCode

String

The country code of the address.

streetName

String

The street name of the address.

addressLocality

String

The locality of the address.

streetAddress

Object

An object containing the street address details.

StreetAddress

Attribute
Type
Description

line1

String

The first line of the address.

AllAvailableRegistrationNumbers

Attribute
Type
Description

registrationNumber

String

The registration number.

typeDescription

String

The description of the registration type.

registrationDate

String

The registration date.

isPreferredRegistrationNumber

Boolean

Indicates if it is the preferred registration number.

DirectorAndShareDetails

Attribute
Type
Description

directors

Array

A list of directors with their details.

Directors

Attribute
Type
Description

position

Array

A list of positions held by the director.

name

String

The full name of the director.

firstName

String

The first name of the director.

lastName

String

The last name of the director.

{
  "cbe" : {
    "activity" : [ {
      "code" : "VAT 2008 45.111",
      "description" : "Wholesale trade of cars and other light motor vehicles (= 3.5 tons)"
    }, {
      "code" : "VAT 2008 45.112",
      "description" : "Commission trade of cars and other light motor vehicles (= 3.5 tons)"
    }, {
      "code" : "VAT 2008 45.113",
      "description" : "Retail trade of cars and other light motor vehicles (= 3.5 tons)"
    }, {
      "code" : "VAT 2008 45.194",
      "description" : "Trade of trailers, semitrailers and caravans"
    }, {
      "code" : "VAT 2008 45.201",
      "description" : "General maintenance and repair of cars and other light motor vehicles (= 3.5 ton)"
    } ],
    "addresses" : [ {
      "addressInOneLine" : "Rue du Mail 50 1050 Ixelles Belgium",
      "streetNumber" : "50",
      "postalCode" : "1050",
      "country" : "Belgium",
      "countryCode" : "BE",
      "streetName" : "Rue du Mail",
      "addressLocality" : "Ixelles",
      "streetAddress" : {
        "line1" : "Rue du MailĀ 50"
      }
    } ],
    "websites" : [ "https://website.com" ],
    "companyCode" : "0745.666.813",
    "companyName" : "D'Ieteren Centers",
    "registeredCompanyName" : "0745.666.813",
    "companyRegistrationNumber" : [ "0745.666.813" ],
    "allAvailableRegistrationNumbers" : [ {
      "registrationNumber" : "0745.666.813",
      "typeDescription" : "Enterprise number",
      "registrationDate" : "2020-03-27",
      "isPreferredRegistrationNumber" : true
    } ],
    "legalForm" : "Public limited company",
    "companyStatus" : "Active",
    "registrationDate" : "2020-03-27",
    "phoneNumber" : [ "+47123456789" ],
    "directorAndShareDetails" : {
      "directors" : [ {
        "position" : [ "Director" ],
        "name" : "Benoit De Canniere",
        "firstName" : "Benoit",
        "lastName" : "De Canniere"
      }, {
        "position" : [ "Director" ],
        "name" : "Didier Willems",
        "firstName" : "Didier",
        "lastName" : "Willems"
      }, {
        "position" : [ "Permanent representative" ],
        "name" : "Koen Van Minnebruggen",
        "firstName" : "Koen",
        "lastName" : "Van Minnebruggen"
      } ]
    },
    "countryCode" : "BE"
  }
}

PreviousList companiesNextList documents

Last updated 11 months ago

Was this helpful?