BE0403091220
SA SOLVAY
BelgiumVerified against VIES
Valid at query time
Validation result
- VAT number
- BE0403091220
- Company
- SA SOLVAY
- Address
- Rue de Ransbeek 310 1120 Bruxelles
- 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":"BE0403091220"}'Raw API response
{
"data": {
"valid": true,
"vat_number": "BE0403091220",
"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 SOLVAY",
"address": "Rue de Ransbeek 310\n1120 Bruxelles"
},
"verify_id": null,
"verified_at": "2026-04-25T10:15:44.311Z"
},
"meta": {
"request_id": "019dd574-b56f-7734-931d-646498682545",
"latency_ms": 576,
"cached": true,
"source": "vies",
"source_status": "cached",
"cached_at": "2026-04-25T10:15:44.311Z",
"stale_seconds": 290545
}
}More from Belgium
All Belgium VAT detailsFrequently asked
- Is BE0403091220 valid?
- Yes: BE0403091220 returned valid:true from VIES at the time of this check and resolved to SA SOLVAY.
- 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":"BE0403091220"} 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-b56….
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.