Sign In

n8n-nodes-ibanforge

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-ibanforge

IBAN validation, BIC/SWIFT lookup, Swiss clearing and compliance pre-checks for n8n workflows — backed by 6 national bank registers (121k+ BIC entries, 89 countries)

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
127
Maintainers
1
Weekly downloads
 
Created
Source

n8n-nodes-ibanforge

IBAN validation, BIC/SWIFT lookup, Swiss clearing and compliance pre-checks inside your n8n workflows — backed by the IBANforge API and its 6 national bank registers (121k+ BIC entries, 89 IBAN countries).

Typical uses: verify supplier IBANs at onboarding, triage a payout list before the batch leaves, enrich a CRM record with the issuing bank, stop payments whose bank code the national register does not know.

Operations

OperationWhat it does
Validate IBANStructure + checksum + issuing bank (BIC), bank-code check against the national register (not_in_register means the register allocates the code to nobody), EMI/vIBAN classification, SEPA + VoP reachability
Look up BICBIC/SWIFT → bank name, city, country, LEI
Look up Swiss clearingBC-Nummer / IID → institution, seat address, SIC/euroSIC/instant rails, QR-IID semantics
Compliance checkBank-level sanctions (OFAC + EU), FATF lists, SEPA/VoP, 0-100 risk score. Bank-level, not name screening

Installation

Community nodes panel: Settings → Community nodes → Installn8n-nodes-ibanforge.

Self-hosted CLI:

npm install n8n-nodes-ibanforge

Credentials

One free API key: 200 requests/month, no card. Get it at ibanforge.com (key dialog) or straight from the API:

curl -X POST https://api.ibanforge.com/v1/keys/generate \
  -H "Content-Type: application/json" \
  -d '{"email": "you@company.com", "source": "n8n"}'

Paste the ifk_… key into the node's IBANforge API credentials.

Honest limits

  • The bank-code check tells you what the national register says about the code inside the IBAN — it never claims the account exists or matches a name (that is Verification of Payee, a regulated-PSP scheme).
  • Sanctions screening is bank-level (BIC8), not name-level, and is not a regulated AML/CFT product.
  • Full API reference: ibanforge.com/docs · data provenance: ibanforge.com/docs/data-sources

License

MIT

Keywords

n8n-community-node-package

FAQs

Package last updated on 06 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts