---
title: "Create Report"
method: POST
path: "/v1/issuing/reports"
tags: ["Reports"]
---

# Create Report

`POST /v1/issuing/reports`

Creates a report for account transactions, card transactions or transaction settlements.

## Headers

- `x-idempotency-key` string, uuid
- `x-on-behalf-of` string

## Request body

- CreateReportRequest
  - `report_type` string, required — The type of report file, only `SETTLEMENT` and `LEDGER` can be accepted currently.
  - `start_time` string, required — The earliest time for transaction.
  - `end_time` string, required — The latest timestamp for transaction.

## Response `200`

Create report successfully.

- CreateReportResponse
  - `report_id` string, required — Unique identifier for the report.

---

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