---
title: "Preview Payroll by Check IDs"
method: POST
path: "/preview/checks"
---

# Preview Payroll by Check IDs

`POST /preview/checks`

## Request body

- object
  - `companyID` string, required — The ID of the Company
  - `checks` string[], required — The ID of the Employee Check. This endpoint can accept an array of employeeCheckIDs

## Response `200`

200

- object
  - `status` integer
  - `success` boolean
  - `data` object
    - `job_id` string
    - `status` string
    - `request_body` object
      - `companyID` string
      - `checks` string[]
      - `test_mode` boolean
      - `job_type` string
      - `has_live_key` boolean
    - `created_at` string

## Other responses

- `400` — 400

---

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