BE0403053608
SA U C B
BelgiumVerified against VIES
Valid at query time
Validation result
- VAT number
- BE0403053608
- Company
- SA U C B
- Address
- Allée de la Recherche 60 1070 Anderlecht
- 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":"BE0403053608"}'Raw API response
{
"data": {
"valid": true,
"vat_number": "BE0403053608",
"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": "SA U C B",
"address": "Allée de la Recherche 60\n1070 Anderlecht"
},
"verify_id": null,
"verified_at": "2026-04-25T10:15:44.372Z"
},
"meta": {
"request_id": "019dd574-9a7e-76bb-adfb-530110e2f737",
"latency_ms": 529,
"cached": true,
"source": "vies",
"source_status": "cached",
"cached_at": "2026-04-25T10:15:44.372Z",
"stale_seconds": 290538
}
}More from Belgium
All Belgium VAT detailsFrequently asked
- Is BE0403053608 valid?
- Yes: BE0403053608 returned valid:true from VIES at the time of this check and resolved to SA U C B.
- 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":"BE0403053608"} 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-9a7….
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.