---
title: "Retrieve Cashless Reconciliation"
method: GET
path: "/funding/reconciliations/{reconciliationID}"
tags: ["Settlements"]
---

# Retrieve Cashless Reconciliation

`GET /funding/reconciliations/{reconciliationID}`

Fetches reconciliations details for a firm using cashless settlement.

## Path parameters

- `reconciliationID` string, required — The unique identifier of the reconciliation report.

## Response `200`

Fetching a firm's reconciliation details was successful.

- ReconciliationDetails
  - `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.
  - `amounts` object
    - `total` number — The total amount due or owed to the firm.
    - `purchases` number — The total amount in purchases of equity instruments, that are due to DriveWealth.
    - `sales` number — The total amount in sales of equity instruments, that are owed to the firm.
    - `dividends` number — The total amount of dividends, that are owed to the firm.
    - `fees` number — The total amount of fees, that are due to DriveWealth.
    - `other` number — The total amount of other payments, that are owed to the firm.
  - `transferAmounts` object
    - `currency` string — The currency in abbreviation form.
    - `payablesToDW` number — The total amount due to DriveWealth.
    - `receivablesFromDW` number — The total amount owed to the partner firm.
  - `reconciliationBreakdown` string
  - `partnerID` string — The unique identifier of the firm.
  - `settlementProfileID` string — A settlement profile identifier that links to a specific bank account for fund settlement.
  - `created` string — The date and time when the reconciliation report was created.
  - `updated` string — The date and time when the reconciliation report was last updated.
  - `updatedBy` 'SYSTEM REPORT SERVICE' | 'INSTANT FUNDING BREAKDOWN JOB'
  - `attestedBy` string — User ID of the person who attested the reconciliation report.
  - `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)
