List invoices
Returns a paginated list of the invoices of the fiscal link associated with the link_token, sorted by descending document date. For links created with the invoices product, Fintoc returns every document the fiscal authority reports. For links created with the income product, Fintoc returns only the fee receipts for professional services the account holder issued.
v1 · Base URL https://api.fintoc.com/v1Authorizations
Query Parameters
Access token of the fiscal link that holds the invoices, returned when the link is created.
"link_6n12zLmai3lLE9Dq_token_gvEJi8FrBge4fb3cz7Wp856W"
ISO 8601 date. If present, Fintoc returns only invoices with date on or after this value.
"2021-01-01"
ISO 8601 date. If present, Fintoc returns only invoices with date on or before this value.
"2021-01-31"
ISO 8601 datetime. If present, Fintoc returns invoices updated on or after the earlier of this value and the last successful invoices refresh timestamp. If the account has not been refreshed yet, this filter does not narrow the result set.
"2021-01-01T00:00:00.000Z"
If present, Fintoc returns only invoices with this issue type. One of issued (sales documents) or received (purchase documents).
issued, received "issued"
If present, Fintoc returns only invoices with this status. One of registered (appears in the official registry) or pending (awaits acknowledgment from the receiver).
registered, pending "registered"
Page number to retrieve, starting at 1. Defaults to 1.
Number of invoices per page. Defaults to 30. The maximum is 300.
Response
Paginated list of invoices, sorted by descending document date. The Link and X-Total-Count headers carry the pagination information.
Unique identifier of the invoice.
"inv_9qXbVNDzgrXyq2Oa"
Type of the object. Always invoice.
Three-letter ISO 4217 currency code of the document amounts, in uppercase. null when the fiscal authority does not report it.
"CLP"
ISO 8601 timestamp of the document date. For grouped summary entries, corresponds to the last day of the tax period each entry covers.
"2021-05-12T00:00:00.000Z"
Identifier of the fiscal authority that reported the invoice. One of cl_fiscal_sii (Chilean tax authority, SII) or mx_fiscal_sat (Mexican tax authority, SAT).
cl_fiscal_sii, mx_fiscal_sat "cl_fiscal_sii"
Detail specific to the fiscal authority that reported the invoice: a sii_invoice for SII invoices or a sat_invoice for SAT invoices.
- Option 1
- Option 2
Whether the account holder issued or received the document. One of issued (sales documents) or received (purchase documents).
issued, received "received"
Party that issued the document. null when the account holder issued the document or when the entry is a grouped summary.
Net amount of the document, in the smallest unit of currency (for example, 1000 for $1000 CLP, since CLP has no minor unit, or 1000 for $10.00 MXN).
100000
Number of the document in the fiscal authority's registry, for example the folio of an SII document. null when the registry does not report a number.
"2611"
Party that received the document. null when the account holder received the document or when the entry is a grouped summary.
Tax period the document belongs to, in MM/YYYY format.
"05/2021"
Total amount of the document, including taxes, in the smallest unit of currency (for example, 1000 for $1000 CLP, since CLP has no minor unit, or 1000 for $10.00 MXN).
119000