SI91132550 — not a valid EU VAT number
VIES has no active registration for this number.
VIES confirmed this number is not registered or not currently active in the EU VAT system. Checked against the official EU VIES database.
Validating VAT in your app? Get an API key — 100 free calls, no credit card required.
Get API KeyRequest
curl "https://api.vatnode.dev/v1/vat/SI91132550" \ -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
"valid": false,
"vatId": "SI91132550",
"countryCode": "SI",
"companyName": null,
"companyAddress": null,
"companyRegistrationDate": null,
"companyForm": null,
"industryDescription": null,
"registryCode": "91132550",
"registryCodeName": "Davčna številka",
"verifiedAt": "2026-06-08T20:23:56.474Z",
"checkId": "019ea8e7-fd3a-7fca-a574-33a0d241e6b0",
"countryName": "Slovenia",
"countryVat": {
"vatName": "Davek na dodano vrednost",
"vatAbbr": "DDV",
"currency": "EUR",
"standardRate": 22,
"reducedRates": [
9.5,
5
],
"superReducedRate": null,
"parkingRate": null,
"vatNumberFormat": "SI + 8 digits",
"vatNumberPattern": "^SI\\d{8}$",
"countryVatUpdatedAt": "2026-06-08"
},
"consultationNumber": null,
"source": "VIES"
}Automate this in your app
Use the vatnode API to automate VAT validation in your invoicing or checkout flow. Free plan available, no credit card required.