Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

FR89383474814

France

SIREN

383 474 814

Company

AIRBUS

Company type

SAS

Founded

18 October 1991

Address

2 ROND-POINT DEWOITINE 31700 BLAGNAC
FRANCE

VAT rates in France (EUR)

Standard

20%

Reduced

13%

Reduced

10%

Reduced

8.5%

Reduced

5.5%

Reduced

1.05%

Reduced

0.9%

Super reduced

2.1%

VAT rates as of 18 Apr 2026

Checked 18 Apr 2026, 15:30 UTCID: 019da136-e157-72d8-9e7a-3e7f07a12e4a

Validating VAT in your app? Get an API key — 20 free calls, no credit card required.

Get API Key
Request
curl "https://api.vatnode.dev/v1/vat/FR89383474814" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "FR89383474814",
  "countryCode": "FR",
  "companyName": "AIRBUS",
  "companyAddress": "2 ROND-POINT DEWOITINE 31700 BLAGNAC",
  "companyRegistrationDate": "1991-10-18",
  "companyForm": "SAS",
  "industryDescription": null,
  "verifiedAt": "2026-04-18T15:30:21.654Z",
  "checkId": "019da136-e157-72d8-9e7a-3e7f07a12e4a",
  "countryName": "France",
  "countryVat": {
    "vatName": "Taxe sur la valeur ajoutée",
    "vatAbbr": "TVA",
    "currency": "EUR",
    "standardRate": 20,
    "reducedRates": [
      13,
      10,
      8.5,
      5.5,
      1.05,
      0.9
    ],
    "superReducedRate": 2.1,
    "parkingRate": null,
    "vatNumberFormat": "FR + 2 alphanumeric + 9 digits",
    "vatNumberPattern": "^FR[A-HJ-NP-Z0-9]{2}\\d{9}$",
    "countryVatUpdatedAt": "2026-04-18"
  }
}

Check another VAT number

Examples:,,

Validate VAT numbers in your app

Use the vatnode API to automate VAT validation in your invoicing or checkout flow. Free plan available, no credit card required.