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_idstringRequiredformat: "uuid"

Query Parameters

start_datestring or nullOptionalformat: "date"
end_datestring or nullOptionalformat: "date"
transaction_typestring or nullOptional
transaction_statusstring or nullOptional

Response

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

Errors