List movements

Returns a paginated list of the movements of an account, using the link's link_token to authenticate the request. By default the endpoint returns only confirmed movements; use confirmed_only=false to include every status.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

Using the per_page and page parameters

If you are missing movements in our API, try adjusting the per_page parameter to obtain more movements in your requests. Remember that the default value for this parameter is 30 and the maximum value is 300.

Also, if you have more movements than the per_page value, try iterating through our pages using the page parameter. This way you can check all the pages of movements stored.


Path Params
string
required

The id of the account that holds the movements to list.

Query Params
string
required
date

ISO 8601 date. If present, Fintoc returns only movements with post_date on or after since.

date

ISO 8601 date. If present, Fintoc returns only movements with post_date on or before until.

date

ISO 8601 date. If present, Fintoc returns only movements created or updated after updated_since.

string

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

int32

Page number to retrieve. Starts at 1.

boolean

Whether to return only confirmed movements. Defaults to true. When false, the endpoint also returns movements with status processing, reversed, and manually_reversed.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json