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

# Attest Cashless Reconciliation

`PATCH /funding/reconciliations/{reconciliationID}/attest`

Attests a reconciliation report if it is in a successful state and not already attested. Only available if the attestation feature is enabled for the partner.

## Path parameters

- `reconciliationID` string, required

## Response `200`

Attestation successful

- AttestReconciliationResponse
  - `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 attested 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.

## Other responses

- `400` — Bad request (already attested, not allowed, or other error)
- `404` — Reconciliation report not found

---

[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/versions/9fced6d0ac41/schema)
