For AI agents: visit https://docs.fintoc.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
{
"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
}
| Attribute | Type | Description |
|---|
id | string | Unique identifier for the line item |
object | string | Always "line_item" |
amount | integer | Amount 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) |
currency | string | Currency ISO code. Only CLP supported for the moment. |
period_end | string | ISO 8601 end of the billing period |
period_start | string | ISO 8601 start of the billing period |
quantity | integer | Quantity of items |