bankster icon indicating copy to clipboard operation
bankster copied to clipboard

An IBAN account numbers and BIC validation tool for Elixir.

Results 3 bankster issues
Sort by recently updated
recently updated
newest added

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...

enhancement

This is a functionality I need for my own project, but I can imagine it would be useful for others as well so I'm submitting it. As a side note...

* Uses regex named capture to extract the data. * Handles 8-11 BIC values. * Adds a `to_string/2` function for pretty output. * Defines the `String.Chars` protocol for `Bic`.