---
title: "Get settlement summary"
method: GET
path: "/v1/reports/settlement/summary/{report_date}"
tags: ["Settlement Report"]
---

# Get settlement summary

`GET /v1/reports/settlement/summary/{report_date}`

Get the settlement report for a specified report date. Not available in sandbox.

## Path parameters

- `report_date` string, date, required

## Response `200`

OK

- SettlementReport
  - `created` string, date-time, required — Date and time when the transaction first occurred. UTC time zone.
  - `currency` string, required — 3-character alphabetic ISO 4217 code. (This field is deprecated and will be removed in a future version of the API.)
  - `details` SettlementSummaryDetails[], required
    - `currency` string — 3-character alphabetic ISO 4217 code.
    - `disputes_gross_amount` integer — The total gross amount of disputes settlements.
    - `institution` string — The most granular ID the network settles with (e.g., ICA for Mastercard, FTSRE for Visa).
    - `interchange_gross_amount` integer — The total amount of interchange.
    - `network` 'AMEX' | 'INTERLINK' | 'MAESTRO' | 'MASTERCARD' | 'UNKNOWN' | 'VISA' — Card network where the transaction took place
    - `other_fees_gross_amount` integer — Total amount of gross other fees outside of interchange.
    - `settled_net_amount` integer — The total net amount of cash moved. (net value of settled_gross_amount, interchange, fees).
    - `transactions_gross_amount` integer — The total amount of settlement impacting transactions (excluding interchange, fees, and disputes).
  - `disputes_gross_amount` integer, required — The total gross amount of disputes settlements. (This field is deprecated and will be removed in a future version of the API. To compute total amounts, Lithic recommends that customers sum the relevant settlement amounts found within `details`.)
  - `interchange_gross_amount` integer, required — The total amount of interchange. (This field is deprecated and will be removed in a future version of the API. To compute total amounts, Lithic recommends that customers sum the relevant settlement amounts found within `details`.)
  - `is_complete` boolean, required — Indicates that all data expected on the given report date is available.
  - `other_fees_gross_amount` integer, required — Total amount of gross other fees outside of interchange. (This field is deprecated and will be removed in a future version of the API. To compute total amounts, Lithic recommends that customers sum the relevant settlement amounts found within `details`.)
  - `report_date` string, required — Date of when the report was first generated.
  - `settled_net_amount` integer, required — The total net amount of cash moved. (net value of settled_gross_amount, interchange, fees). (This field is deprecated and will be removed in a future version of the API. To compute total amounts, Lithic recommends that customers sum the relevant settlement amounts found within `details`.)
  - `transactions_gross_amount` integer, required — The total amount of settlement impacting transactions (excluding interchange, fees, and disputes). (This field is deprecated and will be removed in a future version of the API. To compute total amounts, Lithic recommends that customers sum the relevant settlement amounts found within `details`.)
  - `updated` string, date-time, required — Date and time when the transaction first occurred. UTC time zone.

## Other responses

- `400` — A parameter in the query given in the request does not match the valid queries for the endpoint.
- `401` — | | | |---|---| | User has not been authenticated | Invalid or missing API key | | API key is not active | The API key used is no longer active | | Could not find API key | The API key provided is not associated with any user | | Please provide API key in Authorization header | The Authorization header is not in the request | | Please provide API key in the form Authorization: [api-key] | The Authorization header is not formatted properly | | Insufficient privileges. Issuing API key required | Write access requires an Issuing API key. Reach out at [lithic.com/contact](https://lithic.com/contact) | | Insufficient privileges to create virtual cards. | Creating virtual cards requires an additional privilege | Reach out at [lithic.com/contact](https://lithic.com/contact) |
- `404` — The specified resource was not found.
- `422` — Unprocessable entity.
- `429` — Client has exceeded the number of allowed requests in a given time period. | | | |---|---| | Rate limited, too many requests per second | User has exceeded their per second rate limit | | Rate limited, reached daily limit | User has exceeded their daily rate limit | | Rate limited, too many keys tried | One IP has queried too many different API keys |

## Changes

> 66 revisions in range; 11 could not be searched.

- **2026-04-24** `ab626b78e088` — 1 warning
  - added the new `AMEX` enum value to the `details/items/network` response property for the response status `200`

[Change history](https://skmtc.dev/lithic-com/apis/lithic-developer-api/changes/v1/reports/settlement/summary/:report_date/get.md)

---

[API](https://skmtc.dev/lithic-com/apis/lithic-developer-api.md) · [All operations](https://skmtc.dev/lithic-com/apis/lithic-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lithic-com/lithic-developer-api/revisions/53ab5d4e2adb/schema)
