{ "opencollection": "1.0.0", "info": { "name": "Cashfree Payment Gateway APIs Authorize Settlement Reconciliation API", "version": "2025-01-01" }, "items": [ { "info": { "name": "Settlement Reconciliation", "type": "folder" }, "items": [ { "info": { "name": "Get All Settlements", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.cashfree.com/pg/settlements", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "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" }, { "name": "Accept", "value": "application/json" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-client-id", "value": "{{x-client-id}}", "placement": "header" } }, "docs": "Use this API to get all settlement details by specifying the settlement ID, settlement UTR or date range." } ] } ], "bundled": true }