tax.vat
Validate EU VAT numbers in real time against the official VIES register. Confirm current registration and retrieve business name and address for intra-EU trade.
Instructions
Validate an EU VAT number against the official VIES register in real time. Confirms current registration for intra-EU trade and, when the member state discloses it, returns the registered business name + address. Covers the 27 EU states (Greece as EL) plus Northern Ireland (XI); Great Britain (GB) is not in VIES. Pass vat (full identifier like DE811569869) OR country + number. Returns {valid, countryCode, vatNumber, name, address, requestDate, reason}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vat | No | Full VAT identifier incl. country prefix, e.g. DE811569869. | |
| number | No | VAT number without the country prefix. Use with country. | |
| country | No | 2-letter VAT country prefix (Greece=EL, Northern Ireland=XI). Use with number. |