Skip to main content
GET
Get a movement
v1 · Base URL https://api.fintoc.com/v1

Authorizations

Authorization
string
header
required

Path Parameters

account_id
string
required

The id of the account that holds the movement to retrieve.

id
string
required

The id of the movement to retrieve.

Query Parameters

The link_token of the link that holds the account, obtained when you exchanged the link.

Example:

"link_Q0xVGPvijElLRMwE_token_FhsFVurz5q5FycHA5xxhTpzX"

Response

The movement.

id
string
required

Unique identifier of the movement.

Example:

"mov_BO381oEATXonG6bj"

object
any
required

Type of the object. Always movement.

amount
integer
required

Amount of the movement, in the smallest unit of the currency (CLP has no decimals, so the amount is in pesos). Negative for outflows.

Example:

-1717

comment
string | null
required

Comment the sender attached to the movement, as registered at the institution.

Example:

"Pago arriendo"

currency
string
required

Three-letter ISO 4217 currency code of the movement.

Pattern: ^[A-Z]{3}$
Example:

"CLP"

description
string
required

Description of the movement, as registered at the institution.

Example:

"Cargo Seguro Proteccion Bancaria"

document_number
string | null
required

Number of the document associated to the movement (for example, the check number). null if the movement has no associated document.

Example:

"4527230"

pending
boolean
required

Whether the movement is pending consolidation by the institution.

Example:

false

post_date
string<date-time>
required

ISO 8601 timestamp of when the institution consolidated the movement.

Example:

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

recipient_account
null · object · null
required

Account that received the transfer. Only present for transfers; null for every other movement type.

reference_id
string | null
required

Identifier of the movement at the institution: the transfer_id if present, otherwise the document_number.

Example:

"123740123"

sender_account
null · object · null
required

Account that sent the transfer. Only present for transfers; null for every other movement type.

status
enum<string>
required

Status of the movement. processing means Fintoc is verifying whether the institution duplicated or reversed the movement.

Available options:
confirmed,
reversed,
processing,
manually_reversed
Example:

"confirmed"

transaction_date
string<date-time> | null
required

ISO 8601 timestamp of when the movement happened, with time precision. null when the institution only reports the post_date.

Example:

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

transfer_id
string | null
required

Identifier of the transfer at the institution. null if the movement is not a transfer.

Example:

"123740123"

type
enum<string>
required

Type of the movement.

Available options:
check,
transfer,
other
Example:

"transfer"