---
title: "List Cashless Reconciliations"
method: GET
path: "/funding/reconciliations"
tags: ["Settlements"]
---

# List Cashless Reconciliations

`GET /funding/reconciliations`

Fetches a list of daily reconciliations for a firm using cashless settlement.

## Query parameters

- `to` string, required
- `from` string, required
- `status` 'PENDING' | 'APPROVED' | 'PROCESSING' | 'SUCCESSFUL' | 'FAILED' — The current status of the reconciliation report.

## Response `200`

Fetching a list of daily reconciliations for a firm was successful.

- DailyReconciliation[] — A list of daily reconciliations for a firm.
  - `id` string — The unique identifier of the reconciliation report.
  - `date` string — The date of when the reconciliation report was generated for.
  - `status` 'PENDING' | 'APPROVED' | 'PROCESSING' | 'SUCCESSFUL' | 'FAILED' — The current status of the reconciliation report.
  - `statusComment` string — A custom comment about the status.
  - `totalAmount` number — The total amount due or owed to the firm.
  - `partnerID` string — The partner's unique identifier.
  - `settlementProfileID` string — A settlement profile identifier that links to a specific bank account for fund settlement.
  - `created` string — The date and time the reconciliation report was created.
  - `updated` string — The date and time the reconciliation report was last updated.
  - `updatedBy` 'SYSTEM REPORT SERVICE' | 'INSTANT FUNDING BREAKDOWN JOB'
  - `attestedAt` string — The date and time when the reconciliation report was attested.

---

[API](https://skmtc.net/drivewealth/apis/authentication-apis.md) · [All operations](https://skmtc.net/drivewealth/apis/authentication-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drivewealth/authentication-apis/revisions/9fced6d0ac41/schema)
