Returns comprehensive details for a single invoice including all metadata, processing information, and payment status.
This endpoint provides the complete invoice record with:
๐ก Tip: Use this endpoint after getting results from the list endpoint to get full details for specific invoices.
Invoice UUID - Unique identifier of the invoice to retrieve
API version to use (optional, defaults to latest)
Comma-separated list of fields to expand. Options: history, gl_splits. Use history to include the full audit log. Use gl_splits to include GL account splits (real splits or virtual splits derived from line-item mappings).
Currency code (ISO 4217)
Payment information (only present if payment_status is โpaidโ)
Header-level dimension mappings. Contains accounting dimensions assigned to the invoice header (e.g., Department, Class, Location).
Result of items processing (only present in PATCH response when items were included in request)
Audit history of the invoice. Only present when expand=history is passed as a query parameter.