Get a PDF download URL for one invoice.
Use this endpoint when a user clicks “download invoice” in billing UI.
Security behavior:
404 for unknown invoices or ownership mismatch.Response:
404 if the invoice has no PDF yet.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Stripe invoice identifier returned by the list endpoint.
Download URL for the requested invoice.
Direct download URL for the invoice PDF generated by Stripe.