---
title: "Confirm terms and release funds"
method: POST
path: "/v1/settlements/{settlement_id}/confirm"
tags: ["Adjudications & Settlements"]
---

# Confirm terms and release funds

`POST /v1/settlements/{settlement_id}/confirm`

## Path parameters

- `settlement_id` string, required

## Headers

- `Idempotency-Key` string

## Response `200`

Settlement funded

- Settlement
  - `settlement_id` string, required
  - `status` 'funded' | 'failed' | 'canceled', required
  - `funded_amount` number
  - `timestamp` string, date-time

## Other responses

- `400` — 400 Bad Request
- `401` — 401 Unauthorized
- `404` — 404 Not Found
- `500` — 500 Server Error

---

[API](https://skmtc.net/thrivory-com/apis/thrivory-thrivenow-api.md) · [All operations](https://skmtc.net/thrivory-com/apis/thrivory-thrivenow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thrivory-com/thrivory-thrivenow-api/versions/9893450caa9b/schema)
