---
title: "Release Settlement Queue Entries"
method: PUT
path: "/settlement_queue_entries"
tags: ["Settlement Queue Entries"]
---

# Release Settlement Queue Entries

`PUT /settlement_queue_entries`

This action is used to release a number of `Settlement Queue Entry` resources, allowing them to be included in a `Settlement` as `Settlement Entry` resources.

## Request body

- ReleaseSettlementQueueEntries
  - `action` 'RELEASE' — Specify the action to be performed on the `Settlement Queue Entry` resources. Use the `RELEASE` action to release a list of `Transfer`, `Fee`, or `Reversal` resources, placing them into a `Settlement` as corresponding `Settlement Entry` resources.
  - `ids` string[] — An array of IDs representing the `Settlement Queue Entry` resources on which to apply the specified `action`.

## Response `204`

No Content. The request was successful, but there is no representation to return (i.e., the response is empty).

## Other responses

- `400` — Bad Request. The server cannot process the request due to malformed syntax or invalid data.
- `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.
- `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)
