---
title: "List all Settlements"
method: GET
path: "/v3.0/{ClientId}/payins/intents/settlements"
tags: ["Settlements"]
---

# List all Settlements

`GET /v3.0/{ClientId}/payins/intents/settlements`

Retrieve a paginated list of settlements, with optional filters for provider, currency, date range, and status.

## Path parameters

- `ClientId` string, required

## Query parameters

- `BeforeDate` integer
- `AfterDate` integer
- `Status` string
- `ExternalProviderName` string
- `Currency` string
- `page` integer
- `per_page` integer

## Headers

- `Authorization` string, required

## Response `200`

Success

- SettlementResponse[]
  - `SettlementId` string — The unique identifier of the Settlement.
  - `Status` string — The status of the Settlement: - `PENDING_UPLOAD` – Settlement object and `SettlementFileUploadUrl` generated. - `UPLOADED` – A file was uploaded. - `CREATED` – The uploaded file was considered valid and reconciliation is in progress. A file is considered valid when it includes all required columns and a properly formatted footer. - `UNMATCHED` – None of the entries in the settlement file match the declared intents. - `PARTIALLY_MATCHED` – Settlement file parsed and some lines matched successfully. If at least one line is incorrectly formatted, the file remains in this status and does not progress further. Cancel the Settlement and re-submit. - `PENDING_FUNDS_RECEPTION` – Settlement file parsed and fully matched with Intents; waiting for funds to arrive on the technical wallet. - `INSUFFICIENT_FUNDS` – Partial amount received: `FundsMissingAmount` shows the shortfall. - `RECONCILED` – Full settlement amount (`ActualSettlementAmount`) received on the technical wallet. - `FAILED` – Settlement file rejected due to a technical error (e.g. format, timeout). - `CANCELLED` – Settlement file invalidated due to a reconciliation error. Once canceled, no further actions can be taken on this Settlement. If status becomes `FAILED` or `CANCELLED`, then call [POST Create a Settlement and secure URL for file upload](/api-reference/settlements/create-settlement) to create a new object. If the status becomes `UNMATCHED` or remains in `PARTIALLY_MATCHED` unexpectedly, then call [PUT Update a Settlement and generate a new upload URL](/api-reference/settlements/update-settlement) only a new URL is required for the existing `SettlementId`.
  - `CreationDate` integer — The date and time the Settlement was created.
  - `SettlementDate` integer — The creation date of the settlement from the provider.
  - `ExternalProviderName` string — The [supported third-party PSP](/api-reference/echo/supported-providers) processing the transaction. **Note:** The uppercase value is expected. The API returns the sentence-case value.
  - `DeclaredIntentAmount` integer — The total amount declared through Intent API calls, using the following calculation: (Sum of captured intents) - (Sum of refunded amounts) + (Sum of refund reversed amounts) - (Sum of `DISPUTED` disputes) + (Sum of `DISPUTED_WON` disputes)
  - `ExternalProcessorFeesAmount` integer — The total fees charged by the external provider
  - `ActualSettlementAmount` integer — The total amount due to the platform, to be held in the technical wallet. This amount corresponds to the `TotalNetSettlementAmount` of the settlement file. A negative amount results in this parameter being set to zero, indicating no incoming funds to the technical wallet.
  - `FundsMissingAmount` integer — The difference between `ActualSettlementAmount` and the amount received on the technical wallet
  - `FileName` string — The `FileName` submitted to the [POST Create a Settlement and generate upload URL](/api-reference/settlements/create-settlement) endpoint, with a timestamp of the Settlement creation date automatically appended by Mangopay.

## Changes

> 7 revisions in range; 4 could not be searched.

- **2026-07-26** `795281070285` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mangopay/apis/api-reference/changes/v3.0/:ClientId/payins/intents/settlements/get.md)

---

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