Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

HR87311810356

Croatia

OIB

87311810356

Company

HP d.d.

Address

POŠTANSKA ULICA 9, VELIKA GORICA, 10410 Velika Gorica
CROATIA

VAT rates in Croatia (EUR)

Standard

25%

Reduced

13%

Reduced

5%

VAT rates as of 18 Apr 2026

Checked 18 Apr 2026, 15:37 UTCID: 019da13d-0f71-7930-a1c5-9896672ab967

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/HR87311810356" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "HR87311810356",
  "countryCode": "HR",
  "companyName": "HP d.d.",
  "companyAddress": "POŠTANSKA ULICA 9, VELIKA GORICA, 10410 Velika Gorica",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "verifiedAt": "2026-04-18T15:37:06.672Z",
  "checkId": "019da13d-0f71-7930-a1c5-9896672ab967",
  "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.