Skip to main content
Confirm terms and release funds
curl --request POST \
  --url https://api.sandbox.thrivory.com/v1/settlements/{settlement_id}/confirm \
  --header 'Authorization: Bearer <token>'
{
  "settlement_id": "<string>",
  "funded_amount": 123,
  "timestamp": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.thrivory.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

Idempotency-Key
string

Provide a unique key per request to enable safe retries

Path Parameters

settlement_id
string
required

Response

Settlement funded

settlement_id
string
required
status
enum<string>
required
Available options:
funded,
failed,
canceled
funded_amount
number
timestamp
string<date-time>