Validate Turkish IBAN numbers with ease, and optionally validate general IBAN formats from all countries.
- ✅ Validate Turkish IBANs (starts with
TR
) - 🌍 Validate IBANs from all supported countries
- ⚙️ Written in TypeScript
- 🚀 Lightweight & fast
- 🌐 IBAN Control - Online IBAN validation and verification service
npm install turkey-iban-validator
import { isValidTRIban } from "turkey-iban-validator";
isValidTRIban("TR330006100519786457841326"); // true
isValidTRIban("TR000000000000000000000000"); // false
import { isValidIban } from "turkey-iban-validator";
isValidIban("DE29270024055324013000"); // true
isValidIban("US12345678901234567890"); // false
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to contact me with any questions or suggestions.
- 📧 Email: ismetcanbyk@gmail.com
- 💬 Instagram: @ismetcanbyk
- 💬 LinkedIn: ismetcanbyk
- 💬 GitHub: ismetcanbyk