Skip to main content
POST
Submit an uploaded proof of payment for a settlement

Authorizations

Authorization
string
header
required

Enter Auth0 JWT token

Path Parameters

id
string<uuid>
required

Order id

Body

application/json
proofKey
string
required

The key returned by the upload-URL endpoint

Example:

"order-settlements/1c9e.../proof-8af2..."

Response

settlementId
string<uuid>
required

Settlement id

status
enum<string>
required

declared: funding confirmation is in progress and the order will move to funds_received once the transfer is confirmed. submitted: the proof is recorded and will be confirmed manually.

Available options:
declared,
submitted