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

# Update Settlement

`PATCH /settlements/{settlementID}`

Updates Settlement by settlementID.

## Path parameters

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

## Request body

- SingleSettlementUpdate
  - `status` 'SUCCESSFUL' — The status to update the settlement to.

## Response `202`

Updating Settlement by settlementID was Successful.

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