• Register

Retrieve documents

This API allows to retrieve the remittance attached document as a downloadable binary file.

#### Request Structure
Parameter Type Mandatory Description
ticketId String Y Unique identifier of the remittance ticket
fileName String Y Name of the remittance document to be retrieved, including its extension
#### Response Structure
Element Type Description
Body Binary Binary content of the requested remittance document. The file is returned directly in its original format and can be downloaded by the client.
Content-Type HTTP Header MIME type of the returned file, based on the document format. For example: application/pdf, text/plain, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.
Content-Disposition HTTP Header Attachment header used to return the document as a downloadable file with the requested file name.
#### Response Example

Docs Navigation