Skip to main content
GET
List Movements
v1 · Base URL https://api.fintoc.com/v1

Headers

Authorization
string
default:sk_test_9c8d8CeyBTx1VcJzuDgpm4H

Fintoc Secret Key

Path Parameters

id
string
default:acc_qNDRKQeTpbAKvpnW
required

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

Query Parameters

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
default: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.

Response

200

id
string
Example:

"mov_BO381oEATXonG6bj"

object
string
Example:

"movement"

amount
integer
default:0
Example:

-1717

post_date
string
Example:

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

description
string
Example:

"Cargo Seguro Proteccion Bancaria"

transaction_date
string
Example:

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

currency
string
Example:

"CLP"

type
string
Example:

"other"

pending
boolean
default:true
Example:

false

recipient_account
any
sender_account
any
comment
any