Skip to content

Make every checkout unstoppable. 📟 VATFix Plus is a bulletproof VIES fallback API with 99.9% uptime, instant VAT validation, and Stripe‑locked access.

License

Notifications You must be signed in to change notification settings

vatfix/VATFix-Plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📟 VATFix Plus — EU VAT Validation (VIES Fallback)

License Postman Zapier Product Hunt PRs Welcome


🚀 Overview

📟 VATFix Plus is a fallback EU VAT validation API designed for reliability when VIES is down. Built for Stripe-first businesses, it ensures continuous EU VAT compliance with:

  • âś… 99.9% uptime
  • âś… 12h caching
  • âś… Stripe billing integration
  • âś… Instant JSON responses
  • âś… Audit logs in S3
  • âś… Resettable API keys

🔑 Quickstart

Endpoint

POST https://plus.vatfix.eu/vat/lookup

Required headers

x-api-key
x-customer-email

Example request

curl -sS https://plus.vatfix.eu/vat/lookup \
 -H "Content-Type: application/json" \
 -H "x-api-key: <your key>" \
 -H "x-customer-email: <billing email>" \
 -d '{"countryCode":"DE","vatNumber":"12345678901"}' | jq .

👉 Get your API key


đź§© Integrations

Postman

Zapier

Featured templates:

Product Hunt

Follow on Product Hunt


đź’ł Billing

  • Starter — €29/mo (10k requests)
  • Growth — €79/mo (50k requests)
  • Scale — €199/mo (250k requests)

👉 Manage subscription


🛡️ Security

  • See SECURITY.md for vulnerability reporting.
  • Private reports enabled on GitHub.
  • Keys are stored in AWS S3, rotated via /reset.

🤝 Contributing

We welcome PRs and issues.

  1. Fork this repo
  2. Copy .env.example → .env
  3. npm install
  4. npm run dev
  5. Run tests with npm test

See CONTRIBUTING.md.


📜 License

MIT


📬 Support

About

Make every checkout unstoppable. 📟 VATFix Plus is a bulletproof VIES fallback API with 99.9% uptime, instant VAT validation, and Stripe‑locked access.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published