Beta

VAT & IBAN validation — one API call

Check any IBAN and any EU VAT number instantly. Stop shipping invoices to invalid tax IDs or wrong bank accounts.

$0.002 / check

First 200 checks free. No card to start.

IBAN check

curl "https://vat.installateur1210.at/v1/iban?value=AT611904300234573201" \
  -H "X-API-Key: YOUR_KEY"
{ "valid": true, "country": "AT", "check_digits": "61",
  "formatted": "AT61 1904 3002 3457 3201", "length": 20 }

VAT check (format + live VIES registration)

curl "https://vat.installateur1210.at/v1/vat?value=ATU12345678" \
  -H "X-API-Key: YOUR_KEY"
{ "country": "AT", "format_valid": true, "vies_checked": true,
  "registered": true, "name": "Example GmbH", "address": "..." }

Endpoints

Get a key

POST /v1/signup with your email — instant free key, 200 checks. Upgrade via Stripe when you exceed it.