Redirects to a temporary download URL for the receipt of the given payment transaction.
Headers
-
Determines the file type of the download. If the requested media type is not supported, a 406 Not Acceptable response is returned.
GET
/2026-2/payment-transactions/{paymentTransactionId}/downloads/receipt
curl \
--request GET 'https://api.pace.cloud/payment/2026-2/payment-transactions/6e40be56-ef5f-4a86-a666-aa7a89f39e26/downloads/receipt' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Accept: string"