All tools

EU VIES

The European Commission's VAT Information Exchange System: check whether an EU VAT number is valid and registered, and get the registered business name and address.

vies1 endpointGovernment & open dataUtilitiesec.europa.eu

Validate VAT number

/validatesync
$0.005 / call

Validates an EU VAT number against the member state's registry. Returns whether it is valid plus the registered name and address where the country publishes them. Use before invoicing an EU business.

Input

FieldTypeRequiredDescription
vatstringyesVAT number with the country prefix, e.g. "DE811569869" or "IE6388047V".

Run it

curl -s https://sooma.dev/v1/run \ -H "Authorization: Bearer $SOOMA_API_KEY" \ -H "Content-Type: application/json" \ -d '{"provider":"vies","endpoint":"/validate","input":{"vat":"IE6388047V"}}'