Skip to main content
POST
Upload an attachment for a dispute

Authorizations

Api-Key
string
header
required

Path Parameters

disputeId
string<uuid>
required

ID of the dispute

Body

multipart/form-data

Attachment to upload

attachment
file
required

The file to upload (max 20MB)

Maximum string length: 20971520

Response

Attachment created

id
string
required

The attachment's unique identifier

fileName
string
required

The original filename of the attachment

mimetype
string
required

The MIME type of the attachment

fileSizeBytes
integer
required

The file size in bytes

Required range: x >= 0
uploadedAt
string<date-time>
required

The time at which the attachment was uploaded