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

how often are routing numbers list updated? (question) #17

Open
jasan-s opened this issue Mar 5, 2021 · 7 comments
Open

how often are routing numbers list updated? (question) #17

jasan-s opened this issue Mar 5, 2021 · 7 comments

Comments

@jasan-s
Copy link
Contributor

jasan-s commented Mar 5, 2021

also curious if this is being used by brain tree in production.

@crookedneighbor
Copy link
Contributor

I don't believe the routing list has been updated since the original creation of the library. This module is not used by any Braintree products in production (though we may use it when Drop-in supports bank accounts).

I'm looking in to updating the module to pull in valid routing numbers dynamically instead of hard coding them.

@jasan-s
Copy link
Contributor Author

jasan-s commented Mar 5, 2021

@crookedneighbor I need to use routing validation in project. And don't want to deny valid routing numbers, can you please share details on where to grab valid routing numbers dynamically until this lib is updated. Thanks in advance

@crookedneighbor
Copy link
Contributor

I don't have that piece yet. I found out today that technically routing numbers can update as frequently as every day 🙃

@jasan-s
Copy link
Contributor Author

jasan-s commented Mar 5, 2021

very interesting. seems frbservices used to provide downloadable list of numbers. I would love to stay in the loop if you make any progress

@crookedneighbor
Copy link
Contributor

After talking it over with our bank payments team, we've come to the conclusion that it'd be better for us to not validate against specific routing numbers (as that list will just keep growing perpetually), so we'll likely do a major version release that drops validation for specific routing numbers.

@kickbk
Copy link

kickbk commented Feb 17, 2022

@phlickey
Copy link

I've opened a PR implementing check digit validation.
#29

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

4 participants