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

Encabezados

Authorization
string
predeterminado:sk_test_9c8d8CeyBTx1VcJzuDgpm4H

Fintoc Secret Key

Parámetros de ruta

id
string
predeterminado:acc_qNDRKQeTpbAKvpnW
requerido

The id of the Account that holds the movements you want to list.

Parámetros de consulta

The access token of the Link associated to the account, returned when creating said Link.

since
string<date>

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

until
string<date>

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

per_page
string

Amount of movements per page. Defaults to 30. The maximum amount is 300.

page
integer<int32>

The page being retrieved by the endpoint. Starts from 1.

confirmed_only
boolean
predeterminado:true

Show only the confirmed movements. Defaults to true. When false, the endpoint will show movements that are not only confirmed, but pending, reversed and duplicated.

Respuesta

200

id
string
Ejemplo:

"mov_BO381oEATXonG6bj"

object
string
Ejemplo:

"movement"

amount
integer
predeterminado:0
Ejemplo:

-1717

post_date
string
Ejemplo:

"2020-04-06T00:00:00.000Z"

description
string
Ejemplo:

"Cargo Seguro Proteccion Bancaria"

transaction_date
string
Ejemplo:

"2020-04-04T02:19:23.000Z"

currency
string
Ejemplo:

"CLP"

type
string
Ejemplo:

"other"

pending
boolean
predeterminado:true
Ejemplo:

false

recipient_account
any
sender_account
any
comment
any