Skip to main content
POST
/
api
/
v1
/
liquidity
/
utilization
/
settlement-proof
Submit Settlement Proof
curl --request POST \
  --url https://api.mansafinance.co/api/v1/liquidity/utilization/settlement-proof \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "proofs": [
    {
      "proof_id": "<string>",
      "drawdown_id": "<string>",
      "route_id": "<string>",
      "doc_type": "MT103",
      "mime_type": "application/pdf",
      "url": "<string>",
      "hash_sha256": "<string>",
      "recorded_at": "2023-11-07T05:31:56Z",
      "metadata": {}
    }
  ]
}'
{
  "message": "Settlement proofs recorded successfully",
  "count": 123,
  "proof_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
proofs
object[]
required

Response

Settlement proofs recorded successfully

message
string
required
Example:

"Settlement proofs recorded successfully"

count
integer
required

Number of proofs processed

proof_ids
string[]
required

List of proof IDs