Skip to main content
GET
List statements
This feature is in Beta and not ready for production integration.

Authorizations

Authorization
string
header
required

Application (M2M) OAuth2 access token (client credentials).

Path Parameters

id
string<uuid>
required

The bank account ID.

Query Parameters

startDate
string<date>

Optional inclusive lower bound on statement date.

endDate
string<date>

Optional inclusive upper bound on statement date.

category
enum<string>

Optional statement category filter. See StatementCategoryDto for supported values.

Available options:
ALL,
NOTICES,
STATEMENTS,
TAX_FORMS
limit
default:25

Number of items to return (default 25, max 100).

pagination_token
string

Opaque pagination token from a previous response.

Response

Returns available statements.

A paginated response containing a page of results and navigation tokens.

data
object[]
required

The items in the current page.

nextPaginationToken
null | string

A token that can be sent in the pagination_token query parameter to get the next page of results, or null if there is no next page.

prevPaginationToken
null | string

A token that can be sent in the pagination_token query parameter to get the previous page of results, or null if there is no previous page.