action openbankingproject_get_transaction_list { label: "Read transaction list of an account" description: "Read transaction reports or transaction lists of a given account ddressed by \"account-id\", depending on the steering parameter\n\"bookingStatus\" together with balances.\n\nFor a given account, additional parameters are e.g. the attributes \"dateFrom\" and \"dateTo\".\nThe ASPSP might add balance information, if transaction lists without balances are not supported.\n" provider: openbankingproject method: GET path: "/v1/accounts/{account-id}/transactions" encoding: json output: { type: "object" additionalProperties: true } }