get_transaction_invoice
Retrieve a temporary link to download or view transaction invoice PDFs from Paddle for payment verification and tax reporting purposes.
Instructions
This tool will retrieve a link to an invoice PDF for a transaction from Paddle.
Invoice PDFs are available for both automatically and manually-collected transactions:
The PDF for manually-collected transactions includes payment terms, purchase order number, and notes for the customer. It's a demand for payment from the customer. Available for transactions billed or completed.
The PDF for automatically-collected transactions lets the customer know that payment was taken successfully. Customers may require this for for tax-reporting purposes. Available for transactions completed.
Invoice PDFs aren't available for zero-value transactions.
The link returned isn't a permanent link. It expires after an hour.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transactionId | Yes | Paddle ID of the transaction. | |
| disposition | No | Determine whether the generated URL should download the PDF as an attachment saved locally, or open it inline in the browser. If omitted, defaults to `attachment`. |