POST
stripe_disputes_close.py
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Concede a dispute. The status becomes ‘lost’, the customer keeps the money, and it cannot be reopened. Use this only when giving up deliberately.
from charter.packs import stripe
result = await stripe.disputes_close.ainvoke({"dispute": ...})
| Field | Type | Description |
|---|---|---|
dispute * | string | The ID of the dispute. |
Was this page helpful?