Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

BE0403091220

Belgium

Ondernemingsnummer

0403.091.220

Company

SA SOLVAY

Company type

Public limited company (NV)

Founded

26 December 1863

Industry

Vervaardiging van overige anorganische chemische basisproducten

Address

Rue de Ransbeek 310
1120 Bruxelles
BELGIUM

VAT rates in Belgium (EUR)

Standard

21%

Reduced

12%

Reduced

6%

Parking

12%

VAT rates as of 12 May 2026

Checked 12 May 2026, 18:36 UTCID: 019e1d7a-2757-7434-83db-b399df3bda64

Embed this verification on your site

Paste the inline tag where the badge should appear (impressum, footer, About page) and drop the script anywhere on the same page — it works even if your framework moves <script> to the end of <body>.

Preview

Snippet

HTML
<script async src="https://vatnode.dev/badge.js"></script>
<span data-vatnode-vat="BE0403091220"></span>

Loads asynchronously, ~1 KB, no tracking, no dependencies.

Validating VAT in your app? Get an API key — 100 free calls, no credit card required.

Get API Key
Request
curl "https://api.vatnode.dev/v1/vat/BE0403091220" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "BE0403091220",
  "countryCode": "BE",
  "companyName": "SA SOLVAY",
  "companyAddress": "Rue de Ransbeek 310\n1120 Bruxelles",
  "companyRegistrationDate": "1863-12-26",
  "companyForm": "Public limited company (NV)",
  "industryDescription": "Vervaardiging van overige anorganische chemische basisproducten",
  "registryCode": "0403.091.220",
  "registryCodeName": "Ondernemingsnummer",
  "verifiedAt": "2026-05-12T18:36:45.271Z",
  "checkId": "019e1d7a-2757-7434-83db-b399df3bda64",
  "countryName": "Belgium",
  "countryVat": {
    "vatName": "Belasting over de toegevoegde waarde",
    "vatAbbr": "BTW",
    "currency": "EUR",
    "standardRate": 21,
    "reducedRates": [
      12,
      6
    ],
    "superReducedRate": null,
    "parkingRate": 12,
    "vatNumberFormat": "BE + 0/1 + 9 digits",
    "vatNumberPattern": "^BE[01]\\d{9}$",
    "countryVatUpdatedAt": "2026-05-12"
  },
  "consultationNumber": null
}

Check another VAT number

Example:

Validate VAT numbers in your app

Use the vatnode API to automate VAT validation in your invoicing or checkout flow. Free plan available, no credit card required.