Software Alternatives, Accelerators & Startups
Table of contents
  1. Comments
  2. Is it good?

โœ“
Taxid.dev

TaxID is a developer-first API to validate VAT and tax IDs across 31 countries โ€” 27 EU member states via VIES, plus UK, Switzerland, Norway, and Australia. Stripe-style errors, JSON responses, 100 free validations/month.

Taxid.dev

Taxid.dev Reviews and Details

This page is designed to help you find out whether Taxid.dev is good and if it is the right choice for you.

Screenshots and images

  • Taxid.dev Landing page
    Landing page //
    2026-05-16

Badges

Promote Taxid.dev. You can add any of these badges on your website.

SaaSHub badge
Show embed code

Questions & Answers

As answered by people managing Taxid.dev.
  1. What's the story behind Taxid.dev?

    TaxID was built after running into the same problem on three consecutive client projects: validating EU VAT numbers reliably.

    The official EU source โ€” VIES โ€” is SOAP-based, frequently goes down without warning, has no caching layer, and returns errors like "MS_UNAVAILABLE" with no context. Every time, the workaround was the same: write a thin wrapper, add Redis cache, handle the downtime, parse the SOAP response into something usable.

    Instead of writing it a fourth time, I built TaxID as a public API. The free tier exists because that's what I would have wanted on those projects โ€” a way to evaluate the product without a sales cycle.

    The product is intentionally small: one well-built endpoint, structured errors, fast cached responses. No tax calculation, no nexus tracking, no enterprise dashboard. Just the VIES wrapper VIES should have been.

  2. What makes Taxid.dev unique?

    TaxID is the only VAT validation API that combines four things at once:

    • A truly free forever plan (100 validations/month, no credit card)
    • Sub-10ms cached responses via Redis (24h cache on valid lookups)
    • Coverage across 31 countries from a single endpoint โ€” 27 EU member states via VIES, plus UK (HMRC), Switzerland, Norway and Australia (ABR)
    • Stripe-style structured error codes you can branch logic on (vatinvalid, serviceunavailable, countrynotsupported)

    Other providers either charge from the first call, only cover EU VIES, or return SOAP/XML you need to parse. TaxID is the thin REST wrapper that just works.

  3. Why should a person choose Taxid.dev over its competitors?

    Three reasons:

    1. Developer-first DX. REST, JSON, OpenAPI spec, Stripe-style error codes, country-specific format validation before hitting VIES (so malformed numbers fail instantly without consuming quota). Most competitors are SOAP wrappers with cryptic errors.

    2. Real free tier. 100 validations per month, no credit card. Vatstack, Vatlayer and Avalara either require a card upfront or have hard limits that block real evaluation. With TaxID you can ship a side project to production on the free plan.

    3. Extended coverage. Most VAT APIs stop at the EU. TaxID adds the UK (HMRC), Switzerland, Norway and Australia (ABR) โ€” useful for any SaaS with global B2B customers.

    Honest about limits: TaxID is not an enterprise compliance suite. If you need US sales tax nexus, full ERP integration or KYB beyond VAT, look at Avalara or Sovos. TaxID is for developers who need to validate a VAT number reliably inside a checkout or invoice flow.

  4. How would you describe the primary audience of Taxid.dev?

    Developers building B2B SaaS or eCommerce products that need to validate company tax IDs as part of their billing flow.

    Typical users: - SaaS founders integrating Stripe with EU VAT compliance (reverse charge mechanism) - Backend developers working on B2B checkouts in Node.js, Python, PHP or Go - Indie hackers shipping products to European customers who can't afford enterprise tax compliance tools - Accounting and ERP integration developers - Compliance and KYB workflow builders

    The shared trait: they want a clean REST API with a free tier, not an enterprise sales call.

  5. Which are the primary technologies used for building Taxid.dev?

    • Hono on Cloudflare Workers (edge runtime, low cold start)
    • Redis for 24h cache on valid VAT lookups
    • VIES SOAP service (EU Commission) as upstream for all 27 EU member states
    • HMRC API for UK VAT validation
    • Australian Business Register (ABR) for Australian ABN validation
    • TypeScript end to end, with zod for runtime schema validation
    • OpenAPI 3.1 spec auto-generated from route handlers

Videos

We don't have any videos for Taxid.dev yet.

Do you know an article comparing Taxid.dev to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Taxid.dev discussion

Log in or Post with

Is Taxid.dev good? This is an informative page that will help you find out. Moreover, you can review and discuss Taxid.dev here. The primary details have been verified within the last quarter. So they could be considered up to date. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.