Skip to main content
Intuit Account Statements

A single account statement, expressed in the FDX statement shape. The self entry in links points at the endpoint that returns the statement PDF; that endpoint responds with a 302 redirect to a short-lived, pre-signed download URL.

List Intuit statements for an account

List statements for an authorized account, ordered from most recent to oldest. Restrict the window with the optional startTime and endTime ISO 8601 date parameters, which filter on the statement’s closing date. Each entry includes a links.self.href pointing at the endpoint that returns the statement PDF.

curl \
  --url "${INCREASE_URL}/fdx/intuit/accounts/account_in71c4amph0vgo2qllky/statements?offset=qwer123454q2f&limit=100" \
  -H "Authorization: Bearer ${INCREASE_API_KEY}"
Parameters
account_id
string
Required

The identifier of the Account to retrieve.

More about Accounts.
startTime
string

Start time for use in retrieval of elements (ISO 8601).

endTime
string

End time for use in retrieval of elements (ISO 8601).

offset
string

Return the page of entries after this one.

limit
integer

Limit the size of the list that is returned. The default (and maximum) is 100 objects.

Defaults to 100