iban4j icon indicating copy to clipboard operation
iban4j copied to clipboard

A Java library for generation and validation of the International Bank Account Numbers (IBAN ISO_13616) and Business Identifier Codes (BIC ISO_9362).

Results 63 iban4j issues
Sort by recently updated
recently updated
newest added

That should generally work. It might be a good idea to provide some mapping aids for Hibernate maybe, but it's an option... Should fulfill #51

Added a new functionality for better use

`DE89370400440532013000` and `DE89 3704 0044 0532 0130 00` should return the same result when validating IBANs. Simply using `iban.replaceAll("\\s+","")` and always validating againg the version with no spaces solves the...

If there are multiple exceptions thrown by a method, each one should be defined with its own @throws tag in javadoc block

I extended the Iban.Builder validation to be based on BbanStructure of the passed country. If some entry is missing, the validation will throw an exception with the missing field. This...

fixes https://github.com/arturmkrtchyan/iban4j/issues/74 see https://bank.codes/iban/structure/belarus/ The strange thing is that the best was already correct. ``` {new Iban.Builder() .countryCode(CountryCode.BY) .bankCode("NBRB") .branchCode("3600") //

Making it possible to generate an iban with a country code chosen randomly from a given set of country codes. In case the specific country code of the iban to...

How can i get a Random BIC?

Adding more validation for 'nationalCheckDigit' presence if it is mandatory according to the BBAN structure. Fixes #71

Looking for active .NET port