# Download a receipt for a payment transaction **GET /2026-2/payment-transactions/{paymentTransactionId}/downloads/receipt** Redirects to a temporary download URL for the receipt of the given payment transaction. ## Servers - PACE Payment Service: https://api.pace.cloud/payment (PACE Payment Service) ## Authentication methods - Oauth2 - Oauth2 - Oauth2 ## Parameters ### Headers - **Accept** (string) Determines the file type of the download. If the requested media type is not supported, a 406 Not Acceptable response is returned. ### Path parameters - **paymentTransactionId** (string(uuid)) The unique identifier of the payment transaction to download the receipt for. ## Responses ### 302 Redirects to the receipt download URL. ### 400 The request parameters are invalid or missing. ### 401 Client authentication failed. ### 403 Missing one or more required scopes. ### 404 The payment transaction or receipt was not found. ### 406 The requested media type is not supported. ### 500 An internal server error occurred. [Powered by Bump.sh](https://bump.sh)