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

# Your first patient refund

> A patient overpays a copay. Detect the credit balance, verify whose money it is, refund it by the right method, and record it.

A **credit balance** is money sitting on a patient's account that you are not entitled to keep. It is a liability, not revenue, and in many states refunding it is a legal obligation with a deadline. This tutorial walks one patient refund end to end.

## What happened

Mrs. Chen's plan showed a $50 copay at check-in, so Meridian collected $50. When the claim adjudicated, the 835 showed her actual responsibility as \*\*coinsurance of $29.66**, not a $50 copay — the plan had changed at the start of the year.

Meridian owes Mrs. Chen **\$20.34**.

## Step 1: detect it

Credit balances are invisible unless you look. Run the **credit balance report** from your PM system weekly, not monthly.

The common causes:

| Cause                                                                                | Frequency   |
| ------------------------------------------------------------------------------------ | ----------- |
| Point-of-care estimate exceeded actual patient responsibility                        | Very common |
| Patient and payer both paid the same balance                                         | Common      |
| Coordination of benefits corrected after the fact, secondary paid more than expected | Common      |
| Duplicate patient payment                                                            | Occasional  |
| Payer overpayment or retroactive adjustment                                          | Occasional  |
| Posting error                                                                        | Occasional  |

<Warning>
  **Aged credit balances are a compliance problem, not just a housekeeping one.** Unrefunded patient money eventually becomes unclaimed property owed to the state. Unrefunded *payer* money can trigger the 60-day report-and-return rule with False Claims Act exposure. Weekly review is not fussiness.
</Warning>

## Step 2: verify whose money it is

This is the step that determines everything downstream, and it is the one most often skipped.

```mermaid theme={null}
graph TB
    A[Credit balance detected] --> B{Whose money?}
    B -->|Patient overpaid| C[Refund the patient]
    B -->|Payer overpaid| D[Refund the payer<br/>60-day rule for Medicare/Medicaid]
    B -->|Both| E[Split, refund each their share]
    B -->|Posting error| F[Correct the posting<br/>no refund owed]
```

The obligations differ sharply:

* **Patient money** → refund to the patient, subject to state refund-timing rules and, if unclaimed, escheatment.
* **Payer money** → refund per the contract. For Medicare and Medicaid, the **60-day report-and-return rule** applies: an identified overpayment must be reported and returned within 60 days, and retaining it creates False Claims Act exposure.<sup>1</sup> See [Report and return overpayments](/guides/compliance/report-and-return-overpayments).
* **Posting error** → fix the posting. No refund is owed and issuing one creates a second error.

Meridian's case is clean patient money: Mrs. Chen paid $50 for a $29.66 obligation.

## Step 3: refund by the right method

Refund to the **original payment method** wherever possible. It reconciles cleanly, arrives fast, and cannot be lost in the mail.

| Original payment                    | Refund method                                              | Watch out for                                            |
| ----------------------------------- | ---------------------------------------------------------- | -------------------------------------------------------- |
| Card, within the settlement window  | Void or reversal                                           | Fastest and cleanest                                     |
| Card, after settlement              | Refund to the same card                                    | Interchange on the original sale is usually not returned |
| Card, expired or closed             | Mailed check                                               | The card network may still route a refund, try it first  |
| Cash or check                       | Mailed check                                               | Confirm the current mailing address                      |
| Patient has moved or is unreachable | Mailed check to last known address, then escheatment track | Start the uncashed-check clock                           |

Mrs. Chen paid by card three weeks prior, so Meridian refunded \$20.34 to the same card. It posted in two business days.

## Step 4: when it has to be a check

A meaningful share of refunds cannot go back the way they came: cash payments, expired cards, closed accounts, patients who moved. Those become **mailed paper checks**, and this is where refund operations quietly break down.

What a check refund actually requires: check stock, an authorized signature, printing, envelopes, postage, a trip to the post office, and then a tail of stale-dated checks, void-and-reissue requests, and eventually escheatment for the ones never cashed.

At ten refunds a month it's an annoyance. At a multi-PC group with hundreds, each PC needing checks drawn on **its own** account with its own signer, it becomes a real operational burden, and it is the reason patient refunds are one of the most commonly neglected processes in healthcare finance.

<Tip>
  Some healthcare-focused banking platforms will print and mail refund checks from each entity's own account, which removes the check stock, signature workflow, and post office run per PC. Worth evaluating once you're past a handful of entities. The full treatment, including options, is in [Issue a patient refund](/guides/payments/issue-a-patient-refund).
</Tip>

## Step 5: record it

Every refund needs a paper trail:

* Date detected, date issued
* Amount and method
* **Who the money belonged to** and how you determined that
* The claim and date of service it relates to
* Check number or card transaction reference

Post it against the credit balance so the account nets to zero. A refund issued but not posted creates a second credit balance and, eventually, a second refund.

## Deadlines exist

Many states set explicit deadlines for refunding patient overpayments, commonly measured in days from identification, and where no statute exists, licensing board guidance or the payer contract often fills the gap. The ranges vary widely by state.

See [Patient refund timing requirements by state](/reference/banking/refund-check-requirements) for the table, and treat it as a starting point to confirm rather than a substitute for checking your own state's current rule.

## When the check is never cashed

Uncashed refund checks do not become your money. They become **unclaimed property**, and after a state-specified dormancy period you owe the state, not the patient.

The pipeline:

1. Check goes stale (commonly 90–180 days per your check stock's terms)
2. Attempt re-contact, the **due diligence letter** most states require
3. If still unclaimed, report and remit to the state at the end of the dormancy period

Keep an **uncashed-check ledger from day one**. Reconstructing it three years later, across multiple PCs, is genuinely painful. See [Handle uncashed checks and escheatment](/guides/compliance/handle-escheatment) and [Unclaimed property by state](/reference/banking/escheatment-by-state).

## Prevent the next one

Most patient credit balances come from bad point-of-care estimates. Two fixes:

1. **Estimate from the 271, not from the card.** The eligibility response tells you the plan's actual deductible remaining and cost-share. Reading it beats reading the copay printed on the insurance card, which is frequently stale.
2. **Under-collect on uncertainty.** Collecting $30 when you're unsure and billing the difference is cheaper than collecting $50 and refunding \$20 — a refund costs staff time, and a mailed refund costs materially more.

## Checklist

* [ ] Credit balance report run weekly
* [ ] Ownership of each credit determined before refunding
* [ ] Payer overpayments routed to the 60-day process, not the patient refund process
* [ ] Refund issued to the original method where possible
* [ ] Refund posted against the credit balance
* [ ] Uncashed-check ledger started
* [ ] State refund deadline confirmed for your state

## Next

<Card title="Your first month-end close" icon="arrow-right" href="/start/first-90-days/first-month-close">
  Two entities, one reconciliation.
</Card>

## Sources

1. 42 U.S.C. § 1320a-7k(d), enacted by § 6402(a) of the Affordable Care Act. CMS's implementing rule was revised by CMS-4205-F, published December 9, 2024, effective January 1, 2025, replacing the "reasonable diligence" standard for identification with the False Claims Act knowledge standard. See Morgan Lewis, [Tick-Tock: CMS Overpayment Refund Final Rule and Practical Implications](https://www.morganlewis.com/pubs/2024/12/tick-tock-cms-overpayment-refund-final-rule-and-practical-implications).


## Related topics

- [Issue a patient refund](/guides/payments/issue-a-patient-refund.md)
- [Resolve credit balances (patient and payer)](/guides/payments/resolve-credit-balances.md)
- [Handle uncashed checks and escheatment](/guides/compliance/handle-escheatment.md)
- [Patient refunds and credit balances, explained](/concepts/payments/refunds-and-credit-balances.md)
- [Deductibles, copays, coinsurance, and patient balances](/concepts/payments/patient-responsibility.md)
- [Patient refund timing requirements by state](/reference/banking/refund-check-requirements.md)
- [Unclaimed property (escheatment) by state](/reference/banking/escheatment-by-state.md)
