Invoice line item object

The Invoice Line Item object

An InvoiceLineItem represents a single charge on an invoice, including its amount, quantity, and billing period. It appears in the lines array of an Invoice, where each item contributes to the invoice total.

{
  "id": "il_348nasdfsdf",
  "object": "line_item",
  "amount": 15000,
  "currency": "CLP",
  "period_end": "2025-09-01T00:00:00Z",
  "period_start": "2025-08-01T00:00:00Z",
  "quantity": 1
}
AttributeTypeDescription
idstringUnique identifier for the line item
objectstringAlways "line_item"
amountintegerAmount in the smallest currency unit (i.e 1000 cents for 10.00 MXN, or 1.000 for CLP, Chilean Peso being a zero-decimal currency)
currencystringCurrency ISO code. Only CLP supported for the moment.
period_endstringISO 8601 end of the billing period
period_startstringISO 8601 start of the billing period
quantityintegerQuantity of items