Skip to content

com.brankas.tap.statement-tap 4.0.0

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>com.brankas.tap</groupId>
  <artifactId>statement-tap</artifactId>
  <version>4.0.0</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

4.0.0 - 2023-01-16

Added

  • Balance Retrieval Support (set includeBalance in StatementTapRequest to true)
  • optional internal logging to monitor API Service Calls and Tap Web App Screen Flow
  • isLoggingEnabled within initialize() function to choose whether to enable or disable sending of logs; default value is true

Changed

  • returned object after calling checkout function to StatementResponse which includes statementId, statementList (when statementRetrievalRequest is not null) and accountList (when includeBalance is set to true)
  • getEnabledBanks to add support for Balance Retrieval (set includeBalance to true to get a combined set of banks that support both Statement and Balance Retrievals)
  • Kotlin version from 1.5.1 to 1.7.1