Your agent can't confirm an EU VAT number is real; this checks it against the official VIES registry and returns the business name and address.
Business & Companies
Verifies EU VAT numbers against the official registry and returns whether the number is valid and registered, along with the business name and address when disclosed. Useful for checking suppliers, customers, or vendors before a transaction.
You need to confirm an EU VAT number is valid and registered before invoicing, zero-rating a cross-border supply, or trusting a business.
UK VAT numbers, US tax IDs or sales tax, format or checksum only validation, tax rate lookups, full company data enrichment, or batch lists.
information
Returns whether the number is valid, the normalized full VAT ID that was checked, and the registered business name and address when disclosed. Some member states withhold the name and address even for valid numbers. Not a downloadable file.
Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.
curl -X POST "https://skill.askfaro.com/skills/vat-validation/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"Is this VAT number valid: DE123456789?"}}'Example requests