---
title: "Download Disputes"
method: POST
path: "/download"
---

# Download Disputes

`POST /download`

This endpoint allows you to retrieve a list of disputes with detailed information for each dispute. The response returned can be saved in a CSV file.

## Request body

- object
  - `period` object, required — Retrieve disputes for a selected period
    - `date` object — the exact date to retrieve in
      - `from` string — Timestamp of the exact date/time you want to generate disputes from
      - `to` string — Timestamp of the exact date/time you want to generate disputes to
  - `merchants` string[] — List of merchant IDs for which the charges are being queried

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/tap/apis/authorize.md) · [All operations](https://skmtc.net/tap/apis/authorize/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tap/authorize/versions/86f4d9b29db0/schema)
