List Transactions

Retrieves all transactions for the specified account with optional filtering

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

account_idstringRequired

Query parameters

id_typeenum or nullOptional
Type of the account id. Must be 'institution' or 'None'.
Allowed values:
start_datestring or nullOptionalformat: "date"
end_datestring or nullOptionalformat: "date"
transaction_typeenum or nullOptional
Allowed values:
transaction_statusenum or nullOptional
Allowed values:

Response

Successful Response
idstring
account_idstring
institution_idstring
amountstring
transacted_atstring
transaction_statusenum
Allowed values:
is_interest_paymentboolean
transaction_typeenum
Allowed values:
descriptionstring or null
posted_atstring or null
institution_transaction_idstring or null

Errors