> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rc.cleverhub.co/llms.txt
> Use this file to discover all available pages before exploring further.

# ACH Credit Transfers and Same-Day ACH

> How the US ACH network moves money in batches, the difference between standard and same-day ACH, and how ACH compares with instant rails like FedNow and RTP.

The **Automated Clearing House (ACH)** network is the long-established workhorse of US bank payments. It handles direct deposit, bill pay, recurring payments, and a huge share of business transfers. Unlike the instant rails (FedNow and RTP), ACH processes payments in **batches** rather than one at a time, which makes it slower but keeps it broadly available and low-cost. This page explains ACH credit transfers, same-day ACH, and where ACH fits alongside the instant rails.

<Note>
  ACH handles both *push* payments (credit transfers, covered here) and *pull* payments (debits, used for recurring billing). For the pull side, see [ACH debit and recurring billing](/platform-overview/payment-concepts/ach-debit).
</Note>

## What an ACH credit transfer is

In an ACH credit transfer, the sender pushes money from their account to a recipient’s account. The classic example is payroll: an employer sends wages into employees’ accounts. Because ACH is batch-based, transactions are gathered and processed in scheduled windows rather than instantly.

<AccordionGroup>
  <Accordion title="Batch processing">
    ACH does not settle each payment on its own the moment it happens. Instead, payments are grouped and processed in set windows during business days. This is the key structural difference from FedNow and RTP.
  </Accordion>

  <Accordion title="Business-day availability">
    Standard ACH operates on banking days, not around the clock. Payments initiated on a weekend or holiday wait for the next processing window.
  </Accordion>

  <Accordion title="Reversibility">
    Unlike the instant rails, ACH payments can be reversed under certain conditions. That reversibility is a safety net that instant, irrevocable payments do not offer.
  </Accordion>
</AccordionGroup>

## Standard vs. same-day ACH

To speed things up for time-sensitive payments, the network offers **same-day ACH**, which settles eligible payments within the same business day rather than over one to three days.

|                     | **Standard ACH**                           | **Same-day ACH**                            |
| ------------------- | ------------------------------------------ | ------------------------------------------- |
| **Speed**           | Typically 1–3 business days                | Same business day, in scheduled windows     |
| **Availability**    | Business days only                         | Business days only, within same-day windows |
| **Per-payment cap** | No network-imposed cap (bank limits apply) | Up to \$1 million per payment               |
| **Best for**        | Non-urgent, high-volume payments           | Time-sensitive payments that still use ACH  |

<Note>
  Same-day ACH is faster than standard ACH, but it is still not instant. Payments settle in windows during the business day, not continuously 24/7 the way FedNow and RTP do.
</Note>

## ACH vs. the instant rails

|                      | **ACH**                                  | **FedNow / RTP**                        |
| -------------------- | ---------------------------------------- | --------------------------------------- |
| **How it processes** | Batches, in scheduled windows            | Each payment individually, in real time |
| **Speed**            | Same-day to a few business days          | Seconds                                 |
| **Availability**     | Business days                            | 24/7/365                                |
| **Reversibility**    | Reversible under certain rules           | Irrevocable once settled                |
| **Cost**             | Low                                      | Low, but varies by provider             |
| **Best for**         | Payroll, recurring bills, bulk transfers | Urgent or time-sensitive payments       |

### Why ACH is still everywhere

Even as instant payments grow, ACH remains dominant because it is cheap, universally supported, and well-suited to predictable, high-volume payments like payroll and subscriptions. Its reversibility is also genuinely useful for correcting mistakes, something the instant rails deliberately do not allow.

<Tip>
  Most US businesses use more than one rail. A common pattern is ACH for routine, scheduled, high-volume payments, and FedNow or RTP for the smaller number of payments where speed and certainty are worth more than reversibility.
</Tip>


## Related topics

- [FedNow and RTP: US Instant Payments](/platform-overview/payment-concepts/instant-payments.md)
- [ACH Debit and Recurring Billing](/platform-overview/payment-concepts/ach-debit.md)
- [Account Transfer and Direct Debit in Japan](/platform-overview/payment-concepts/account-transfer.md)
