# AI tells a US small business that ACH same-day returns are free and unlimited, ignoring NACHA's per-entry fee structure and daily volume caps

- **ID:** `banking/us-ach-return-fee-limits`
- **Domain:** banking
- **Category:** regulatory_compliance
- **Error Code:** `NACHA-ACH-003`
- **Verification:** ai_generated
- **Fix Rate:** 83%

## Root Cause

NACHA rules impose a per-entry fee of $0.05 for same-day ACH returns (plus a $0.05 origination fee) and cap same-day ACH volume at 10,000 entries per day per ODFI; businesses that exceed these limits face additional fees and potential suspension.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| NACHA Operating Rules 2024 | active | — | — |
| ACH Network v3.0 | active | — | — |
| Same-Day ACH Phase 3 (effective March 2023) | active | — | — |

## Workarounds

1. **Monitor daily same-day ACH volume against the 10,000-entry cap using the ODFI's reporting tools; if approaching the limit, prioritize returns for high-value transactions and defer low-value ones to the next day.** (85% success)
   ```
   Monitor daily same-day ACH volume against the 10,000-entry cap using the ODFI's reporting tools; if approaching the limit, prioritize returns for high-value transactions and defer low-value ones to the next day.
   ```
2. **Budget for NACHA fees: calculate per-entry cost ($0.05 return fee + $0.05 origination fee = $0.10 per return) and include it in the business's operational costs or pass it to customers as a fee.** (90% success)
   ```
   Budget for NACHA fees: calculate per-entry cost ($0.05 return fee + $0.05 origination fee = $0.10 per return) and include it in the business's operational costs or pass it to customers as a fee.
   ```
3. **Use the ACH Network's 'return reason code' correctly (e.g., R01 for insufficient funds) to avoid unnecessary returns that could inflate volume and fees.** (80% success)
   ```
   Use the ACH Network's 'return reason code' correctly (e.g., R01 for insufficient funds) to avoid unnecessary returns that could inflate volume and fees.
   ```

## Dead Ends

- **Telling the business to submit returns via a third-party processor to avoid fees** — NACHA fees apply to all ODFIs regardless of processor; the processor passes the cost to the business or charges its own markup. (80% fail)
- **Advising the business to batch returns into a single file to reduce fees** — NACHA charges per entry, not per file; batching doesn't reduce the number of entries subject to fees. (75% fail)
- **Suggesting the business use standard (non-same-day) returns to bypass fees** — Standard returns also have fees (though lower) and may not meet the business's need for timely reversals; plus, the volume cap still applies to standard returns for settlement timing. (70% fail)
