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

Allow passing in a custom random, so users can make the generation deterministic. resolves #91 #### Summary - fix spelling mistake in test, `ibanContruction` -> `ibanConstruction` - add `toString()` to...

The code of master branch have the fix of "VA - Holy See" IbanStructure but on maven the 3.2.3_RELEASE.jar don't have this fix. Please control build of branch master

This adds a GitHub action that will run the tests on every pull request or change on master. This can be really helpful to quickly validate that an incoming pull...

I'm using [Kotest property based testing](https://kotest.io/docs/proptest/property-based-testing.html), and this needs a deterministic way of generating random data based on a seed, or existing `Random` instance. iban4j can generate random IBANs, but...

Can we please add support for Iraqi iban's

For French IBANs, there can be different consistency checks - Existing BankCode - Existing BrancheCode - Consistency of FR nationalCheckDigit So random generated IBANs with Country.FR are not valid. Here...

http://iban4j.org isn't reachable

enhancement

Currently Egypt is using `IBAN` and we don't have defined that in `CountryCode`. Because of that we are getting `org.iban4j.UnsupportedCountryException: Country code is not supported.` Can we just add Egypt...

The current implementation is not flexible enough. If a given country was not implemented or not supported at the time of writing, without a code change there is no way...

Hello. I have some problems with generate ru iban. `Iban.random(CountryCode.RU);` ``` org.iban4j.UnsupportedCountryException: Country code is not supported. at org.iban4j.Iban$Builder.fillMissingFieldsRandomly(Iban.java:464) at org.iban4j.Iban$Builder.buildRandom(Iban.java:385) at org.iban4j.Iban.random(Iban.java:201) at TestTestasd.testMethod(TestTestasd.java:47) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)...