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/" \ ?api_key=YOUR_API_KEY \ &vat_number=SE556656688001
{
"company": {
"address": "GOOGLE IRLAND LTD \nM COLLINS, GORDON HOUSE \nBARROW STREET, DUBLIN 4 \nIRLAND",
"name": "GOOGLE SWEDEN AB"
},
"country": {
"code": "SE",
"name": "Sweden"
},
"valid": true,
"vat_number": "SE556656688001"
}