vatverify home

BE0403091220

SA SOLVAY

BelgiumVerified against VIES

Valid at query time

Last verified 10 d agocached740 ms019ebee8-301Live status →

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
BTWBelasting 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-06-02T17:19:05.999Z"
  },
  "meta": {
    "request_id": "019ebee8-3015-759f-8299-49cde779f52a",
    "latency_ms": 531,
    "cached": true,
    "source": "vies",
    "source_status": "cached",
    "cached_at": "2026-06-02T17:19:05.999Z",
    "stale_seconds": 898602
  }
}

More from Belgium

All Belgium VAT details

Frequently 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 referencerequest id 019ebee8-301.

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.