{ "opencollection": "1.0.0", "info": { "name": "Fintecture Account Information Services Accounts Settlements API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Settlements", "type": "folder" }, "items": [ { "info": { "name": "Get All Settlements", "type": "http" }, "http": { "method": "GET", "url": "https://api.fintecture.com/pis/v2/settlements" }, "docs": "List all disbursements from the merchant's Local Acquiring account." }, { "info": { "name": "Get Specific Settlement", "type": "http" }, "http": { "method": "GET", "url": "https://api.fintecture.com/pis/v2/settlements/:settlement_id", "params": [ { "name": "settlement_id", "value": "", "type": "path" } ] }, "docs": "Information about a specific settlement." } ] } ], "bundled": true }