v1

latestOpenAPI 3.1.02026-07-2082245.5 KB
Dispute Attachments

Get an attachment

Search for a single attachment, providing the specific dispute ID and attachment ID.

get/disputes/{disputeId}/attachments/{attachmentId}

Path parameters

disputeIdstring required

The unique identifier of the raised dispute.

attachmentIdstring required

The unique identifier of the attachment.

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.