> ## 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.

# Respond to (fight) a chargeback

> The representment recipe: read the reason code, call the patient first, assemble PHI-minimized evidence, meet the deadline, and know when to concede.

**Representment** is contesting a chargeback with evidence. The money has already left your account; you are arguing to get it back, on a short deadline, and **silence loses automatically**.

## Prerequisites

* The chargeback notification, with its reason code and deadline
* Access to the transaction, the chart, and the signed consents
* A pre-approved evidence packet template, see below

## Step 0: call the patient first

<Warning>
  **Before assembling anything, call the patient.** A substantial share of healthcare disputes are withdrawn once someone explains the charge — the patient didn't recognize the descriptor, thought insurance should have paid, or was billed later than expected.

  A **withdrawn dispute is better than a won one**: you keep the money, avoid the representment labor, and keep the patient. Ask the patient to contact their bank to withdraw, and document the conversation.

  If you genuinely owe them the money, refund it and stop. Cheaper than winning, far cheaper than losing.
</Warning>

## Steps

<Steps>
  <Step title="Read the reason code">
    It determines what evidence matters. The families:

    | Family                | Visa examples | What it means                                        | What wins                                      |
    | --------------------- | ------------- | ---------------------------------------------------- | ---------------------------------------------- |
    | **Fraud**             | 10.x          | Cardholder says they didn't authorize                | Proof of authorization and cardholder presence |
    | **Authorization**     | 11.x          | Authorization problem at the transaction             | Processor records                              |
    | **Processing errors** | 12.x          | Duplicate, wrong amount, currency                    | Transaction records                            |
    | **Consumer disputes** | 13.x          | Not received, not as described, credit not processed | Proof of service and of your refund policy     |

    Mastercard uses a different scheme (4837, 4853, and others). See [Card dispute reason codes](/reference/banking/chargeback-reason-codes).
  </Step>

  <Step title="Verify the charge was actually correct">
    Before defending it, confirm: right amount, right patient, not a duplicate, and the patient genuinely owed it after adjudication.

    **If the charge was wrong, concede and refund.** Defending an incorrect charge wastes labor and produces a complaint.
  </Step>

  <Step title="Check for a credit balance or pending refund">
    If a credit balance exists or a refund is in process for the same encounter, resolve that first. Otherwise you risk refunding the same money twice, through the chargeback and through your refund process.
  </Step>

  <Step title="Assemble PHI-minimized evidence">
    Your processor and the issuing bank are **not** covered entities or your business associates. Apply **minimum necessary**.

    | Generally appropriate                              | Generally not                           |
    | -------------------------------------------------- | --------------------------------------- |
    | Signed financial policy and consent                | Clinical notes                          |
    | Card-on-file authorization                         | Diagnoses                               |
    | Appointment confirmation                           | Treatment details                       |
    | Receipt and transaction record                     | Procedure descriptions beyond necessity |
    | Itemized statement                                 | Anything about the medical content      |
    | Evidence the patient was present (check-in record) |                                         |
    | Your refund and cancellation policy                |                                         |
    | Correspondence with the patient about the charge   |                                         |
    | AVS and CVV match results                          |                                         |
    | Delivery or service confirmation                   |                                         |

    **Have your privacy officer pre-approve a standard evidence packet.** Otherwise staff are making disclosure judgments under a five-day deadline, which is how over-disclosure happens. See [HIPAA for MSO-PC operators](/concepts/compliance/hipaa-fundamentals).
  </Step>

  <Step title="Write a short rebuttal">
    One page. Structure:

    1. **What the transaction was**, date, amount, service type in non-clinical terms
    2. **Why it was authorized**, signed consent, card-on-file authorization, or in-person presentation
    3. **Why the reason code doesn't apply**, address the specific claim
    4. **The evidence index**, what you've attached and what each item shows

    Write for a bank reviewer with no healthcare knowledge and about ninety seconds. Avoid clinical language entirely.
  </Step>

  <Step title="Submit before the deadline">
    Deadlines are short, commonly measured in days, and set by the network and your processor. **A missed deadline is an automatic loss.** Note the deadline the moment the notification arrives.
  </Step>

  <Step title="Log the outcome">
    Reason code, amount, outcome, and, most usefully, **the root cause**. Descriptor confusion? Late statement? Unexpected card-on-file charge? Genuine dissatisfaction?
  </Step>
</Steps>

## When to concede

Conceding is often correct:

* The charge was genuinely wrong
* You owe a refund anyway
* The amount is small relative to the labor
* The evidence is weak, no signed consent, no receipt
* It's a deceased patient's estate
* Winning would cost you the patient relationship over a small sum

**A conceded dispute still counts toward your dispute ratio**, so conceding is not free, but neither is a losing fight.

## Escalation beyond representment

If you lose, **pre-arbitration** and **arbitration** exist. They are rarely worth it for healthcare-sized transactions: fees are substantial and can exceed the disputed amount, and outcomes are uncertain. Reserve them for genuinely large amounts with strong evidence.

## The double jeopardy problem

**Losing a chargeback does not necessarily end your exposure on that encounter.**

If the patient's insurance later reprocesses and the payer recoups an overpayment, you can end up out both the patient's payment (lost to the chargeback) and the payer's payment (recouped). Reconcile the full encounter — patient payment, payer payment, chargeback, and any recoupment — rather than treating the dispute in isolation. See [Handle recoupments](/guides/compliance/handle-recoupments).

## Verify it worked

* [ ] Patient called before any representment work
* [ ] Charge verified as correct before defending it
* [ ] Credit balance and pending refunds checked
* [ ] Evidence packet PHI-minimized and pre-approved by the privacy officer
* [ ] Rebuttal written for a non-clinical reviewer
* [ ] Submitted before the deadline, with confirmation
* [ ] Outcome and root cause logged
* [ ] Root cause fed into prevention

## Common failure modes

| Failure                             | Consequence                   |
| ----------------------------------- | ----------------------------- |
| Not responding                      | Automatic loss                |
| Missing the deadline                | Automatic loss                |
| Sending clinical records            | Over-disclosure of PHI        |
| Defending a charge that was wrong   | Wasted labor; a complaint     |
| Not checking for a pending refund   | Double refund                 |
| Clinical language in the rebuttal   | Reviewer can't evaluate it    |
| No root-cause logging               | The same disputes recur       |
| Not reconciling the whole encounter | Double jeopardy on recoupment |


## Related topics

- [Prevent chargebacks](/guides/payments/prevent-chargebacks.md)
- [Resolve credit balances (patient and payer)](/guides/payments/resolve-credit-balances.md)
- [Handle recoupments and takebacks](/guides/compliance/handle-recoupments.md)
- [Chargebacks: when patients dispute card payments](/concepts/payments/chargebacks.md)
- [HIPAA for MSO-PC operators](/concepts/compliance/hipaa-fundamentals.md)
- [Card dispute reason codes](/reference/banking/chargeback-reason-codes.md)
