---
title: "POST /api/Reports/MerchantPaymentReport"
method: POST
path: "/api/Reports/MerchantPaymentReport"
tags: ["Reports"]
---

# POST /api/Reports/MerchantPaymentReport

`POST /api/Reports/MerchantPaymentReport`

## Request body

- ReportsFilter
  - `draw` integer
  - `page` TablePage
    - `size` integer
    - `index` integer
  - `searchTerm` string, nullable
  - `sort` TableSort
    - `column` string, nullable
    - `order` string, nullable
  - `dateFrom` string, date-time, nullable
  - `dateTo` string, date-time, nullable
  - `clientId` string, uuid
  - `visaTransactionId` string, nullable
  - `branch` string, nullable
  - `cashierName` string, nullable
  - `shopperFirstName` string, nullable
  - `shopperLastName` string, nullable
  - `shopperEmail` string, nullable
  - `shopperPhoneNumber` string, nullable
  - `status` string, nullable
  - `statusId` integer, nullable
  - `orderId` string, nullable
  - `typeName` string, nullable
  - `createdByFullName` string, nullable
  - `transactionId` string, 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)
