Skip to main content
POST
Request an upload URL for a settlement proof of payment

Authorizations

Authorization
string
header
required

Enter Auth0 JWT token

Path Parameters

id
string<uuid>
required

Order id

Body

application/json
contentLength
number
required

Size of the document in bytes

Example:

245000

contentType
enum<string>
required

MIME type of the payment confirmation (PDF, JPG or PNG)

Available options:
application/pdf,
image/jpeg,
image/png
Example:

"application/pdf"

Response

proofKey
string
required

Pass this key to the proof submission endpoint

Example:

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

uploadUrl
string
required

PUT the document to this URL (expires in a few minutes)