Description
๐ n8n-nodes-vatfix-plus
Custom n8n community node for VATFix Plus โ Real-time EU VAT validation with VIES fallback.
๐ Features
- Validate EU VAT numbers via VATFix Plus API
- Works when official VIES service is down
- Headers + rate limits identical to public API
- Full support for
/vat/lookupand/resetendpoints
๐ Prerequisites
- Sign up at VATFix Plus
- Copy your API Key.
- Install this node in your n8n instance.
๐ฆ Installation
From your n8n root:
npm install n8n-nodes-vatfix-plus
Restart n8n. Node appears as VATFix Plus inside the Editor.
โ๏ธ Usage
Credentials
- API Key โ
x-api-key - Customer Email โ
x-customer-email
Example Workflow
- Add VATFix Plus node.
- Set
countryCode = DE,vatNumber = 12345678901. - Connect to downstream nodes (CRM, database, etc.).
Output:
{
"valid": true,
"countryCode": "DE",
"vatNumber": "12345678901",
"traderName": "Example GmbH",
"traderAddress": "Berlin"
}
๐ณ Plans
- Starter โ โฌ29/mo (10k req)
- Growth โ โฌ79/mo (50k req)
- Scale โ โฌ199/mo (250k req)
๐ Manage subscription
๐ก๏ธ Notes
- Rate limit: 120 requests/min per key
- Rotate key anytime:
POST /reset - Responses cached 12h in S3
๐ฌ Support
- Docs: plus.vatfix.eu/plus
- Email: support@vatfix.eu