Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

HR28921978587

Croatia

OIB

28921978587

Company

HEP d.d.

Address

ULICA GRADA VUKOVARA 37, ZAGREB, 10000 Zagreb
CROATIA

VAT rates in Croatia (EUR)

Standard

25%

Reduced

13%

Reduced

5%

VAT rates as of 18 Apr 2026

Checked 18 Apr 2026, 15:25 UTCID: 019da132-395f-74e3-8a28-772743665da7

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/HR28921978587" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "HR28921978587",
  "countryCode": "HR",
  "companyName": "HEP d.d.",
  "companyAddress": "ULICA GRADA VUKOVARA 37, ZAGREB, 10000 Zagreb",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "verifiedAt": "2026-04-18T15:25:16.511Z",
  "checkId": "019da132-395f-74e3-8a28-772743665da7",
  "countryName": "Croatia",
  "countryVat": {
    "vatName": "Porez na dodanu vrijednost",
    "vatAbbr": "PDV",
    "currency": "EUR",
    "standardRate": 25,
    "reducedRates": [
      13,
      5
    ],
    "superReducedRate": null,
    "parkingRate": null,
    "vatNumberFormat": "HR + 11 digits",
    "vatNumberPattern": "^HR\\d{11}$",
    "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.