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

Nonunique prefixes across banks #183

Open
khasanovbi opened this issue Jul 26, 2019 · 2 comments
Open

Nonunique prefixes across banks #183

khasanovbi opened this issue Jul 26, 2019 · 2 comments

Comments

@khasanovbi
Copy link

Hello, now in the database there are 2 prefixes that are found in several banks. Can we fix this to make the definition of the Bank unambiguous?

451751 - ar/icbc and us/bankofamerica
528625 - us/chase and za/virginmoney

@vikram-mudaliar
Copy link

@khasanovbi @ramoona should we do something based on the locale of the user?
for eg:
if 123456 is available for us and in
123456 - us/jpmorgan and in/hdfc
based on locale check
locale: en_in will return in/hdfc and en_us will return us/jpmorgan

@ramoona
Copy link
Owner

ramoona commented Mar 9, 2020

@vikram-mudaliar, it can be done but it's totally a task for BanksDB users, not for the BanksDB itself. maybe I could slightly expand the API to provide all the matches (along with countries) so that you could decide for yourself which bank to use? also, remember that locale is not a very accurate way to detect user's country. for example I live in Russia but I use Eng locale on my system

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

No branches or pull requests

3 participants