VIES Integration
Real-time VAT validation through official VIES (VAT Information Exchange System) database.
Validate VAT numbers through official VIES API and calculate tax rates for EU countries. Perfect for e-commerce, invoicing systems, and tax compliance.
Test the API with live data
Real-time VAT validation through official VIES (VAT Information Exchange System) database.
Calculate VAT amounts with accurate rates for different product categories.
Support for all 27 EU member states with up-to-date tax rates and regulations.
Get detailed company information including name, address, and registration details.
Access different VAT rates for standard, reduced, super-reduced, and zero-rated items.
Ensure compliance with EU VAT regulations and tax reporting requirements.
Sign up for free and get instant access to your API key.
curl -X GET \ "https://vat.cleariflow.com/v1/validate/" \ ?vat_number=SE556656688001 \ &api_key=YOUR_API_KEY
{
"company": {
"address": "8 RUE DE LONDRES\n75009 PARIS",
"name": "EURL GOOGLE FRANCE"
},
"country": {
"code": "FR",
"name": "France"
},
"valid": true,
"vat_number": "FR64443061841"
}