iran-sheba icon indicating copy to clipboard operation
iran-sheba copied to clipboard

Validate and Recognize IBAN in Iran

iran-sheba

A javascript library to validate and recognize IBAN (International Bank Account Number, Sheba)

IBAN (Sheba) validation and Recognition in javascript.

To use iran sheba you just need to:

npm install iran-sheba --save

Usage

How to use it:

var Sheba = require('iran-sheba');

console.log(Sheba.isValid('IR012345678901234567890123'));

console.log(Sheba.recognize('IR012345678901234567890123'));

To Do:

  • extract account number
  • add following banks: sina

Suggestions?

Drop an email to [email protected]

Open issues

Submit PRs.