On this page
Definition
ACH is a US batch-based electronic funds transfer network, operated under NACHA rules, that moves money between bank accounts for payroll, bill payments, direct debits and vendor payouts.
Simple explanation
Instead of moving money one transaction at a time, ACH collects payment instructions throughout the day and processes them together in batches at set times. A bank submits a file of instructions, the network sorts them and forwards each one to the receiving bank.
This batching is why ACH is efficient at scale — payroll providers, utility companies and subscription platforms can push thousands of payments through in one file — but also why it is not instant. Funds typically take one to a few business days to fully settle.
Why it matters
ACH is the backbone of recurring payments in the US: salaries, mortgage instalments, utility bills and subscription charges mostly move this way rather than by card. For any software product billing US customers, ACH is often the lower-cost alternative to card processing.
Understanding ACH also explains delayed-settlement behaviour that confuses users — a payment can show as 'pending' for days because it is sitting inside a batch waiting for the next processing window.
How it works
- 1OriginationA business or bank creates a payment instruction (debit or credit) and submits it to its bank.
- 2BatchingThe originating bank groups instructions into files and sends them to an ACH operator.
- 3ClearingThe operator sorts entries by receiving bank and forwards them at scheduled intervals.
- 4SettlementFunds move between banks' accounts at the central bank to complete the transfer.
- 5PostingThe receiving bank credits or debits the customer's account, usually within one to a few business days.
Real examples
Products named for illustration only. Inclusion is not an endorsement.
- StripeOffers ACH debit and credit as a payment method for US customers alongside card payments.
- PayPalUses ACH to link and fund US bank accounts for transfers and payouts.
- WiseUses ACH as one route for moving USD into and out of the platform.
Advantages
- Lower processing cost than card payments for many use cases.
- Well suited to recurring, predictable payments like payroll and subscriptions.
- Widely supported by US banks and payment platforms.
- Reduces manual reconciliation through standardised batch files.
Limitations
- Settlement is slower than card or instant-payment rails, typically days rather than seconds.
- Limited to US bank accounts, so it does not help with international transfers.
- Failed or reversed ACH debits can take longer to resolve than card chargebacks.
- Batch timing means cut-off windows can delay a payment by a full business day.
Common misunderstandings
- ClaimACH and wire transfers are the same thing.RealityWires move individually and settle same-day; ACH moves in batches and settles over one or more days.
- ClaimACH payments cannot be reversed.RealityACH debits can be disputed or returned within defined windows, similar in spirit to a chargeback.
Used in these reviews
ACH appears in these Tool Money Lab reviews. Handy if you want to see the concept in a real product context.
Frequently asked questions
How long does an ACH transfer take?
Typically one to a few business days, depending on the bank and whether standard or same-day ACH is used.
Is ACH only used in the US?
Yes, ACH is a US-specific network; other countries have their own equivalent domestic payment rails.
Can ACH payments be recalled?
Yes, within defined return windows, a bank can reverse an ACH entry for reasons like insufficient funds or unauthorised use.
Is ACH cheaper than card payments?
It is often lower-cost for the business receiving payment, though the exact comparison depends on the payment provider.
Do subscription businesses use ACH?
Many US subscription and billing platforms offer ACH debit as an alternative to card payments for recurring charges.
The Tool Money Lab perspective
For software businesses billing US customers, ACH is worth offering alongside cards once transaction volume justifies the integration effort — the cost savings compound on recurring billing.
The trade-off is speed: ACH is not the rail to reach for when a payment needs to clear the same day. Match the rail to the use case rather than defaulting to one payment method everywhere.
Conclusion
ACH is the quiet infrastructure behind most recurring US payments — slower than a card swipe, but cheaper and built for scale.
Any product handling US billing should understand ACH's batch-and-settle rhythm, since it directly shapes how quickly money actually arrives.