# List Settlement Queue Entries Retrieve a list of resources. For details on how to query endpoints using the available parameters, see Query Parameters. Endpoint: GET /settlement_queue_entries Version: 2022-02-01 Security: BasicAuth ## Header parameters: - `Finix-Version` (string) Specify the API version of your request. For more details, see Versioning. Example: "2022-02-01" ## Query parameters: - `after_cursor` (string) Return every resource created after the cursor value. - `application_id` (string) Filter by ID. Example: "APc9vhYcPsRuTSpKD9KpMtPe" - `before_cursor` (string) Return every resource created before the cursor value. - `created_at.gte` (string) Filter where is after the given date. Example: "2022-09-27T11:21:23" - `created_at.lte` (string) Filter where is before the given date. Example: "2026-09-27T11:21:23" - `entity_id` (string) Filter by the entity_id of the resource inside the settlement_queue_entry. Example: "TRdhp3DszqDKbNvwtn7DDcUi" - `entity_type` (string) Filter by . Example: "TRANSFER" - `limit` (integer) The numbers of items to return. Example: 3 - `merchant_id` (string) Filter by ID. - `ready_to_settle_after.gte` (string) Filter where is after the given date. Example: "2023-06-28T00:00:00" - `ready_to_settle_after.lte` (string) Filter where is before the given date. Example: "2026-09-27T11:21:23" - `state` (string) Filter by . - `updated_at.gte` (string) Filter where is after the given date. Example: "2022-09-27T11:21:23" - `updated_at.lte` (string) Filter where is before the given date. Example: "2026-09-27T11:21:23" ## Response 200 fields (application/json): - `_embedded` (object) List of objects. - `_embedded.settlement_queue_entries` (array) objects. - `_embedded.settlement_queue_entries.id` (string) Unique identifier for the resource. - `_embedded.settlement_queue_entries.created_at` (string) Timestamp of when the object was created. - `_embedded.settlement_queue_entries.updated_at` (string) Timestamp of when the object was last updated. - `_embedded.settlement_queue_entries.application_id` (string) The application linked to the entity that triggered the creation of the resource. - `_embedded.settlement_queue_entries.entity_id` (string) The ID of the related resource. - `_embedded.settlement_queue_entries.entity_type` (string) The entity the is linked to. Enum: "ADJUSTMENT", "DISPUTE_TRANSFER", "FEE", "TRANSFER", "REVERSE", "SPLIT_TRANSFER" - `_embedded.settlement_queue_entries.merchant_id` (string) The ID of the resource the entity was created for and will settle under. - `_embedded.settlement_queue_entries.platform_id` (string) The unique identifier for the Platform where the entity associated with the was created. - `_embedded.settlement_queue_entries.ready_to_settle_after` (string,null) Timestamp indicating when the can be processed for settlement. - `_embedded.settlement_queue_entries.state` (string) The current state of the . Enum: "AWAITING_SETTLEMENT_TIME", "PENDING", "RELEASED" - `_embedded.settlement_queue_entries._links` (object) An object containing link(s) relevant to the request. You can store these links for follow-up requests. - `_embedded.settlement_queue_entries._links.self` (object) - `_embedded.settlement_queue_entries._links.self.href` (string) The path to the new resource. - `_links` (object) For your convenience, every response includes several URLs which link to resources relevant to the request. You can use these to make your follow-up requests and quickly access relevant IDs. - `_links.next` (object) Link to the next page of entries. - `_links.next.href` (string) - `_links.self` (object) Link to the resource that was used in the request. - `page` (object) Details the page that's returned. - `page.limit` (integer) The number of entries to return. - `page.next_cursor` (string,null) The cursor to use for the next page of results. ## Response 401 fields (application/json): - `total` (integer) - `_embedded` (object) - `_embedded.errors` (array) - `_embedded.errors.code` (string) Enum: "UNKNOWN" - `_embedded.errors.logref` (object) - `_embedded.errors.message` (string) - `_embedded.errors._links` (object) - `_embedded.errors._links.self` (object) - `_embedded.errors._links.self.href` (string) - `_embedded.errors._links.source` (object) ## Response 403 fields (application/json): - `total` (integer) - `_embedded` (object) - `_embedded.errors` (array) - `_embedded.errors.code` (string) Enum: "FORBIDDEN" - `_embedded.errors.logref` (object) - `_embedded.errors.message` (string) - `_embedded.errors._links` (object) - `_embedded.errors._links.source` (object) - `_embedded.errors._links.source.href` (string) ## Response 404 fields (application/json): - `total` (integer) - `_embedded` (object) - `_embedded.errors` (array) - `_embedded.errors.code` (string) Enum: "NOT_FOUND" - `_embedded.errors.logref` (object) - `_embedded.errors.message` (string) - `_embedded.errors._links` (object) - `_embedded.errors._links.source` (object) - `_embedded.errors._links.source.href` (string) ## Response 422 fields (application/json): - `total` (integer) - `_embedded` (object) - `_embedded.errors` (array) - `_embedded.errors.code` (string) Enum: "INVALID_FIELD" - `_embedded.errors.field` (string) - `_embedded.errors.logref` (object) - `_embedded.errors.message` (string) - `_embedded.errors._links` (object) - `_embedded.errors._links.source` (object) - `_embedded.errors._links.source.href` (string)