Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include France in the list of supported countries #1

Open
jvermeercc opened this issue Aug 11, 2021 · 5 comments
Open

Include France in the list of supported countries #1

jvermeercc opened this issue Aug 11, 2021 · 5 comments

Comments

@jvermeercc
Copy link

Hi,
Would it be possible to include France in the list of supported countries? It would be great if the service also returns BIC's for IBAN's from France :)

@jeinwag
Copy link

jeinwag commented Aug 12, 2021

Hi,
do you have any pointers towards some official list of french banks (including BIC, bank code etc.) that could be used as a data source?
For Germany, the Bundesbank provides such a list as a download: https://www.bundesbank.de/en/tasks/payment-systems/services/bank-sort-codes/download-bank-sort-codes-626218
I took a quick look but couldn't find anything similar for France.

@dem1980
Copy link

dem1980 commented Jul 7, 2022

Hi,
it's sad but the french list is not free.
It seems we have to buy the official list from "Banque de France" or we have to use an unofficial list of "Code Banque/Code Guichet" to calcultate BIC from french IBAN.
I don't think that you have found an issue to this request ?
Thank you

@juherr
Copy link

juherr commented Apr 22, 2023

Fyi, the European Central Bank is providing this list: https://www.ecb.europa.eu/stats/financial_corporations/list_of_financial_institutions/html/monthly_list-MID.en.html

@jeinwag
Copy link

jeinwag commented Apr 24, 2023

Thank you, I will have a look!

@oliverpool
Copy link

I have created an easily importable go package to check an IBAN/BIC locally https://code.pfad.fr/swift/ (it uses code generation instead of a local database).

Supported country codes:
AT (Austria)
BE (Belgium)
CH (Switzerland)
DE (Germany)
ES (Spain)
FR (France)
LI (Liechtenstein)
LU (Luxembourg)
MC (Monaco)
NL (Netherlands)

Play with the demo in the browser, powered by JS+Wasm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants