---
title: "Settlement Summaries"
method: GET
path: "/v2/settlements/summaries"
tags: ["Reports"]
---

# Settlement Summaries

`GET /v2/settlements/summaries`

Get a summarized list of settlement payouts.

## Query parameters

- `start-date` string, yyyy-mm-dd, required
- `end-date` string, yyyy-mm-dd
- `offset` integer
- `currency-code` string

## Response `200`

Successful Operation

- WithdrawalSummary[]
  - `uuid` string — The unique identifier for the settlement
  - `payout_currency` string — The ISO-4217 currency code of the payout sent to the destination bank account
  - `settlement_currency` string — The ISO-4217 currency code of the amount to be settled
  - `payout_date` string, date-time — The UTC date and time of the payout
  - `final_payout_amount` number, float — The final amount sent in the currency of the destination bank account
  - `net_settlement_amount` number, float — The net amount (after forex fees) to be settled
  - `forex_fees` number, float — Foreign exchange fees associated with this settlement payout
  - `status` string — The current status of the payout

## Other responses

- `400` — Invalid request
- `401` — Unauthorized. Returned for any failed bearer or basic auth, including expired bearer tokens.
- `404` — The specified resource was not found
- `422` — Unable to process the request entity

---

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