List account statements
Lists the account statements of one of your accounts for the live or test mode of the API key you use. Filter by date range with the since and until query parameters. The response is paginated. Use starting_after, ending_before, and limit to page through the results. When more results are available, the Link response header carries the URL of the next page.
v2 · Base URL https://api.fintoc.com/v2Autorizaciones
Parámetros de ruta
Unique identifier of the account whose statements you want to list.
Parámetros de consulta
Lower bound for the statement period. Returns statements whose end_date is on or after this ISO 8601 date.
"2026-01-01"
Upper bound for the statement period. Returns statements whose start_date is on or before this ISO 8601 date.
"2026-03-31"
Cursor that fetches the next page of account statements. Use the ID of the last account statement from the current page.
"acst_2rNxBkOrlHoOYsZTyQYhA0o8Ek0"
Cursor that fetches the previous page of account statements. Use the ID of the first account statement from the current page.
"acst_2rNxBkOrlHoOYsZTyQYhA0o8Ek0"
Maximum number of account statements to return per page. Ranges from 1 to 300. Defaults to 30.
50
Respuesta
List of account statements for the account.
Unique identifier of the account statement.
"acst_2daFu0zqqDtZGJaSi2TGI2Mm1nN"
Type of the object. Always account_statement.
Point in time when Fintoc generated the statement, as an ISO 8601 datetime in UTC.
"2026-03-01T12:00:00.000Z"
URL to download the statement PDF. null when the file is not yet available.
"https://fintoc.com/account_statements/astmt.pdf"
Last day covered by the statement, as an ISO 8601 date.
"2026-02-28"
Account balance at the end of the period, in the smallest currency unit.
1500000
Account balance at the start of the period, in the smallest currency unit.
1000000
First day covered by the statement, as an ISO 8601 date.
"2026-02-01"
Total credited during the period, in the smallest currency unit.
1000000
Total debited during the period, in the smallest currency unit.
500000