arturmkrtchyan / iban4j

A Java library for generation and validation of the International Bank Account Numbers (IBAN ISO_13616) and Business Identifier Codes (BIC ISO_9362).
http://iban4j.org
Apache License 2.0
271 stars 124 forks source link

How to generate BIC #62

Open goxr3plus opened 5 years ago

goxr3plus commented 5 years ago

Is there any way to generate BIC with this library ?

bvaardal commented 4 years ago

No, not currently.

Do you mean based on institution, country, location and branch codes? Because BIC codes are really just the concatenation of those four.

goxr3plus commented 4 years ago

Yep :)