Valid EU VAT number
Active and verified against the EU VIES database
VAT rates in Austria (EUR)
Standard
20%
Reduced
19%
Reduced
13%
Reduced
10%
VAT rates as of 18 Apr 2026
Checked 18 Apr 2026, 15:19 UTCID:
019da12c-d214-77fe-91d7-c952a223bc06Validating VAT in your app? Get an API key — 20 free calls, no credit card required.
Get API KeyRequest
curl "https://api.vatnode.dev/v1/vat/ATU14703908" \ -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
"valid": true,
"vatId": "ATU14703908",
"countryCode": "AT",
"companyName": "VERBUND AG",
"companyAddress": "Am Hof 6a\nAT-1010 Wien",
"companyRegistrationDate": null,
"companyForm": null,
"industryDescription": null,
"verifiedAt": "2026-04-18T15:19:22.388Z",
"checkId": "019da12c-d214-77fe-91d7-c952a223bc06",
"countryName": "Austria",
"countryVat": {
"vatName": "Umsatzsteuer",
"vatAbbr": "USt",
"currency": "EUR",
"standardRate": 20,
"reducedRates": [
19,
13,
10
],
"superReducedRate": null,
"parkingRate": null,
"vatNumberFormat": "ATU + 8 digits",
"vatNumberPattern": "^ATU\\d{8}$",
"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.