---
title: "List Settlement Queue Entries"
method: GET
path: "/settlement_queue_entries"
tags: ["Settlement Queue Entries"]
---

# List Settlement Queue Entries

`GET /settlement_queue_entries`

Retrieve a list of `Settlement Queue Entry` resources.

## Query parameters

- `after_cursor` string
- `before_cursor` string
- `application_id` string
- `created_at.gte` string, date-time
- `created_at.lte` string, date-time
- `entity_id` string
- `entity_type` 'ADJUSTMENT' | 'DISPUTE_TRANSFER' | 'FEE' | 'REVERSE' | 'SPLIT_TRANSFER' | 'TRANSFER'
- `limit` integer
- `merchant_id` string
- `ready_to_settle_after.gte` string, date-time
- `ready_to_settle_after.lte` string, date-time
- `state` 'AWAITING_SETTLEMENT_TIME' | 'PENDING' | 'RELEASED'
- `updated_at.gte` string, date-time
- `updated_at.lte` string, date-time

## Headers

- `Finix-Version` string

## Response `200`

List of `Settlement Queue Entry` resources

- object
  - `page` Page — Details the page that's returned.
    - `limit` integer — The number of entries to return.
    - `next_cursor` string, nullable — The cursor to use for the next page of results.
  - `_embedded` object
    - `settlement_queue_entries` SettlementQueueEntry[]
      - `id` string — The ID of the resource.
      - `created_at` string, date-time — Timestamp of when the object was created.
      - `updated_at` string, date-time — Timestamp of when the object was last updated.
      - `application_id` string — ID of the `Application` the resource was created under.
      - `entity_id` string — The ID of the related resource.
      - `entity_type` 'ADJUSTMENT' | 'DISPUTE_TRANSFER' | 'FEE' | 'TRANSFER' | 'REVERSE' | 'SPLIT_TRANSFER' — The entity the `Settlement Queue Entry` is linked to.
      - `merchant_id` string — The ID of the `Merchant` resource the entity was created for and will settle under.
      - `platform_id` string — The unique identifier for the Platform where the entity associated with the `Settlement Queue Entry` was created.
      - `ready_to_settle_after` string, date-time, nullable — A timestamp indicating when the `Settlement Queue Entry` can be processed for settlement.
      - `state` 'AWAITING_SETTLEMENT_TIME' | 'PENDING' | 'RELEASED' — The current state of the `Settlement Queue Entry`.
      - `_links` object — An object containing link(s) relevant to the request. You can store these links for follow-up requests.
        - `self` object
          - `href` string — The path to the new `Settlement Queue Entry` resource.
  - `_links` object
    - `self` Self — Link to the resource that was used in the request.
      - `href` string
    - `next` Next — Link to the next page of entries.
      - `href` string

## Other responses

- `401` — Unauthorized. Authentication is required and has failed or has not been provided.
- `403` — Forbidden. The client is authenticated but does not have permission to access the resource.
- `406` — Not Acceptable. The server could not accept the submitted request. Confirm how the request was formatted and submitted.
- `422` — Unprocessable Entity. One or more query parameters were syntactically valid but could not be processed.

---

[API](https://skmtc.net/finix/apis/finix-api-reference.md) · [All operations](https://skmtc.net/finix/apis/finix-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finix/finix-api-reference/versions/5426f6f99c52/schema)
