Invoices
Retrieve an invoice
Fetches a single Invoice object by its unique ID. The response includes line-items, totals, status, and payment details.
GET
Path Parameters
ID of the invoice to retrieve.
Query Parameters
Specifies related objects to expand (for example, expand[]=line_items
).
Body
application/json · object
Response
200
application/json
Returns the Invoice object for a valid identifier. If the invoice is in draft state, totals might change until it’s finalized. Raises an error otherwise.