---
title: "Pay Statement Item"
method: GET
path: "/employer/pay-statement-item"
tags: ["Payroll"]
---

# Pay Statement Item

`GET /employer/pay-statement-item`

Retrieve a list of detailed pay statement items for the access token's connection account.

## Query parameters

- `entity_ids` string[]
- `categories` string[]
- `name` string
- `type` string
- `start_date` string, date
- `end_date` string, date

## Headers

- `Finch-API-Version` string, date, required

## Response `200`

Pay statement item data

- GetPayStatementItemsResponse
  - `responses` object[], required
    - `name` string, required — The name of the pay statement item.
    - `category` 'earnings' | 'taxes' | 'employee_deductions' | 'employer_contributions', required — The category of the pay statement item.
    - `attributes` object, required — The attributes of the pay statement item.
      - `type` string, nullable — The type of the pay statement item.
      - `pre_tax` boolean, nullable — `true` if the pay statement item is pre-tax. This field is only available for employee deductions.
      - `employer` boolean, nullable — `true` if the amount is paid by the employers. This field is only available for taxes.
      - `metadata` object, nullable, required — The metadata of the pay statement item derived by the rules engine if available. Each attribute will be a key-value pair defined by a rule.

---

[API](https://skmtc.net/finch-api/apis/api-reference.md) · [All operations](https://skmtc.net/finch-api/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finch-api/api-reference/revisions/f1cca2cb0ef2/schema)
