You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many banks with the same bank_code but different BIC. So when getting the BIC from an IBAN schwifty takes the last bank loaded with the bank_code. I think it will be better in case of ambiguity that no BIC is returned.
The text was updated successfully, but these errors were encountered:
In the file bank_registry/manual_fr.json, we see that there are often multiple branches for the same bank. For instance PSSTFRPPLYO, PSSTFRPPPAR, PSSTFRPPTOU and so on, or NORDFRPP and NORDFRPPXXX). In this case, the branch code should help distinguish.
Hello @cedk actually, you have multiple utilities to handle this case.
By default Schwifty will give you the generic BIC (ending with XXX or with the XXX stripped) so that the BIC provided will allow the routing anyway.
You can also get the list of related BIC to let your customer pick the one they want.
There are many banks with the same bank_code but different BIC. So when getting the BIC from an IBAN schwifty takes the last bank loaded with the bank_code. I think it will be better in case of ambiguity that no BIC is returned.
The text was updated successfully, but these errors were encountered: