OpenAPI 3.0.0raw.githubusercontent.com2026-08-0915378562.5 KB

c2d0eb64b01a

Billing

Get invoice PDF URL

Returns a Stripe-hosted PDF URL for the invoice. The URL is short-lived; fetch fresh when you need to hand it to a user.

Requesting an invoice that does not belong to the caller's organization returns 404 (not 403), so a foreign invoice ID cannot be confirmed to exist.

get/payment/v1/invoices/{invoiceId}/pdf

Path parameters

invoiceIdstring required

Stripe invoice ID (e.g. in_1THiCSRwh8g1U6dfOcUtTdq9).

Response

Stripe-hosted PDF URL for the invoice.

successboolean required

Example response

{
  "success": true
}