Skip to content

Clearfacts/Bic-from-IBAN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bic(SWIFT) from Iban

Generate BIC(SWIFT) from IBAN bank account number

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");

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

Technical debt links

Barometer IT SonarQube Project Checkmarx Project

About

Generate BIC(SWIFT) from IBAN bank account number

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%