Get Account Statements
Returns the list of statements for an account.
Feature: ACCOUNT_STATEMENTS
Documentation Index
Fetch the complete documentation index at: https://docs.yapily.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use HTTP Basic Authentication with your Application ID as username and Application Secret as password. Manage credentials in the Yapily Console. See Authentication for details.
Headers
Mandatory. The consent-token containing the user's authorisation to make the request.
The sub-application ID to which event type is being subscribed to
Path Parameters
Mandatory. The account Id of the user's bank account.
Query Parameters
Optional. Returned transactions will be on or after this date (yyyy-MM-dd'T'HH:mm:ss.SSSZ).
Optional. Returned transactions will be on or before this date (yyyy-MM-dd'T'HH:mm:ss.SSSZ).
Optional. The maximum number of transaction records to be returned. Must be between 1 and 1000.
Optional. Sort transaction records by date ascending with 'date' or descending with '-date'. The default sort order is descending The attribute on which resources / records returned should be sorted. Valid options for the sort parameter.
date, -date Optional. The number of transaction records to be skipped. Used primarily with paginated results.