Retrieve a list of all statements associated with an item.
POST /statements/list
The /statements/list endpoint retrieves a list of all statements associated with an item.
Request Body
Required
StatementsListRequest defines the request schema for /statements/list
Parameters
access_token
The access token associated with the Item data is being requested for.
client_id
Your Plaid API
client_id. The client_id is required and may be provided either in the PLAID-CLIENT-ID header or as part of a request body.
secret
Your Plaid API
secret. The secret is required and may be provided either in the PLAID-SECRET header or as part of a request body.
Response
StatementsListResponse defines the response schema for /statements/list
Response Properties
accounts
account_id
Plaid’s unique identifier for the account.
account_mask
The last 2-4 alphanumeric characters of an account’s official account number. Note that the mask may be non-unique between an Item’s accounts, and it may also not match the mask that the bank displays to the user.
account_name
The name of the account, either assigned by the user or by the financial institution itself.
account_official_name
The official name of the account as given by the financial institution.
account_subtype
The subtype of the account. For a full list of valid types and subtypes, see the Account schema.
account_type
The type of account. For a full list of valid types and subtypes, see the Account schema.
statements
The list of statements’ metadata associated with this account.
statement_id
Plaid’s unique identifier for the statement.
date_posted
Date when the statement was posted by the FI, if known
month
Month of the year. Possible values: 1 through 12 (January through December).
year
The year of statement.
institution_id
The Plaid Institution ID associated with the Item.
institution_name
The name of the institution associated with the Item.
item_id
The Plaid Item ID. The
item_id is always unique; linking the same account at the same institution twice will result in two Items with different item_id values. Like all Plaid identifiers, the item_id is case-sensitive.
request_id
A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.