---
title: "Create Payment Summary Report"
method: POST
path: "/reports/payment-summary"
---

# Create Payment Summary Report

`POST /reports/payment-summary`

Create a payment summary report.

## Request body

- object
  - `pay_start_date` string, date, required — The first payment date this report should retrieve payments for. Date should be in ISO-8601 format (YYYY-MM-DD).
  - `pay_end_date` string, date, required — The last payment date this report should retrieve payments for. Date should be in ISO-8601 format (YYYY-MM-DD).
  - `companyID` string, required — Zeal Company ID
  - `media_type` 'csv' | 'pdf', required — The type of format this report can be downloaded as. Payment Summaries currently support "csv" and "pdf".
  - `include_intl_contractors` boolean — Include international contractors in this report

## Response `200`

200

- object
  - `success` boolean
  - `data` object
    - `job_id` string
    - `status` string
    - `request_body` object
      - `start_date` string
      - `end_date` string
      - `company_id` string
      - `media_type` string
      - `has_live_key` boolean
      - `report_format` string
    - `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)
