v1

latestOpenAPI 3.1.02026-07-2082245.5 KB
Dispute Attachments

Get all attachments linked to a raised dispute

Get a list of attachments associated with a dispute ID.

get/disputes/{disputeId}/attachments

Path parameters

disputeIdstring required

The unique identifier of the raised dispute.

Response

OK - the request has succeeded.

attachmentType'receipt' | 'correspondence' | 'other' required
contentstring required

The content of the image. An attachment must be base64-encoded data. Make sure that all base64-encoded data strings are generated without line breaks or "wrapping". For example, do not use Base64.NO_WRAP in Java, or its equivalent in other languages. Newline characters at the end of the base64-encoded data string will also result in a malformed input error.

fileNamestring required

The name of the attachment, including its filename extension. Supported filename extensions: jpeg, pdf, tiff.

idstring

The unique identifier of the attachment.