Here are
89 public repositories
matching this topic...
Generate, parse, validate, error-correct and present IBAN (and IIBAN) bank account information in PHP.
Ruby gem for creating SEPA XML files
Updated
Aug 25, 2019
Ruby
An Apache licensed, immutable Java value type for IBAN's.
Updated
Jun 15, 2020
Java
Convert national banking details into IBANs, and vice-versa.
Updated
Jun 17, 2020
Ruby
IBAN parsing and validation
Updated
May 25, 2020
Python
IBANTools is TypeScript/JavaScript library for validation, creation and extraction of IBAN, BBAN and BIC/SWIFT numbers.
Updated
Jun 21, 2020
TypeScript
🏦 A small library for validating International BankAccount Numbers (IBANs)
Banking SWIFT Library, MT Format Message Parser Writer SWIFT(Society for Worldwide Interbank Financial Telecommunication)
Updated
May 11, 2020
Java
Validate and Recognize IBAN in Iran
Updated
Jul 4, 2020
JavaScript
Applied functional patterns for C#. Money and Currency types. MVP framework. (Obsolete)
Generates SEPA QR-Codes for money transfer
Delphi VCL Lib IBAN Valid and Generate.
Updated
Apr 11, 2018
Pascal
A Rust crate to verify IBAN account numbers.
Updated
May 28, 2020
Rust
Ruby wrapper to calculate the IBAN of german bank account numbers
Updated
Aug 25, 2019
Ruby
A SEPA bank transfer form with IBAN
Collection of validations for Cod Numeric Personal (CNP), Cod de identificare fiscală (CIF) and IBAN (only Romanian format, as published by Romanian National Bank
Updated
Apr 12, 2018
Ruby
PHP Client for openiban.com
Super tiny IBAN validator in only 550 bytes!
Updated
Feb 1, 2019
TypeScript
Validation, field extraction and creation of IBAN, BBAN, BIC numbers
Updated
Jul 3, 2020
TypeScript
A PHP implementation for IBAN value object.
A little Discord with some minigames command Listen to music and sing with you friends with /karaoke
Updated
Jun 29, 2020
Python
Starling Bank Payments Service data objects
Implementation of Modulo 97 algorithm to verify check digits fast and with constant memory.
Laravel validator for spanish stuff: NIF, NIE, CIF, NSS, IBAN, Postal Code, Phone numbers
Validate securities identification numbers (ISIN, CUSIP, SEDOL, IBAN) with ease!
Updated
Jun 23, 2020
Ruby
Additional Iranian Information Validator Functions for the Laravel Framework
Adds a new Mongoose type for IBAN bank account numbers.
Updated
Jul 14, 2015
JavaScript
Improve this page
Add a description, image, and links to the
iban
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
iban
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The function which returns the country code for a given IBAN should check whether the given country code of the IBAN is within the list of supported countries:
https://github.com/railsmechanic/bankster/blob/1572aaf531ec37cb0361eb36ed3c84b28a1c256a/lib/bankster/iban.ex#L187-L191
Change from returning a simple string to
{:ok, "DE"}or{:error, :invalid_country}This is a breaking change!