v2

latestOpenAPI 3.0.12026-07-2693281951.6 KB
Financial Data

Get Account Statements

Returns the list of statements for an account.

Feature: ACCOUNT_STATEMENTS

get/accounts/{accountId}/statements

Path parameters

accountIdstring required

Mandatory. The account Id of the user's bank account.

Query parameters

fromstring

Optional. Returned transactions will be on or after this date (yyyy-MM-dd'T'HH:mm:ss.SSSZ).

beforestring

Optional. Returned transactions will be on or before this date (yyyy-MM-dd'T'HH:mm:ss.SSSZ).

limitinteger

Optional. The maximum number of transaction records to be returned. Must be between 1 and 1000.

sort'date' | '-date'

The attribute on which resources / records returned should be sorted. Valid options for the sort parameter.

Optional. Sort transaction records by date ascending with 'date' or descending with '-date'. The default sort order is descending

offsetinteger

Optional. The number of transaction records to be skipped. Used primarily with paginated results.

Headers

consentstring required

Mandatory. The consent-token containing the user's authorisation to make the request.

sub-applicationstring uuid

The sub-application ID to which event type is being subscribed to

Response

Ok