{ "opencollection": "1.0.0", "info": { "name": "Cashfree Payment Gateway APIs Authorize Easy-Split API", "version": "2025-01-01" }, "items": [ { "info": { "name": "Easy-Split", "type": "folder" }, "items": [ { "info": { "name": "Get Split and Settlement Details by OrderID v2.0", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.cashfree.com/pg/split/order/vendor/recon", "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" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-client-id", "value": "{{x-client-id}}", "placement": "header" } }, "docs": "Use this API to get all the split details, settled and unsettled transactions details of each vendor who were part of a particular order by providing order Id or start date and end date." } ] } ], "bundled": true }