> ## Documentation Index
> Fetch the complete documentation index at: https://docs.r28.ai/charter/llms.txt
> Use this file to discover all available pages before exploring further.

# disputes_close

> Concede a dispute. The status becomes 'lost', the customer keeps the money, and it cannot be reopened. Use this only when giving up deliberately.

<div className="tool-route"><span className="tool-row-method" data-method="POST">POST</span><code>{"https://api.stripe.com/v1/disputes/{dispute}/close"}</code></div>

```python stripe_disputes_close.py theme={null}
from charter.packs import stripe

result = await stripe.disputes_close.ainvoke({"dispute": ...})
```

## Path parameters

<div className="reference-table">
  | Field                                                           | Type     | Description            |
  | --------------------------------------------------------------- | -------- | ---------------------- |
  | `dispute` <span className="required" title="required">\*</span> | `string` | The ID of the dispute. |
</div>
