Developer guides and compliance resources for EU VAT validation.
Compliance May 11, 2026 15 min read
VIES is SOAP-based, unreliable, and has no caching. This guide explains how EU VAT validation works end-to-end, how to handle downtime gracefully, and includes copy-paste code examples in four languages.
Read article Tutorial May 18, 2026 12 min read
VIES has scheduled and unscheduled maintenance windows. An API that hard-fails when VIES is down will block legitimate customers with valid numbers. Here is how to build a resilient flow.
Read article Compliance May 25, 2026 12 min read
Reverse charge sounds simple but the implementation details trip up most SaaS billing engineers. Here is what your system must do to stay compliant.
Read article Comparison June 1, 2026 10 min read
Vatstack's free tier caps at 20 requests/month. TaxID starts at 100 free. Here is the full breakdown.
Read article Country Guide June 8, 2026 10 min read
German USt-IdNr numbers follow DE + 9 digits. But format-valid numbers can still fail VIES. Here is everything a developer needs to know.
Read article Compliance June 15, 2026 11 min read
EU platforms with 30+ sellers or €2,000+ threshold must collect and validate seller tax IDs under DAC7. Here is the technical implementation.
Read article Comparison June 22, 2026 9 min read
'Free' means different things. Vatlayer's free tier is HTTP only. Vatstack caps at 20 requests. The real comparison before you commit.
Read article Tutorial June 29, 2026 14 min read
Copy-paste Node.js / TypeScript implementation for EU VAT validation with proper error handling, caching, and test coverage.
Read article