Saltar al contenido principal
GET
List Invoices
v1 · Base URL https://api.fintoc.com/v1

Encabezados

Authorization
string
predeterminado:sk_test_9c8d8CeyBTx1VcJzuDgpm4H

Fintoc Secret Key

Parámetros de consulta

The access token of the Link that holds the Invoices to list, returned when creating said Link.

since
string<date>
predeterminado:2021-01-01

Date using <<glossary:ISO 8601>>. If present, return only Invoices with date equal or after since.

until
string<date>
predeterminado:2021-01-31

Date using <<glossary:ISO 8601>>. If present, return only Invoices with date before until (exclusive).

updated_since
string<date>
predeterminado:2021-01-01T00:00:00.000Z

Date using <<glossary:ISO 8601>>. If present, return only Invoices that have updated since updated_since (including it).

issue_type
enum<string>
predeterminado:issued

If present, return ony Invoices with the indicated issue type.

Opciones disponibles:
issued,
received
invoice_status
enum<string>
predeterminado:registered

If present, return only Invoices with the indicated status.

Opciones disponibles:
pending,
registered

Respuesta

200

id
string
Ejemplo:

"inv_nMNejK7BT8oGbvO4"

object
string
Ejemplo:

"invoice"

number
string
Ejemplo:

"135"

institution_id
string
Ejemplo:

"cl_fiscal_sii"

issuer
object
receiver
any
issue_type
string
Ejemplo:

"received"

date
string
Ejemplo:

"2021-06-25T04:00:00.000Z"

total_amount
integer
predeterminado:0
Ejemplo:

12123

net_amount
integer
predeterminado:0
Ejemplo:

1231

currency
string
Ejemplo:

"CLP"

institution_invoice
object