validate_vat_id
Validate EU VAT IDs against VIES and Germany's BZSt with automatic failover, even when VIES is down. Get structured company data with parsed address and source freshness indicator.
Instructions
Validate an EU VAT ID against multiple sources (VIES + Germany's BZSt) with automatic failover and cached fallback. Returns structured company data with parsed address and source freshness indicator. Works when VIES is down.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vat_id | Yes | EU VAT ID to validate (e.g. DE811575812) | |
| force_live | No | Skip cache and query validation source in real time |