Get invoice receipt (PDF) link API Reference
GET /tenants/{tenant}/invoices/{name}/receipt
Returns a fresh, short-lived URL for the Paddle-hosted invoice (receipt) PDF of a charged invoice. Paddle is Merchant of Record, so this hosted invoice is the tax-inclusive (VAT) document — kupe invoice amounts exclude VAT. Only invoices that have been charged have a receipt: the invoice phase must be Paid or PastDue and the invoice must carry a Paddle transaction ID (set shortly after charging). Other phases return 409. The returned URL is short-lived and authenticated — open or download it immediately; do NOT store it. Request a fresh link each time.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Tenant name
Invoice name (server-controlled; usually {tenant}-{YYYYMMDD}, variants exist — take it from the list response)
Responses
Section titled “ Responses ”Fresh receipt PDF URL (short-lived — do not store)
object
Example
https://paddle.com/invoice/01hv8wptq8987qeep44cyrewp9?token=...Invalid name
object
Missing or invalid authentication
object
Not a member of this tenant
object
Invoice not found, or no hosted invoice available
object
Invoice has not been charged yet (phase not Paid/PastDue)
object
Rate limit exceeded
object
Billing integration not configured or Paddle unavailable