v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
Statements

List statements

List the statements for a given financial account.

get/v1/financial_accounts/{financial_account_token}/statements

Path parameters

financial_account_tokenstring uuid required

Globally unique identifier for financial account.

Globally unique identifier for financial account.

Query parameters

beginstring date

Date string in RFC 3339 format. Only entries created after the specified date will be included.

Date string in RFC 3339 format. Only entries created after the specified date will be included.

endstring date

Date string in RFC 3339 format. Only entries created before the specified date will be included.

Date string in RFC 3339 format. Only entries created before the specified date will be included.

ending_beforestring

A cursor representing an item's token before which a page of results should end. Used to retrieve the previous page of results before this item.

A cursor representing an item's token before which a page of results should end. Used to retrieve the previous page of results before this item.

page_sizeinteger

Page size (for pagination).

Page size (for pagination).

starting_afterstring

A cursor representing an item's token after which a page of results should begin. Used to retrieve the next page of results after this item.

A cursor representing an item's token after which a page of results should begin. Used to retrieve the next page of results after this item.

include_initial_statementsboolean

Whether to include the initial statement. It is not included by default.

Whether to include the initial statement. It is not included by default.

Response

OK

has_moreboolean required