Just to leave an observation here, for future users of this Lib.
The BIC Lookup does not take the country into account.
when creating a transaction without explicit BIC set, it would try to lookup the BIC from bics/list.js
A lookup for RO40INGB0007000000000000 would result in INGBNL2A (note the NL countrycode in there). the correct BIC would be INGBROBU for Romania.
as a workaround, you have to fill in the BIC from your own data instead and do not rely on this lookup.
Just to leave an observation here, for future users of this Lib.
The BIC Lookup does not take the country into account.
when creating a transaction without explicit BIC set, it would try to lookup the BIC from
bics/list.jsA lookup for RO40INGB0007000000000000 would result in INGBNL2A (note the NL countrycode in there). the correct BIC would be INGBROBU for Romania.
as a workaround, you have to fill in the BIC from your own data instead and do not rely on this lookup.