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
The IBAN starting with GB45HLFX110013XXXXXXXX is returning wrong BIC. The bank_code is HLFX and branch_code is 110013. The BIC returned by the library is HLFXGB21N85 which is wrong. The correct BIC should be HLFXGB21A47.
The swift code is verified from iban.com, swiftcodesapi and wise
Kindly request to update the database
The text was updated successfully, but these errors were encountered:
Looking at the code and data in the repo, there is no sortcode registered for Halifax and the bic registered is also valid, but for a different sortcode. So this is not a simple data update, but there is some logic missing to compute the correct IBAN for UK bic and vice versa.
The IBAN starting with
GB45HLFX110013XXXXXXXX
is returning wrong BIC. Thebank_code
isHLFX
andbranch_code
is110013
. The BIC returned by the library isHLFXGB21N85
which is wrong. The correct BIC should beHLFXGB21A47
.The swift code is verified from
iban.com
,swiftcodesapi
andwise
Kindly request to update the database
The text was updated successfully, but these errors were encountered: