vatverify home

BE0403170701

SA ELECTRABEL

BelgiumVerified against VIES

Valid at query time

Last verified 8 d agocached875 ms019dd574-99eLive status →

Validation result

VAT number
BE0403170701
Company
SA ELECTRABEL
Address
Boulevard Simon Bolivar 36 1000 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":"BE0403170701"}'

Raw API response

{
  "data": {
    "valid": true,
    "vat_number": "BE0403170701",
    "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 ELECTRABEL",
      "address": "Boulevard Simon Bolivar 36\n1000 Bruxelles"
    },
    "verify_id": null,
    "verified_at": "2026-04-19T21:32:16.283Z"
  },
  "meta": {
    "request_id": "019dd574-99ea-71db-815a-3ffe34e0eca8",
    "latency_ms": 575,
    "cached": true,
    "source": "vies",
    "source_status": "cached",
    "cached_at": "2026-04-19T21:32:16.283Z",
    "stale_seconds": 768346
  }
}

More from Belgium

All Belgium VAT details

Frequently asked

Is BE0403170701 valid?
Yes: BE0403170701 returned valid:true from VIES at the time of this check and resolved to SA ELECTRABEL.
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":"BE0403170701"} and an Authorization Bearer header. Free plan: 500 validations per month, no credit card.

This validation is stored 30 days for audit referencerequest id 019dd574-99e.

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.