BV TELENET, VAT ID BE0473416418 โ€” Verified

Active and verified against the EU VIES database.

VAT ID

BE0473416418

Belgium

Ondernemingsnummer

0473.416.418

Company

BV TELENET

Company type

Besloten Vennootschap

Founded

4 December 2000

Industry

Draadgebonden en draadloze telecommunicatie en telecommunicatie via satelliet

Address

Liersesteenweg MeSK 4
2800 Mechelen
BELGIUM

VAT rates in Belgium (EUR)

Standard

21%

Reduced

12%

Reduced

6%

Parking

12%

VAT rates as of 6 Jun 2026

Checked 7 Jun 2026, 06:30 UTCID: 019ea0c6-5b95-7e8d-9903-b6e7b7b5559a

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="BE0473416418"></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/BE0473416418" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "BE0473416418",
  "countryCode": "BE",
  "companyName": "BV TELENET",
  "companyAddress": "Liersesteenweg MeSK 4\n2800 Mechelen",
  "companyRegistrationDate": "2000-12-04",
  "companyForm": "Besloten Vennootschap",
  "industryDescription": "Draadgebonden en draadloze telecommunicatie en telecommunicatie via satelliet",
  "registryCode": "0473.416.418",
  "registryCodeName": "Ondernemingsnummer",
  "verifiedAt": "2026-06-07T06:30:14.677Z",
  "checkId": "019ea0c6-5b95-7e8d-9903-b6e7b7b5559a",
  "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-06-06"
  },
  "consultationNumber": null,
  "source": "VIES"
}

Validate a different VAT ID

Example:

Browse Belgium VAT number examples and format.

Automate this in your app

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