# Download quote PDF Download the PDF for a finalized quote. Explanation for special handling can be found [here](https://docs.stripe.com/quotes/overview.md#quote_pdf) ## Returns The PDF file for the quote. ```curl curl https://files.stripe.com/v1/quotes/qt_0J1EnX589O8KAxCGEdmhZY3r/pdf \ -u "<>" \ -H "Stripe-Version: 2025-11-17.clover" ``` ### Response ```json {} ```