Account Statement Object

{
  "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"
}

Account Statement Object

FieldTypeDescription
idstringUnique identifier for the statement
start_datestringStart date of the statement period in ISO 8601 format
end_datestringEnd date of the statement period in ISO 8601 format
total_debited_centsintegerTotal amount debited during the period, in cents
total_credited_centsintegerTotal amount credited during the period, in cents
initial_balance_centsintegerAccount balance at the start of the period, in cents
final_balance_centsintegerAccount balance at the end of the period, in cents
download_urlstringSigned URL to download the statement as a PDF. Expires after a short time window.
created_atstringISO 8601 timestamp of when the account statement was generated
objectstringAlways "account_statement"