Validate VAT IDs, fetch current rates, and calculate the correct VAT – all with three endpoints. Fast, simple, reliable.
# Validate VAT (cURL) curl -s https://api.vatifytax.app/v1/validate-vat \ -H "Authorization: Bearer" \ -H "Content-Type: application/json" \ -d '{"vat_number":"DE811907980"}' | jq
Yes, 30 requests/month – ideal for testing.
All EU countries. The rates
route returns country-specific VAT rates.
Use Authorization: Bearer <API_KEY>
header.
Coming soon. Currently cURL/Fetch examples – enough for the MVP.