{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Dispute API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Dispute", "type": "folder" }, "items": [ { "info": { "name": "Stripe Get Disputes Dispute", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/disputes/:dispute", "params": [ { "name": "dispute", "value": "", "type": "path" }, { "name": "expand", "value": "", "type": "query", "description": "Specifies which fields in the response should be expanded." } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "
Retrieves the dispute with the given ID.
" }, { "info": { "name": "Stripe Post Disputes Dispute", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/disputes/:dispute", "params": [ { "name": "dispute", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "When you get a dispute, contacting your customer is always the best first step. If that doesn’t work, you can submit evidence to help us resolve the dispute in your favor. You can do this in your dashboard, but if you prefer, you can use the API to submit evidence programmatically.
\n\nDepending on your dispute type, different evidence fields will give you a better chance of winning your dispute. To figure out which evidence fields to pr" }, { "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\nThe status of the dispute will change from needs_response to lost. Closing a dispute is irreversible.