Finance API
Validate any EU VAT number live via the official VIES service of the European Commission. Returns company name and registered address where available.
Send country code + VAT number. Receive validation status, company name and address directly from VIES.
Request
curl "https://api.omnizoek.nl/v1/finance/vat-verify?country_code=NL&vat_number=850458002B01" \ -H "X-API-Key: omni_test_..."
Response
{
"valid": true,
"country_code": "NL",
"vat_number": "850458002B01",
"company_name": "Exact Software Nederland B.V.",
"address": "Molengraaffsingel 33, 2629JD Delft",
"request_date": "2026-03-13"
}Automatically verify supplier VAT numbers when booking purchase invoices.
Validate VAT numbers directly in your sign-up form. Prevent fictitious companies in your CRM.
Verify that business relations are registered, active EU entities.
Connect via Exact Online webhooks: automatically verify VAT numbers on every new relation.
1,000 free calls per month
No credit card required. Then €0.005 per call.