📟 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
POST https://plus.vatfix.eu/vat/lookup
x-api-key
x-customer-email
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
- Run collection
- Environment file:
vatfix.environment.json
Featured templates:
- Log new PayPal payments with EU VAT numbers validated by VATFix into BigQuery
- Validate new SurveyMonkey responses with VATFix and create ClickUp tasks
- Create Notion database items from new Shopify customers validated by VATFix Plus
- Log new WooCommerce customers with validated VATFix numbers as Airtable records
- Add VAT numbers validated by VATFix for new signed DocuSign agreements as SharePoint list items
- Starter — €29/mo (10k requests)
- Growth — €79/mo (50k requests)
- Scale — €199/mo (250k requests)
👉 Manage subscription
- See SECURITY.md for vulnerability reporting.
- Private reports enabled on GitHub.
- Keys are stored in AWS S3, rotated via
/reset
.
We welcome PRs and issues.
- Fork this repo
- Copy
.env.example
→.env
npm install
npm run dev
- Run tests with
npm test
See CONTRIBUTING.md.
- Docs: plus.vatfix.eu/plus
- Email: support@vatfix.eu