Retrieve Invoice Pdf
Returns the time-limited PDF download link for a single invoice belonging to the employer’s billing customer. invoice_id is the external Chargebee id (not a prefixed UUID). The caller must be authorized for the employer; an unknown or unauthorized employer or invoice returns 404.
Authentication
API Key or Access Token authentication using Bearer token in Authorization header. API keys use the vit_apk_ prefix, access tokens use the vit_at_ prefix.
Path parameters
Unique employer identifier (empr_*)
External Chargebee invoice id (not a prefixed UUID).
Headers
Response headers
Unix timestamp (seconds) when the rate limit window resets
Response
A short-lived download link for the invoice PDF.

