UnifyAPI
← Back to catalog

vatcomply.validate

mock data$0.001 / call

Validate 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)

Financeprovider: Vatcomply#vatcomply#finance

Input schema

vat_numberrequired

EU VAT number with country prefix (e.g. "DE123456789", "FR12345678901", "GB123456789")

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.