Live data from Hacker News

How ACH works: A developer perspective (2014)

engineering.gusto.com

1–10 of 226 posts

Re: How ACH works: A developer perspective (2014)

#3

Today my bank sent me a note saying that ACH payments for both credit and debit cards will only take 1 day to process.

I always love it when they say bitcoin is slow and takes 10 minutes.

Show me a bank that can transfer money anywhere on the world in 10 minutes...

Re: How ACH works: A developer perspective (2014)

#4

Today my bank sent me a note saying that ACH payments for both credit and debit cards will only take 1 day to process.

They talk about this a little in part 3:

> An addendum to the ACH protocol to support same-day ACH settlement is something that is almost unanimously desired by the ACH community. The good news is that NACHA, the governing organization behind ACH, has recently announced plans to roll out a same-day ACH protocol. The challenge is coordinating the adoption of the new protocol across all participating banks. Once fully implemented, the same-day ACH system would likely cut one day from the timelines outlined here.

http://engineering.gusto.com/how-ach-works-a-developer-persp...

Re: How ACH works: A developer perspective (2014)

#6
I had an integrator request this so I stood up a nodeJS server that only implements upload, not download. This way if they leaked their own password, a malicious actor is limited to forging data, and no real data can be leaked. Because it didn't work in FileZilla, they didn't want to use it. Worked at another company that shuffled data between big name gyms & health insurance companies, it also used CSV files sent over FTP in all directions, to my dismay. CSV isn't even a well defined format, and you get all kinds of impedance mismatches with different delimiter & escaping mechanisms, character encodings, BOM, etc. Other companies will just give you a SQL user & let you go to town mining their database directly. I don't understand whats so difficult about making an API, but sometimes it seems like no one wants to do it. You can't push back too much or they will just see you as a problem & decide not to integrate with you.

Re: How ACH works: A developer perspective (2014)

#9
A good story on ACH: http://www.npr.org/templates/transcript/transcript.php?story...

They mention that other regions' inter-bank money-transfer systems (e.g. the EU's) have been sped up to be same-day, or in some cases nearly instantaneous. The US ACH system lags behind, due to the sheer number of institutions that would be involved in a modernization effort. (There are a lot more US banks than there are UK/French/Canadian/Australian/etc. banks; I think in part because a bank that operates in 50 states is technically—and legally—50 banks, and each one maintains its own ACH infrastructure?)

Post reply on HN