---
title: "POST /api/v1/payments/transactionData"
method: POST
path: "/api/v1/payments/transactionData"
tags: ["OnlinePayments"]
---

# POST /api/v1/payments/transactionData

`POST /api/v1/payments/transactionData`

## Request body

- TransactionDataRequest
  - `clientId` string, uuid
  - `keyId` string, uuid
  - `dateFrom` string, date-time, nullable
  - `dateTo` string, date-time, nullable
  - `page` integer, nullable
  - `pageSize` integer, nullable
  - `pageIndex` integer, nullable

## Response `200`

Success

---

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