Loading...
Loading...
Belgium
Belgian VAT number / Ondernemingsnummer / Numéro d'entreprise
The Belgian VAT number (nº TVA / BTW-nr / NWSt-nr) is a unique identification number for legal entities in Belgium, also called ondernemingsnummer or Belgian enterprise number. The number consists of 10 characters, the first two being "BE", the third being "0" or "1", and the remaining 9 being digits, with the last two digits being a check number.
This identifier follows a strict format, here represented as X = alphanumeric character, A = letter, 0 = digit, and # = alphanumeric or special character (*, +, ?).
Example of syntactically valid Belgian VAT number / Ondernemingsnummer / Numéro d'entreprise
TVABE 04 16 375 270TVABE 4 03 019 261Data for this identifier is verified against the following registries
BCEBanque-Carrefour des Entreprisesbe-bceVIESVAT Information Exchange Systemeu-viesBelgian VAT number / Ondernemingsnummer / Numéro d'entreprise
Syntax BE 04 16 375 270
Verification API
Use our API to verify any nº TVA / BTW-nr / NWSt-nr from Belgium in real-time and get detailed information about the associated entity, ensure its presence in the registry of record, see the registered address, and more.
curl -X GET "https://verifyvat.com/api/verify/be_vat/BE0416375270" \
-H "x-api-key: {your_api_key}"
# You can also use query parameters with a GET request:
curl -X GET "https://verifyvat.com/api/verify?type=be_vat&id=BE0416375270" \
-H "x-api-key: {your_api_key}"
# Or via JSON body with a POST request:
curl -X POST "https://verifyvat.com/api/verify" \
-H "Content-Type: application/json" \
-H "x-api-key: {your_api_key}" \
-d '{"type":"be_vat","id":"BE0416375270"}'curl -X GET "https://verifyvat.com/api/types/be_vat"
# Via query parameters with a GET request:
curl -X GET "https://verifyvat.com/api/id-types?id=be_vat"
# Or via JSON body with a POST request:
curl -X POST "https://verifyvat.com/api/id-types" \
-H "Content-Type: application/json" \
-d '{"id":"be_vat"}'Format API
Explore the format and validation rules of this identifier, and implement the verification logic in your platform.
Get started
Whether you’re checking one company or building verification into your product, VerifyVAT gives you instant access to official business data: clear, accurate, and always up to date. No fluff, no guesswork, just the facts you need from the sources that matter.