0.9.4 • Published 3 years ago

bic-tools v0.9.4

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 years ago

This repository is forked from

  • michelalbers/Bic-from-IBAN
  • natxet/Bic-from-IBAN

The bank information is from https://github.com/PeterNotenboom/SwiftCodes

BIC Tools

Validate BIC (SWIFT) and get related information

Validating an IBAN

  var BICFromIBAN = require ("BICFromIBAN");
  
  // Return true if the IBAN is a correct banck account 
  var isValid = BICFromIBAN.validateIBAN("DZ4000400174401001050486");

Get a BIC(SWIFT) bank code from IBAN account number

  var BICFromIBAN = require ("BICFromIBAN");
  
  // Return a String with a Bic code
  var BIC = BICFromIBAN.getBIC("DZ4000400174401001050486");
0.9.4

3 years ago

0.9.3

3 years ago

0.9.1

3 years ago