Get Customer Account Multiple Statements
GET {{baseUrl}}/aggregation/v3/customers/{{customerId}}/accounts/{{accountId}}/statement?index=1,2,3,4,5,6
This endpoint is retrieving the account statement for a given customer. The maximum number of indexes it will fetch for a single login is 24.
Supported regions:
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
index | string | Request statements with comma-separated indexes ranged between 1-24. The default value is 1 and it will return the most recent statement. Increasing the index will return older statements, for example, setting the index value to 6 will return a statement from six months ago. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Finicity-App-Key | string | ||
Finicity-App-Token | string |
RESPONSES
status: OK
{"statements":[{"index":"1","asOfDate":1669036741,"description":"08/28/2020 - 09/27/2020","documentDate":"2020-09-27"},{"index":"2","asOfDate":1669036741,"code":"960","message":"statement not found."}]}