-
Notifications
You must be signed in to change notification settings - Fork 27
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
Comments
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. |
@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 |
I don't have that piece yet. I found out today that technically routing numbers can update as frequently as every day 🙃 |
very interesting. seems frbservices used to provide downloadable list of numbers. I would love to stay in the loop if you make any progress |
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. |
@crookedneighbor, what are your thoughts about this? https://github.com/Chris-ScoutCorps/bank-routing-number-validator/blob/master/index.js |
I've opened a PR implementing check digit validation. |
also curious if this is being used by brain tree in production.
The text was updated successfully, but these errors were encountered: