{ "opencollection": "1.0.0", "info": { "name": "Cashfree Payment Gateway APIs Authorize Disputes API", "version": "2025-01-01" }, "items": [ { "info": { "name": "Disputes", "type": "folder" }, "items": [ { "info": { "name": "Get Disputes by Order Id", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.cashfree.com/pg/orders/:order_id/disputes", "headers": [ { "name": "x-api-version", "value": "2025-01-01" }, { "name": "x-request-id", "value": "4dfb9780-46fe-11ee-be56-0242ac120002" }, { "name": "x-idempotency-key", "value": "47bf8872-46fe-11ee-be56-0242ac120002" } ], "params": [ { "name": "order_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-client-id", "value": "{{x-client-id}}", "placement": "header" } }, "docs": "Use this API to get all Dispute details by specifying the Order ID." }, { "info": { "name": "Get Disputes by Payment ID", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.cashfree.com/pg/payments/:cf_payment_id/disputes", "headers": [ { "name": "x-api-version", "value": "2025-01-01" }, { "name": "x-request-id", "value": "4dfb9780-46fe-11ee-be56-0242ac120002" }, { "name": "x-idempotency-key", "value": "47bf8872-46fe-11ee-be56-0242ac120002" } ], "params": [ { "name": "cf_payment_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-client-id", "value": "{{x-client-id}}", "placement": "header" } }, "docs": "Use this API to get all Dispute details by specifying the Payment ID." }, { "info": { "name": "Get Disputes by Dispute ID", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.cashfree.com/pg/disputes/:dispute_id", "headers": [ { "name": "x-api-version", "value": "2025-01-01" }, { "name": "x-request-id", "value": "4dfb9780-46fe-11ee-be56-0242ac120002" }, { "name": "x-idempotency-key", "value": "47bf8872-46fe-11ee-be56-0242ac120002" } ], "params": [ { "name": "dispute_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-client-id", "value": "{{x-client-id}}", "placement": "header" } }, "docs": "Use this API to get Dispute details by specifying the Dispute ID." }, { "info": { "name": "Accept Dispute by Dispute ID", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.cashfree.com/pg/disputes/:dispute_id/accept", "headers": [ { "name": "x-api-version", "value": "2025-01-01" }, { "name": "x-request-id", "value": "4dfb9780-46fe-11ee-be56-0242ac120002" }, { "name": "x-idempotency-key", "value": "47bf8872-46fe-11ee-be56-0242ac120002" } ], "params": [ { "name": "dispute_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-client-id", "value": "{{x-client-id}}", "placement": "header" } }, "docs": "Use this API to get accept the Dispute by specifying the Dispute ID." }, { "info": { "name": "Submit Evidence to contest the Dispute by Dispute ID", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.cashfree.com/pg/disputes/:dispute_id/documents", "headers": [ { "name": "x-api-version", "value": "2025-01-01" }, { "name": "x-request-id", "value": "4dfb9780-46fe-11ee-be56-0242ac120002" }, { "name": "x-idempotency-key", "value": "47bf8872-46fe-11ee-be56-0242ac120002" } ], "params": [ { "name": "dispute_id", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "doc_type", "type": "text", "value": "" }, { "name": "note", "type": "text", "value": "" } ] }, "auth": { "type": "apikey", "key": "x-client-id", "value": "{{x-client-id}}", "placement": "header" } }, "docs": "Use this API to Submit the Evidences to contest the Dispute by specifying the Dispute ID." } ] } ], "bundled": true }