All Projects → rghorbani → iran-sheba

rghorbani / iran-sheba

Licence: MIT license
Validate and Recognize IBAN in Iran

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to iran-sheba

py-persian-tools
An anthology of a variety of tools for the Persian language in Python
Stars: ✭ 106 (+360.87%)
Mutual labels:  bank, sheba
turkish banks
All Turkish Banks and Their Branches
Stars: ✭ 28 (+21.74%)
Mutual labels:  bank
bankster
An IBAN account numbers and BIC validation tool for Elixir.
Stars: ✭ 28 (+21.74%)
Mutual labels:  iban
pyitau
Unofficial client to access your Itaú bank data
Stars: ✭ 28 (+21.74%)
Mutual labels:  bank
bank2ynab
Easily convert and import your bank's statements into YNAB. This project consolidates other conversion efforts into one universal tool.
Stars: ✭ 197 (+756.52%)
Mutual labels:  bank
mt940-rs
A MT940 parser in Rust
Stars: ✭ 19 (-17.39%)
Mutual labels:  bank
Bank interview
🏦 银行笔试面试经验分享及资料分享(help you pass the bank interview, and get a amazing bank offer!)
Stars: ✭ 3,308 (+14282.61%)
Mutual labels:  bank
banksdb
No description or website provided.
Stars: ✭ 13 (-43.48%)
Mutual labels:  bank
gb banking
FiveM Extended Banking Script
Stars: ✭ 14 (-39.13%)
Mutual labels:  bank
iban validate
A Rust crate to verify IBAN account numbers.
Stars: ✭ 15 (-34.78%)
Mutual labels:  iban
wc-moldovaagroindbank
WooCommerce maib Moldova Agroindbank Payment Gateway
Stars: ✭ 13 (-43.48%)
Mutual labels:  bank
latinum
Latinum is a framework for resource and currency calculations.
Stars: ✭ 109 (+373.91%)
Mutual labels:  bank
clabe-validator
🇲🇽 Analyze or create a CLABE number for a Mexican bank account (written in functional TypeScript)
Stars: ✭ 55 (+139.13%)
Mutual labels:  bank
ibandit
Convert national banking details into IBANs, and vice-versa.
Stars: ✭ 90 (+291.3%)
Mutual labels:  iban
promptpay
Thai QR PromptPay Generator
Stars: ✭ 24 (+4.35%)
Mutual labels:  bank
bank.logo
bank.logo
Stars: ✭ 26 (+13.04%)
Mutual labels:  bank
yii2-bankcard-info
银行卡卡号分析(Yii2扩展)
Stars: ✭ 15 (-34.78%)
Mutual labels:  bank
ebics-java-client
Java open source EBICS client - Support for French, German and Swiss banks
Stars: ✭ 30 (+30.43%)
Mutual labels:  bank
Subbranch-China
银行、支行名称。中国各地区各银行支行名称数据爬虫,数据来源微信商户平台,已经整理可直接导入的sql文件
Stars: ✭ 31 (+34.78%)
Mutual labels:  bank
smart-cnab
A package for general manipulation of CNAB files, generation of remittances and parsing of returns using a normalized fields structure.
Stars: ✭ 11 (-52.17%)
Mutual labels:  bank

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].