---
title: "Get reconciliation summaries for a date range (max 365 days)"
method: GET
path: "/Payments/reconciliation/summary/range"
tags: ["Payments"]
---

# Get reconciliation summaries for a date range (max 365 days)

`GET /Payments/reconciliation/summary/range`

## Query parameters

- `startDate` string, date-time
- `endDate` string, date-time

## Response `200`

OK

- ReconciliationSummaryDto[]
  - `date` string, date-time
  - `totalCollected` union
    - number, double
    - string, double
  - `transactionCount` union
    - integer
    - string, int32
  - `byMethod` object
  - `isClosed` boolean
  - `closedAt` string, date-time, nullable
  - `closedBy` string, nullable

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
