{ "opencollection": "1.0.0", "info": { "name": "JustiFi API Documentation Ach Return Fees Disputes API" }, "items": [ { "info": { "name": "Disputes", "type": "folder" }, "items": [ { "info": { "name": "List Disputes", "type": "http" }, "http": { "method": "GET", "url": "https://api.justifi.ai/v1/disputes", "headers": [ { "name": "Authorization", "value": "Bearer {access_token}" }, { "name": "Sub-Account", "value": "acc_123xyz" } ] }, "docs": "Any disputes associated with a payment are also included in the response of the [get payment API](https://docs.justifi.tech/api-spec#tag/Payments/operation/GetPayment) and the [list payments API](https://docs.justifi.tech/api-spec#tag/Payments/operation/ListPayments) response\n" }, { "info": { "name": "Get a Dispute", "type": "http" }, "http": { "method": "GET", "url": "https://api.justifi.ai/v1/disputes/:id", "headers": [ { "name": "Authorization", "value": "Bearer {access_token}" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get information about a dispute." }, { "info": { "name": "Update a Dispute", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.justifi.ai/v1/disputes/:id", "headers": [ { "name": "Idempotency-Key", "value": "my-request-123abc" }, { "name": "Authorization", "value": "Bearer {access_token}" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Change a dispute's metadata." }, { "info": { "name": "Create dispute evidence", "type": "http" }, "http": { "method": "PUT", "url": "https://api.justifi.ai/v1/disputes/:id/evidence", "headers": [ { "name": "Authorization", "value": "Bearer {access_token}" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates dispute evidence and generate presigned url\n\n> ⚠️ **Not available for Canada accounts**\n>\n> The dispute response and evidence endpoints are not available for Canada accounts.\n" }, { "info": { "name": "Submit dispute response", "type": "http" }, "http": { "method": "POST", "url": "https://api.justifi.ai/v1/disputes/:id/response", "headers": [ { "name": "Authorization", "value": "Bearer {access_token}" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submits the dispute response\n\n> ⚠️ **Not available for Canada accounts**\n>\n> The dispute response and evidence endpoints are not available for Canada accounts.\n" }, { "info": { "name": "Update dispute response", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.justifi.ai/v1/disputes/:id/response", "headers": [ { "name": "Authorization", "value": "Bearer {access_token}" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the dispute response\n\n> ⚠️ **Not available for Canada accounts**\n>\n> The dispute response and evidence endpoints are not available for Canada accounts.\n" } ] } ], "bundled": true }