---
title: "settlement_report.updated"
method: POST
path: "settlement_report.updated"
tags: ["Event Types"]
---

# settlement_report.updated

`POST settlement_report.updated` (webhook)

Occurs when a settlement report is created or updated.

## Payload

- object
  - `event_type` 'settlement_report.updated', required — The type of event that occurred.
  - `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.

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

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