> ## Documentation Index
> Fetch the complete documentation index at: https://www.practiceownersguide.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ERA vs. EOB

> Two documents describe the same adjudication — the machine-readable ERA (the 835) and the human-readable EOB. Which one you get, per payer, depends on what you enrolled for.

Two documents describe the same adjudication. The **ERA** (the [835 file](/concepts/what-is-an-835)) is machine-readable. The **EOB** is the human-readable paper or PDF version. Which one you get, per payer, depends on what you enrolled for.

## Same decision, different cost

An ERA posts itself: PM systems ingest 835s and auto-post, and staff touch only exceptions. An EOB posts one keystroke at a time. CAQH's annual index prices manual posting at dollars per transaction versus cents for electronic ([CAQH Index](https://www.caqh.org/insights/caqh-index-report)). EOBs also carry less information: often no trace number for [reassociation](/concepts/eft-reassociation), payer-proprietary codes instead of standard [CARCs](/concepts/carc-rarc-denial-codes), and no PLB detail explaining shortfalls.

## The payment method is a separate axis

ERA/EOB describes the *explanation*. The *money* arrives separately, three ways:

| Method                 | Cost to you          | Notes                                                                                     |
| ---------------------- | -------------------- | ----------------------------------------------------------------------------------------- |
| **EFT (ACH)**          | Free                 | Fastest; carries the trace number. Payers must offer it on request (45 C.F.R. § 162.1602) |
| **Paper check**        | Deposit labor        | Remittance arrives stapled to it as an EOB                                                |
| **Virtual card (VCC)** | 2 to 4% in card fees | The payer profits from paying you this way. Declinable                                    |

You are not obligated to accept virtual cards. Request EFT and the payer must comply ([CMS guidance](https://www.cms.gov/regulations-and-guidance/administrative-simplification/electronic-transactions)). The opt-out is payer by payer, often buried in the payment vendor's portal (Zelis, ECHO, Optum). The [payer directory](/reference/payer-enrollment-directory) notes where.

## What good looks like

```mermaid theme={null}
flowchart LR
    subgraph Target state
        A[Every payer above trivial volume] --> B[EFT via ACH<br/>VCC declined]
        A --> C[ERA to your clearinghouse]
        D[Long-tail paper payers] --> E[One controlled intake:<br/>lockbox]
    end
```

The recipe is [Enroll in EFT and ERA](/guides/enroll-eft-era); the paper tail is [Lockboxes](/concepts/lockboxes).

<Note>
  **Lemma aside:** Lemma parses paper EOBs into structured data, matches them to deposits, and can emit them as 835s to your EHR. Virtual cards arriving at a Lemma lockbox are charged automatically with the fee split out, so deposits tie to remittance amounts ([docs](https://docs.getlemma.com)).
</Note>
