v1

latestOpenAPI 3.0.22026-07-24113565544.0 KB
Statements

List Account Statements

Retrives a list of Account Statements by accountID.

get/accounts/{accountID}/statements

Path parameters

accountIDstring required

The user's unique account identifier.

Example:cc07f91b-7ee1-4868-b8fc-823c70a1b932.1407775317759

Response

Retrieving a list of Account Statements by accountID was Successful.

displayNamestring

Description of account statement file.

fileKeystring

Key to be used to retrieve account statement PDF. Reference Get Statement File for retrieving an account statement.

Example response

[
  {
    "displayName": "Apr 28, 2017 Statement",
    "fileKey": "2017042802"
  }
]