---
title: "Changes to Get open settlement"
method: GET
path: "/v2/settlements/open"
---

# Changes to Get open settlement

`GET /v2/settlements/open`

> Every recorded change to this endpoint, newest first.
> 79 revisions in range; 9 not diffed.

## Timeline

Changed in 7 of 79 revisions.

- **2026-08-18** `cc776d6ba83e` — 16 warning, 4 info
- **2026-08-07** `e1a1ad379a1e` — 7 breaking, 5 warning, 1 info
- **2026-07-30** `160fcdd65af7` — 2 warning
- **2026-07-02** `226f9009e928` — 2 warning
- **2026-05-19** `7cab62b21830` — 1 info
- **2026-05-12** `ef4b5a97b56a` — 2 info
- **2026-05-07** `36c56b46f150` — 1 warning

## Changes

- **2026-08-18** `cc776d6ba83e` — 16 warning, 4 info
  - added the new `applicationfee` enum value to the `allOf[#/components/schemas/entity-settlement-base]/periods/additionalProperties/additionalProperties/costs/items/method` response property for the response status `200`
  - added the new `applicationfee` enum value to the `allOf[#/components/schemas/entity-settlement-base]/periods/additionalProperties/additionalProperties/revenue/items/method` response property for the response status `200`
  - added the new `authorizationreversal` enum value to the `allOf[#/components/schemas/entity-settlement-base]/periods/additionalProperties/additionalProperties/costs/items/method` response property for the response status `200`
  - added the new `authorizationreversal` enum value to the `allOf[#/components/schemas/entity-settlement-base]/periods/additionalProperties/additionalProperties/revenue/items/method` response property for the response status `200`
  - added the new `capture` enum value to the `allOf[#/components/schemas/entity-settlement-base]/periods/additionalProperties/additionalProperties/costs/items/method` response property for the response status `200`
  - added the new `capture` enum value to the `allOf[#/components/schemas/entity-settlement-base]/periods/additionalProperties/additionalProperties/revenue/items/method` response property for the response status `200`
  - added the new `chargeback` enum value to the `allOf[#/components/schemas/entity-settlement-base]/periods/additionalProperties/additionalProperties/costs/items/method` response property for the response status `200`
  - added the new `chargeback` enum value to the `allOf[#/components/schemas/entity-settlement-base]/periods/additionalProperties/additionalProperties/revenue/items/method` response property for the response status `200`
  - added the new `kickback` enum value to the `allOf[#/components/schemas/entity-settlement-base]/periods/additionalProperties/additionalProperties/costs/items/method` response property for the response status `200`
  - added the new `kickback` enum value to the `allOf[#/components/schemas/entity-settlement-base]/periods/additionalProperties/additionalProperties/revenue/items/method` response property for the response status `200`
  - added the new `refund` enum value to the `allOf[#/components/schemas/entity-settlement-base]/periods/additionalProperties/additionalProperties/costs/items/method` response property for the response status `200`
  - added the new `refund` enum value to the `allOf[#/components/schemas/entity-settlement-base]/periods/additionalProperties/additionalProperties/revenue/items/method` response property for the response status `200`
  - added the new `rollingreserve` enum value to the `allOf[#/components/schemas/entity-settlement-base]/periods/additionalProperties/additionalProperties/costs/items/method` response property for the response status `200`
  - added the new `rollingreserve` enum value to the `allOf[#/components/schemas/entity-settlement-base]/periods/additionalProperties/additionalProperties/revenue/items/method` response property for the response status `200`
  - added the new `shiftedfee` enum value to the `allOf[#/components/schemas/entity-settlement-base]/periods/additionalProperties/additionalProperties/costs/items/method` response property for the response status `200`
  - added the new `shiftedfee` enum value to the `allOf[#/components/schemas/entity-settlement-base]/periods/additionalProperties/additionalProperties/revenue/items/method` response property for the response status `200`
  - removed the `applepay` enum value from the `allOf[#/components/schemas/entity-settlement-base]/periods/additionalProperties/additionalProperties/costs/items/method` response property for the response status `200`
  - removed the `applepay` enum value from the `allOf[#/components/schemas/entity-settlement-base]/periods/additionalProperties/additionalProperties/revenue/items/method` response property for the response status `200`
  - removed the `googlepay` enum value from the `allOf[#/components/schemas/entity-settlement-base]/periods/additionalProperties/additionalProperties/costs/items/method` response property for the response status `200`
  - removed the `googlepay` enum value from the `allOf[#/components/schemas/entity-settlement-base]/periods/additionalProperties/additionalProperties/revenue/items/method` response property for the response status `200`
- **2026-08-07** `e1a1ad379a1e` — 7 breaking, 5 warning, 1 info
  - the response's body type changed from `object` to no type for status `200`
  - removed the required property `_links` from the response with the `200` status
  - removed the required property `amount` from the response with the `200` status
  - removed the required property `balanceId` from the response with the `200` status
  - removed the required property `id` from the response with the `200` status
  - removed the required property `resource` from the response with the `200` status
  - removed the required property `status` from the response with the `200` status
  - removed the optional property `createdAt` from the response with the `200` status
  - removed the optional property `invoiceId` from the response with the `200` status
  - removed the optional property `periods` from the response with the `200` status
  - removed the optional property `reference` from the response with the `200` status
  - removed the optional property `settledAt` from the response with the `200` status
  - added `#/components/schemas/entity-settlement-base, subschema #2` to the response body `allOf` list for the response status `200`
- **2026-07-30** `160fcdd65af7` — 2 warning
  - added the new `billink` enum value to the `periods/additionalProperties/additionalProperties/costs/items/method` response property for the response status `200`
  - added the new `billink` enum value to the `periods/additionalProperties/additionalProperties/revenue/items/method` response property for the response status `200`
- **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`

---

[Operation](https://skmtc.dev/mollie/apis/mollie-api/docs/v2/settlements/open/get.md) · [API](https://skmtc.dev/mollie/apis/mollie-api.md) · [Page](https://skmtc.dev/mollie/apis/mollie-api/changes/v2/settlements/open/get)
