Show HN: A simple API for validating bank routing numbers
1–10 of 12 posts
Re: Show HN: A simple API for validating bank routing numbers
#2Re: Show HN: A simple API for validating bank routing numbers
#3Re: Show HN: A simple API for validating bank routing numbers
#4Re: Show HN: A simple API for validating bank routing numbers
#5Is 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?
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.
Re: Show HN: A simple API for validating bank routing numbers
#6Is 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?
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.
Re: Show HN: A simple API for validating bank routing numbers
#7As 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.
Re: Show HN: A simple API for validating bank routing numbers
#8Is 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?
Re: Show HN: A simple API for validating bank routing numbers
#9Incorrect 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…
Re: Show HN: A simple API for validating bank routing numbers
#10Interesting startup. However I am a bit worried because their site does not have an SSL certificate. Also there really is no about us on their site.