---
title: "Fetch a Settlement Queue Entry"
method: GET
path: "/settlement_queue_entries/{settlement_queue_entry_id}"
tags: ["Settlement Queue Entries"]
---

# Fetch a Settlement Queue Entry

`GET /settlement_queue_entries/{settlement_queue_entry_id}`

Retrieve the details of a `Settlement Queue Entry` created from a `Transfer`, `Fee`, or `Reversal`.

## Headers

- `Finix-Version` string

## Response `200`

A single `Settlement Queue Entry`

- 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.

## 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.
- `404` — Not Found. The requested resource could not be found on the server.
- `406` — Not Acceptable. The server could not accept the submitted request. Confirm how the request was formatted and submitted.

---

[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)
