---
title: "Payment"
method: GET
path: "/employer/payment"
tags: ["Payroll"]
---

# Payment

`GET /employer/payment`

Read payroll and contractor related payments by the company.

## Query parameters

- `start_date` string, date, required
- `end_date` string, date, required

## Headers

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

## Response `200`

Payment data

- object[]
  - `id` string — The unique id for the payment.
  - `pay_period` object, nullable — The pay period object.
    - `start_date` string, nullable
    - `end_date` string, nullable
  - `pay_date` string, nullable
  - `debit_date` string, nullable
  - `company_debit` Money, nullable
    - `amount` integer, nullable — Amount for money object (in cents)
    - `currency` string
  - `gross_pay` Money, nullable
    - `amount` integer, nullable — Amount for money object (in cents)
    - `currency` string
  - `net_pay` Money, nullable
    - `amount` integer, nullable — Amount for money object (in cents)
    - `currency` string
  - `employer_taxes` Money, nullable
    - `amount` integer, nullable — Amount for money object (in cents)
    - `currency` string
  - `employee_taxes` Money, nullable
    - `amount` integer, nullable — Amount for money object (in cents)
    - `currency` string
  - `individual_ids` string[], nullable — Array of every individual on this payment.
  - `pay_group_ids` string[], nullable — Array of the Finch id (uuidv4) of every pay group associated with this payment.
  - `pay_frequencies` PayFrequency[], nullable — List of pay frequencies associated with this payment.

---

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