Is this legal? The fed provides this data for free (http://www.fededirectory.frb.org/download.cfm) and also says, "The information contained in the directory may not be sold, relicensed, or otherwise used for commercial gain." Am I missing something?
We're not pulling the data from the fed site, so there is no issue with the use of that data. We work with a group that maintains this data independently of the published fed directory.
I am also interested about this. I hope someone with enough legal background chimes in here.
Could the company claim that they are providing a service of programmatic access to that data? I mean there is added value here, so I don't see anything particularly wrong here, ethically speaking.
Incorrect account numbers will be much more of a problem than ABA numbers, as there is no way to validate them and they vary from 5 digits to 16ish. Treat the account number like a password and have the payee enter it twice.
As far as bankdata.io I suggest if you want to keep your site, make it free. Accuity (owned by Fed) is the only entity that is authorized to sell the data (ask me how I know).
The routing number data is published daily @ http://www.fededirectory.frb.org/download.cfm . Be sure to use the "FedACH Participant RDFIs with commercial receipt volume" link. The first link is FedWire, that's not ACH routing numbers.
The list contains previous ABA numbers in case the billed parties bank changes their ABA (this happened to me last year when my bank changed it name). It can be very useful for recurring billing scenarios .
Also, you can catch most ABA issues with a MOD10 LUHN check, rather than a DB lookup.
My last word of advice... Checks can bounce for 30+ days after the transaction. Be prepared to handle this.
Yes, I've worked with Accuity before. They've very proud of their data, and charge an arm and a leg for it. We work with a group that maintains this data independently of the published fed directory.
Is this MVP? I find it odd that people would pay for access to an API which is just a front for a flat file.. Why not throw it in a local DB and call it directly? Are you adding more features or something?
The site DOES have an SSL cert (https://bankdata.io). It doesn't force you over to https until you're on a page that actually requires it (signup, login, the API).
ryanlbrown|11 years ago
bcwood|11 years ago
shapov|11 years ago
Could the company claim that they are providing a service of programmatic access to that data? I mean there is added value here, so I don't see anything particularly wrong here, ethically speaking.
lookylew|11 years ago
As far as bankdata.io I suggest if you want to keep your site, make it free. Accuity (owned by Fed) is the only entity that is authorized to sell the data (ask me how I know).
The routing number data is published daily @ http://www.fededirectory.frb.org/download.cfm . Be sure to use the "FedACH Participant RDFIs with commercial receipt volume" link. The first link is FedWire, that's not ACH routing numbers.
The list contains previous ABA numbers in case the billed parties bank changes their ABA (this happened to me last year when my bank changed it name). It can be very useful for recurring billing scenarios .
Also, you can catch most ABA issues with a MOD10 LUHN check, rather than a DB lookup.
My last word of advice... Checks can bounce for 30+ days after the transaction. Be prepared to handle this.
bcwood|11 years ago
Mandatum|11 years ago
zengr|11 years ago
builtbybalance|11 years ago
bcwood|11 years ago
wing328hk|11 years ago