Skip to content

jayrobin/bank-detail-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Ruby toolset for validating bank account details, including:

  • IBAN (International Bank Account Number)
    • Mod-97 check (ISO 7064)
    • Length check by country
    • TODO: Format check by country
    • TODO: Generation from bank code, account number and country
  • SWIFT-BIC
    • Format check
  • ABA Code
    • Length check
      • Check digit validation
  • Credit card
    • TODO: Format check by card type
    • TODO: Luhn algorithm
  • Creditor Identifier (see http://wiki.xmldation.com/Support/NVB/Creditor_Identifier_for_NVB)
    • TODO: Mod-97 check (ISO 7064)

About

A Ruby toolset for validating bank details

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages