{ "opencollection": "1.0.0", "info": { "name": "Finix Authorizations Settlements API", "version": "2022-02-01" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Settlements", "type": "folder" }, "items": [ { "info": { "name": "Close Current Active Settlement", "type": "http" }, "http": { "method": "POST", "url": "https://finix.sandbox-payments-api.com/identities/:identity_id/settlements", "params": [ { "name": "identity_id", "value": "", "type": "path", "description": "ID of the `Identity` for the merchant you want to settle. " } ], "body": { "type": "json", "data": "{}" } }, "docs": "Close the currently accruing `settlement`. \n\nFinix, by default, creates accruing `settlements` then closes them based on your payout configurations. Use this endpoint to manually close the currently accruing settlement.\n\nThe closed `Settlement` will not accrue any further transactions and gets immediately submitted for approval.\n- This endpoint is only available to Finix Core customers. If you have any questions, please contact the [Finix Support Team.](mailto:support@finixpayments.com)\n- Any re" }, { "info": { "name": "List All Settlements", "type": "http" }, "http": { "method": "GET", "url": "https://finix.sandbox-payments-api.com/settlements", "params": [ { "name": "created_at.gte", "value": "", "type": "query", "description": "Filter where `created_at` is after the given date." }, { "name": "created_at.lte", "value": "", "type": "query", "description": "Filter where `created_at` is before the given date." }, { "name": "amount", "value": "", "type": "query", "description": "Filter by an amount equal to the given value." }, { "name": "amount.gt", "value": "", "type": "query", "description": "Filter by an amount greater than." }, { "name": "amount.gte", "value": "", "type": "query", "description": "Filter by an amount greater than or equal." }, { "name": "amount.lt", "value": "", "type": "query", "description": "Filter by an amount less than." }, { "name": "amount.lte", "value": "", "type": "query", "description": "Filter by an amount less than or equal." }, { "name": "status", "value": "", "type": "query", "description": "Filter by the status of the `Settlement`. Available values include: