---
title: "Get User Sales Report"
method: GET
path: "/v3/report/usersales"
---

# Get User Sales Report

`GET /v3/report/usersales`

## Query parameters

- `merchantId` integer, required
- `dateRange` string
- `startDate` string, date
- `endDate` string, date
- `limit` integer
- `offset` integer
- `transactionType` string
- `status` string
- `minAmount` integer
- `maxAmount` integer

## Response `200`

200

- object
  - `records` object[]
    - `transactionCount` integer
    - `amount` string
    - `username` string
    - `reference` string
    - `transactionType` string
    - `tenderType` string
    - `transactionDate` string
    - `invoiceNumber` string
    - `recordCount` integer
    - `totalAmount` string
    - `paymentType` string
    - `id` integer
    - `source` string
    - `status` string
  - `recordCount` integer
  - `totals` object
    - `transactionCount` integer
    - `totalAmount` string

---

[API](https://skmtc.net/mxmerchant/apis/checkout-api.md) · [All operations](https://skmtc.net/mxmerchant/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mxmerchant/checkout-api/versions/6807b698abcb/schema)
