BE0417497106
NV Anheuser-Busch InBev
BelgiumVerified against VIES
Valid at query time
Validation result
- VAT number
- BE0417497106
- Company
- NV Anheuser-Busch InBev
- Address
- Brouwerijplein 1 3000 Leuven
- Country
- Belgium
- Registry
- VIES
- VAT format
- BE + 10 digits
- Local name
- BTW — Belasting over de toegevoegde waarde
Reproduce this check
curl -X POST "https://api.vatverify.dev/v1/validate" \ -H "Authorization: Bearer $VATVERIFY_KEY" \ -H "Content-Type: application/json" \ -d '{"vat_number":"BE0417497106"}'Raw API response
{
"data": {
"valid": true,
"vat_number": "BE0417497106",
"country": {
"code": "BE",
"name": "Belgium",
"vat": {
"name": "Taxe sur la Valeur Ajoutée / Belasting over de Toegevoegde Waarde",
"abbreviation": "TVA/BTW",
"currency": "EUR",
"standard_rate": 21,
"reduced_rates": [
6,
12
],
"super_reduced_rate": null,
"parking_rate": 12,
"number_format": "BE + 10 digits",
"number_pattern": "^BE\\d{10}$",
"updated_at": "2026-04-01"
}
},
"company": {
"name": "NV Anheuser-Busch InBev",
"address": "Brouwerijplein 1\n3000 Leuven"
},
"verify_id": null,
"verified_at": "2026-04-25T10:15:44.242Z"
},
"meta": {
"request_id": "019dd574-99a3-7053-9d17-416bcff7ca19",
"latency_ms": 751,
"cached": true,
"source": "vies",
"source_status": "cached",
"cached_at": "2026-04-25T10:15:44.242Z",
"stale_seconds": 290538
}
}More from Belgium
All Belgium VAT detailsFrequently asked
- Is BE0417497106 valid?
- Yes: BE0417497106 returned valid:true from VIES at the time of this check and resolved to NV Anheuser-Busch InBev.
- What does BTW stand for?
- BTW is short for BTW-identificatienummer (Belasting over de toegevoegde waarde). It is the local name for Belgium's VAT identification number.
- How is this checked?
- vatverify queries VIES directly for every validation. Valid responses are cached for 30 days; invalid responses are cached for 24 hours. The "Re-check now" button bypasses the cache and forces a fresh registry call.
- Can I integrate this in my own code?
- Yes. POST /v1/validate with {"vat_number":"BE0417497106"} and an Authorization Bearer header. Free plan: 500 validations per month, no credit card.
This validation is stored 30 days for audit reference — request id 019dd574-99a….
Automate Belgium VAT checks in your stack
Replace manual lookups with one API call against VIES. Drops into invoicing, checkout, and signup flows in any language. 500 free validations per month, no credit card.