Skip to main content
POST
/
api
/
v1
/
liquidity
/
utilization
/
settlement-confirmation
Confirm Settlement
curl --request POST \
  --url https://api.mansafinance.co/api/v1/liquidity/utilization/settlement-confirmation \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "confirmations": [
    {
      "confirmation_id": "<string>",
      "drawdown_id": "<string>",
      "route_id": "<string>",
      "reference_type": "TX_HASH",
      "reference_value": "<string>",
      "recorded_at": "2023-11-07T05:31:56Z",
      "evidence_url": "<string>",
      "metadata": {}
    }
  ]
}
'
{
  "message": "Settlement confirmations recorded successfully",
  "count": 123,
  "confirmation_ids": [
    "<string>"
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication

Authorization
string
header
required

JWT token following RFC001 specification

Body

application/json
confirmations
object[]
required

Response

Settlement confirmations recorded successfully

message
string
required
Example:

"Settlement confirmations recorded successfully"

count
integer
required

Number of confirmations processed

confirmation_ids
string[]
required

List of confirmation IDs