Zum Hauptinhalt springen

VAT Number Validation

Validate EU VAT numbers against the VIES (VAT Information Exchange System) service.

Endpoint

GET /api/v1/vat/{countryCode}/{number}

Parameters

ParameterTypeRequiredDescription
countryCodestringYesISO 3166-1 alpha-2 country code
numberstringYesVAT number (without country prefix)

Response

{
"countryCode": "ES",
"vatNumber": "B87387775",
"valid": true,
"name": "NEIVI INNOVACION TECNOLOGICA SL",
"address": "CL VIRGEN DE LA RIBERA 3..."
}

Supported Countries

All EU member states: AT, BE, BG, CY, CZ, DE, DK, EE, EL (Greece), ES, FI, FR, HR, HU, IE, IT, LT, LU, LV, MT, NL, PL, PT, RO, SE, SI, SK.