---
title: "POST /Payments/reconciliation/close"
method: POST
path: "/Payments/reconciliation/close"
tags: ["Payments"]
---

# POST /Payments/reconciliation/close

`POST /Payments/reconciliation/close`

## Request body

- CloseOutDayDto
  - `date` string
  - `notes` string, nullable

## Response `200`

OK

- CloseOutResultDto
  - `success` boolean
  - `closedAt` string, date-time
  - `closedBy` string
  - `summary` 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

---

[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)
