Skip to main content
POST
/
api
/
v1
/
liquidity
/
utilization
/
{id}
/
proofs
Submit Proof of Transfer/Payment
curl --request POST \
  --url https://api.mansafinance.co/api/v1/liquidity/utilization/{id}/proofs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: <api-key>' \
  --form client_id=3c90c3cc-0d44-4b50-8888-8dd25736052a \
  --form client_request_id=3c90c3cc-0d44-4b50-8888-8dd25736052a \
  --form type=payment \
  --form file=@example-file
{
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Authorization
string
header
required

JWT token following RFC001 specification

Path Parameters

id
string
required

Body

multipart/form-data
client_id
string<uuid>
required
client_request_id
string<uuid>
required
file
file
required

Proof document (e.g., PDF or image)

type
enum<string>
required
Available options:
payment,
transfer,
other
Example:

"payment"

notes
string

Response

Proof submitted

message
string