Invoice

Get an invoice

Fetch a single invoice by its ID, including its line items, charges, non-voided payments, and custom field values. Read-only, with no side effects. Returns 404 when no invoice with that ID exists in the caller's company. Required permission: invoices_permissions_view. The authenticated user must also have access to the requested invoice under their team restrictions, otherwise the request is rejected even though the invoice exists.

get/public/v1/invoices/{id}

Path parameters

idstring required

The invoice's ID — the id returned by the list and show invoice endpoints.

Response

An invoice

Changes

No recorded changes to this endpoint across all 2 revisions of this API.