Skip to content

Java 11, Bank list Admin API, Consent expired error handling

Compare
Choose a tag to compare
@valb3r valb3r released this 18 Nov 08:42
· 392 commits to develop since this release
  • Uses Java 11
  • Includes Admin API to manipulate bank, bank protocol and profile configuration using REST endpoint
  • API YAMLs are available in separate JAR file
  • Removed some unused fields from API
  • Support for online loading of bank accounts/transactions in HBCI (bypassing older cached results)
  • Encryption configuration is persisted to database
  • HBCI wrong PIN/TAN cases handling (retry with new pin if provided was wrong)
  • Improved FireFly importer to include Force concent update to ensure new consent will be granted
  • Added transaction classification/categorization to FireFly importer
  • Handling of Consent expired messages by exposing them as non-generic error in API. Now possible to clearly catch this case on client side