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

# Update Cashless Reconciliation

`PATCH /funding/reconciliations/{reconciliationID}`

Updates a Cashless Reconciliation by reconciliationID.

## Path parameters

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

## Request body

- ReconciliationUpdate
  - `status` 'Successful', required — The status to update the reconciliation report to.
  - `statusComment` string, required — A comment describing the reason for the status update.

## Response `200`

Updating the Cashless Reconciliations was Successful.

- UpdateReconciliationResponse
  - `id` string — The unique identifier of the reconciliation report.
  - `date` string — The date of when the reconciliation report was generated for.
  - `status` 'SUCCESSFUL' — The status of the updated reconciliation.
  - `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)
