For AI agents: visit https://docs.fintoc.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
{
"id": "acst_3COTQ3yzsq7Y6irrhHlm2R8d5XQ",
"start_date": "2026-03-01",
"end_date": "2026-03-31",
"total_debited_cents": 460000,
"total_credited_cents": 1159675,
"initial_balance_cents": 0,
"final_balance_cents": 699675,
"download_url": "https://storage.googleapis.com/fin-sandbox-core-statements-prd/corg_3AOGg2wCBU78MtvheS1ecdjW3lm/AccountStatement/acst_3COTQ3yzsq7Y6iSsqHlm2R8d5XQ/account_statement/20260415121957660-statement-0350-03-2026.pdf?GoogleAccessId=sa-url-presigning-prd%40fin-prd-wch4ah7y4a.iam.gserviceaccount.com&Expires=1776269474&Signature=xxxxxx&response-content-disposition=attachment",
"created_at": "2026-04-15T12:19:58.096Z",
"object": "account_statement"
}
| Field | Type | Description |
|---|
id | string | Unique identifier for the statement |
start_date | string | Start date of the statement period in ISO 8601 format |
end_date | string | End date of the statement period in ISO 8601 format |
total_debited_cents | integer | Total amount debited during the period, in cents |
total_credited_cents | integer | Total amount credited during the period, in cents |
initial_balance_cents | integer | Account balance at the start of the period, in cents |
final_balance_cents | integer | Account balance at the end of the period, in cents |
download_url | string | Signed URL to download the statement as a PDF. Expires after a short time window. |
created_at | string | ISO 8601 timestamp of when the account statement was generated |
object | string | Always "account_statement" |