---
title: "Retrieve Settlement"
method: GET
path: "/settlements/{settlementID}"
tags: ["Settlements"]
---

# Retrieve Settlement

`GET /settlements/{settlementID}`

Retrieves Settlement by settlementID.

## Path parameters

- `settlementID` string, required — A unique identifier that identifies the settlement.

## Response `200`

Retrieving Settlement by settlementID was Successful.

- SingleSettlementByID
  - `id` string — A unique identifier that identifies the settlement.
  - `settlementDate` string
  - `status` 'PENDING' | 'APPROVED' | 'SUCCESSFUL' — The current status of the settlement.
  - `statusComment` string — A custom comment about the current status of the settlement.
  - `amount` object
    - `total` number — The aggregated sum of all the transactions settling on the settlement date.
    - `credits` number — The aggregated sum of all the credit transactions settling on the settlement date.
    - `debits` number — The aggregated sum of all the debit transactions settling on the settlement date.
  - `breakdownReport` string, url — A breakdown of all the deposits or withdrawals across sub accounts over the course of the settlement date.
  - `partnerID` string — The partner's unique identifier.
  - `settlementProfileID` string — A settlement profile identifier that links to a specific bank account for fund settlement.
  - `updatedBy` 'SYSTEM REPORT SERVICE' | 'INSTANT FUNDING BREAKDOWN JOB'
  - `createdAt` string
  - `updatedAt` string
  - `attestedBy` string — User ID of the person who attested the settlement report.
  - `attestedAt` string — The date and time when the settlement report was attested.

## Other responses

- `404` — The settlement for given settlementID doesn't exist.

---

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