---
title: "Accept Dispute"
method: POST
path: "/v1/disputes/{id}/accept"
tags: ["disputes", "public"]
---

# Accept Dispute

`POST /v1/disputes/{id}/accept`

Accept a dispute, conceding the chargeback.

Closes the dispute with the processor (settling it as `lost`) and records
the merchant's decision on the dispute's support case.

**Scopes**: `disputes:write`

## Path parameters

- `id` string, uuid4, required — The dispute ID.

## Response `200`

Successful Response

- Dispute — unresolved $ref

## Other responses

- `404` — Dispute not found.
- `409` — Conflict
- `422` — Validation Error

---

[API](https://skmtc.net/polar/apis/polar-api.md) · [All operations](https://skmtc.net/polar/apis/polar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polar/polar-api/revisions/77e4ef94fcc3/schema)
