# Create a delivery note download for a payment transaction **POST /2026-2/payment-transactions/{paymentTransactionId}/downloads/delivery-note** Creates a temporary download URL for the delivery note 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 delivery note for. ## Responses ### 201 The delivery note download has been created successfully. #### Body: application/json (object) - **data** (object) The download details for the delivery note. ### 400 The request parameters are invalid or missing. ### 401 Client authentication failed. ### 403 Missing one or more required scopes. ### 404 The payment transaction or delivery note was not found. ### 406 The requested media type is not supported. ### 500 An internal server error occurred. [Powered by Bump.sh](https://bump.sh)