---
title: "Get open settlement"
method: GET
path: "/v2/settlements/open"
tags: ["Settlements API"]
---

# Get open settlement

`GET /v2/settlements/open`

Retrieve the details of the open balance of the organization. This will return a settlement object representing your
organization's balance.

For a complete reference of the settlement object, refer to the [Get settlement endpoint](get-settlement)
documentation.

For more accurate bookkeeping, refer to the [balance report](get-balance-report) endpoint or the
[balance transactions](list-balance-transactions) endpoint.

## Headers

- `idempotency-key` string

## Response `200`

A settlement object describing your current balance. For a complete reference of the settlement object, refer to
the [Get settlement](get-settlement) endpoint documentation.

## Other responses

- `429` — Rate Limit has been reached.

## Changes

> 48 revisions in range; 9 not diffed.

- **2026-07-02** `226f9009e928` — 2 warning
  - added the new `undefined` enum value to the `periods/additionalProperties/additionalProperties/costs/items/method` response property for the response status `200`
  - added the new `undefined` enum value to the `periods/additionalProperties/additionalProperties/revenue/items/method` response property for the response status `200`
- **2026-05-19** `7cab62b21830` — 1 info
  - added the non-success response with the status `429`
- **2026-05-12** `ef4b5a97b56a` — 2 info
  - the endpoint scheme security `advancedAccessToken` was added to the API
  - the endpoint scheme security `organizationAccessToken` was removed from the API
- **2026-05-07** `36c56b46f150` — 1 warning
  - added the new `processing-at-bank` enum value to the `status/allOf[#/components/schemas/settlement-status]/` response property for the response status `200`

[Change history](https://skmtc.dev/mollie/apis/mollie-api/changes/v2/settlements/open/get.md)

---

[API](https://skmtc.dev/mollie/apis/mollie-api.md) · [All operations](https://skmtc.dev/mollie/apis/mollie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mollie/mollie-api/revisions/01ff4e7355c4/schema)
