Returns a link to an invoice PDF for a transaction.
Invoice PDFs are available for both automatically and manually-collected transactions:
billed or completed.completed.Invoice PDFs aren’t available for zero-value transactions.
The link returned is not a permanent link. It expires after an hour.
Requests are authenticated with API keys. Provide your API key as a Bearer token in the Authorization header.
API keys are assigned permissions, granting them access to entities and operations.
Each endpoint may require one or more permissions, defined with the x-permissions extension.
Values for include parameters may require specific permissions as defined in the x-enum-permissions extension.
See all available permissions in the permission schema or documentation.
Get an API key and select the permissions you need from the Paddle dashboard under Paddle > Developer Tools > Authentication.
Paddle ID of the transaction entity to work with.
"txn_01gw225vv6tjbb5gnt062a3k5v"
Determine whether the generated URL should download the PDF as an attachment saved locally, or open it inline in the browser.
Default: attachment.
attachment, inline