{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Close API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Close", "type": "folder" }, "items": [ { "info": { "name": "Stripe Post Disputes Dispute Close", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/disputes/:dispute/close", "params": [ { "name": "dispute", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Closing the dispute for a charge indicates that you do not have any evidence to submit and are essentially dismissing the dispute, acknowledging it as lost.

\n\n

The status of the dispute will change from needs_response to lost. Closing a dispute is irreversible.

" } ] } ], "bundled": true }