Download receipt for a transaction
Method: GET
Path: /api/file/receipt/{transactionId}
Downloads the receipt for a completed transaction (Status=30). The receipt contains information about the signing process and serves as proof of the completed transaction.
Parameters
Responses
200
Receipt file successfully retrieved
Content-Type: application/pdf
Type: string
401
Authorization denied - user not authorized to access this transaction
Content-Type: application/json
Schema: ErrorResponse
Properties
Example:
404
Receipt not found
Content-Type: application/json
Schema: ErrorResponse
Properties
Example:
Content-Type: text/plain
Type: string
Example:
406
Not Acceptable - unsupported Accept header
Content-Type: application/json
Schema: ErrorResponse
Properties
Example:
410
Gone - receipt is no longer available (archived or deleted)
Content-Type: application/json
Schema: ErrorResponse
Properties
Example:
500
Internal server error
Content-Type: application/json
Schema: ErrorResponse
Properties
Example: