Back to Nodes

VATFix Plus

Last updated Sep 7, 2025

VATFix Plus โ€” EU VAT validation for n8n

13 Weekly Downloads
49 Monthly Downloads

Included Nodes

VATFix Plus

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/lookup and /reset endpoints

๐Ÿ”‘ Prerequisites

  1. Sign up at VATFix Plus
  2. Copy your API Key.
  3. 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

  1. Add VATFix Plus node.
  2. Set countryCode = DE, vatNumber = 12345678901.
  3. 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


๐Ÿ“œ License

MIT