---
title: "network_total.created"
method: POST
path: "network_total.created"
tags: ["Event Types"]
---

# network_total.created

`POST network_total.created` (webhook)

Occurs when a network total is created.

## Payload

- object
  - `event_type` 'network_total.created', required — The type of event that occurred.
  - `token` string, uuid, required — Globally unique identifier.
  - `network` 'AMEX' | 'VISA' | 'MASTERCARD' | 'MAESTRO' | 'INTERLINK', required — Card network where the transaction took place. AMEX, VISA, MASTERCARD, MAESTRO, or INTERLINK.
  - `institution_id` string, required — The institution that activity occurred on. For Mastercard: ICA (Interbank Card Association). For Maestro: institution ID. For Visa: lowest level SRE (Settlement Reporting Entity).
  - `settlement_institution_id` string, required — The institution responsible for settlement. For Mastercard: same as `institution_id`. For Maestro: billing ICA. For Visa: Funds Transfer SRE (FTSRE).
  - `settlement_service` string, required — Settlement service.
  - `report_date` string, date, required — Date that the network total record applies to. YYYY-MM-DD format.
  - `cycle` integer — The clearing cycle that the network total record applies to. Mastercard only.
  - `currency` string, required — 3-character alphabetic ISO 4217 code.
  - `is_complete` boolean, required — Indicates that all settlement records related to this Network Total are available in the details endpoint.
  - `amounts` object, required
    - `gross_settlement` integer, required — Total settlement amount excluding interchange, in currency's smallest unit.
    - `interchange_fees` integer, required — Interchange amount, in currency's smallest unit.
    - `visa_charges` integer — Charges specific to Visa/Interlink, in currency's smallest unit.
    - `net_settlement` integer, required — `gross_settlement` net of `interchange_fees` and `visa_charges` (if applicable), in currency's smallest unit.
  - `created` string, date-time, required — RFC 3339 timestamp for when the record was created. UTC time zone.
  - `updated` string, date-time, required — RFC 3339 timestamp for when the record was last updated. 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)
