← Back to catalog
vatcomply.validate
mock data$0.001 / callValidate EU VAT Number
Validate a European VAT number via VIES — returns validity status, company name, and registered address. Supports all 27 EU member states + UK. Format: country prefix + number (e.g. DE123456789) (VATcomply, open source)
Input schema
vat_numberrequired
stringEU VAT number with country prefix (e.g. "DE123456789", "FR12345678901", "GB123456789")
Call via REST
curl -X POST https://unifyapi.pro/api/call/vatcomply.validate \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"vat_number":"<vat_number>"}'