---
title: "Get network total"
method: GET
path: "/v1/reports/settlement/network_totals/{token}"
tags: ["Settlement Report"]
---

# Get network total

`GET /v1/reports/settlement/network_totals/{token}`

Retrieve a specific network total record by token. Not available in sandbox.

## Path parameters

- `token` string, uuid, required

## Response `200`

OK

- NetworkTotal
  - `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.

## 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 |

---

[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)
