Authorizations
Headers
Body
TransactionsGetRequest defines the request schema for /transactions/get
The access token associated with the Item data is being requested for.
The earliest date for which data should be returned. Dates should be formatted as YYYY-MM-DD.
The latest date for which data should be returned. Dates should be formatted as YYYY-MM-DD.
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.
An optional object to be used with the request. If specified, options must not be null.
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
OK
TransactionsGetResponse defines the response schema for /transactions/get
An array containing the accounts associated with the Item for which transactions are being returned. Each transaction can be mapped to its corresponding account via the account_id field.
An array containing transactions from the account. Transactions are returned in reverse chronological order, with the most recent at the beginning of the array. The maximum number of transactions returned is determined by the count parameter.
The total number of transactions available within the date range specified. If total_transactions is larger than the size of the transactions array, more transactions are available and can be fetched via manipulating the offset parameter.
Metadata about the Item.
A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.