# What to expect after disputing

Once you submit a dispute, here is what will happen. We are giving you the full picture so there are no surprises.

## Right away

* All collection calls and emails for this account stop. The placement moves to `disputed` status and outreach pauses.
* A `dispute_filed` event is written to the audit log for the account.
* You can confirm your dispute is logged by viewing the placement in the portal. (A standalone dispute-confirmation email is planned but not yet available.)

## Next: evidence review and response

The platform automatically pulls together the evidence it has on file — the latest invoice, proof of service, contract, plus a statute-of-limitations check — and then routes your dispute one of two ways:

### Auto-response

For certain disputes — "I never got the invoice", "the amount is wrong", or "the service wasn't rendered" — if the creditor has proof of service on file, the system emails you the supporting documents directly. The dispute moves to `auto_responded` status.

If the debt is past the statute of limitations in your state, you'll instead get a written notice explaining that and what it means.

### Human review

For "I already paid", "I'm not the right person", any unrecognized dispute reason, or any case where proof of service is missing, the dispute is routed to a human reviewer. The dispute moves to `awaiting_human` status and the account stays paused while a person works the case.

## Can I do anything while I wait

Yes:

* **Upload supporting documents.** The portal supports attaching evidence to your dispute via a signed upload URL.
* **Send a message.** Use the portal's messaging endpoint to communicate.
* **Change your mind.** If you decide to pay instead, you can do that from the portal.

## What if I'm not happy with their answer

If the auto-responder sent you the invoice and you still disagree, you can:

* Open another dispute with new reasoning.
* Send a message through the portal with more detail.
* Talk to a lawyer.
* File a complaint with the Consumer Financial Protection Bureau (`consumerfinance.gov/complaint/`) if you believe your rights were violated.

## How disputes affect your credit

Whether and how a placement is reported is controlled per-placement by the compliance engine's `allow_credit_bureau_mention` flag. The voice agent reads that flag and won't claim a placement will be reported when the flag is false. We don't report to personal credit bureaus. Sole-proprietor accounts are treated as consumer debts under federal law.

Automated credit-bureau update workflows when a dispute is opened (FCRA notification of disputed status) are planned but not yet available.

## Common worries

> "Will they sue me right after the dispute closes?"

The dispute pauses collection, but doesn't determine whether the business will sue. Suit is a separate decision the business makes.

> "Will I get in trouble for disputing if it turns out the debt is right?"

No. Filing a dispute is your right. There is no penalty for opening one.

> "What if I file a dispute just to delay?"

Most disputes are legitimate. See [Frivolous disputes](/for-debtors/disputes/frivolous-disputes.md) for how repeat patterns are handled.

***

Last reviewed: 2026-05-12 by Compliance Lead.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.moderncollections.io/for-debtors/disputes/what-to-expect-after-disputing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
