Commit Graph

65 Commits

Author SHA1 Message Date
dankito c0e9db7234 Updating balance 2024-10-04 06:33:13 +02:00
dankito 786b849c8f Fixed checking if retrievedTransactionsFrom has been updated 2024-10-04 06:33:03 +02:00
dankito 2164bc5a94 Fixed getting fints TanMethod in existing TanMethods 2024-09-26 14:23:42 +02:00
dankito 00b26e3bd0 Made parsedDataSet, mimeType and imageBytesBase64 nullable, as in case of decoding error they are not set 2024-09-26 14:23:04 +02:00
dankito 0bf5b19f4a Updated fints4k version to 1.0.0-Alpha-15-SNAPSHOT 2024-09-26 10:38:28 +02:00
dankito a21861178b Updated fints4k version to 1.0.0-Alpha-14 2024-09-19 21:26:47 +02:00
dankito f160c50d18 Added fints4k option appendFinTsMessagesToLog to easily configure if FinTS messages should get added to log 2024-09-18 17:40:34 +02:00
dankito 9aeca393dc Updated fints4k to version 1.0.0-Alpha-14-SNAPSHOT 2024-09-18 17:34:08 +02:00
dankito 145686b453 Updated to new fints4k version 2024-09-17 17:52:52 +02:00
dankito 2853087836 Applied renaming selectedTanMethodId to selectedTanMethodIdentifier and selectedTanMediumName to selectedTanMediumIdentifier also to TanChallenge 2024-09-17 17:18:27 +02:00
dankito 045774ff3f Made collections val MutableList to be overridable with a derived collection class 2024-09-17 00:28:43 +02:00
dankito 400c13d6a2 Added countryCode 2024-09-16 17:30:49 +02:00
dankito 62482fb5a3 Renamed bankCode to domesticBankCode 2024-09-16 17:22:46 +02:00
dankito 72608a444d Renamed User to BankAccess 2024-09-16 16:33:08 +02:00
dankito fd7a3bc747 Added arithmetic operations to Amount 2024-09-12 03:30:00 +02:00
dankito 825dc7c8b9 Copied referenced methods over from fints4k so i could make fints4k dependency an implementation detail 2024-09-11 23:59:20 +02:00
dankito 54940742f7 Renamed lastTransactionsRetrievalTime to lastAccountUpdateTime 2024-09-11 23:21:06 +02:00
dankito 5187e34797 Implemented mapping Holdings 2024-09-11 22:47:13 +02:00
dankito c5b7967ce1 Added tanMethodsNotSupportedByApplication to filter out TanMethods not supported by application (by default: ChipTanUsb) 2024-09-10 03:26:39 +02:00
dankito 97604d59c9 Implemented changing TAN method (but better find instance in FinTsData instead of creating a new instance) 2024-09-10 01:21:33 +02:00
dankito aa7b7afaf0 Passing known bank data on to FinTsClient as e.g. bank names returned from bank server are often quite bad, e.g. DB24 for Deutsche Bank 2024-09-09 23:01:57 +02:00
dankito 1f8fecca7c Passing fints4k's new addTanExpiredCallback on to BankingClient 2024-09-09 03:40:25 +02:00
dankito 705740a0d0 Disabled test as it's not a real test 2024-09-08 22:58:52 +02:00
dankito d8499b4ce2 Updated to new fints4k model 2024-09-08 22:58:28 +02:00
dankito 4acb58b571 Added finTsServerAddress 2024-09-08 22:44:08 +02:00
dankito e6aec071a2 Using the default values from GetAccountDataOptions. Fixes that otherwise fints4k uses other preferred TAN methods than BankingClient 2024-09-08 21:56:51 +02:00
dankito 713bfa4b50 Matched AccountTransaction property names that ones from fints4k 2024-09-05 23:26:40 +02:00
dankito a680b6534c Implemented setting account's displayIndex 2024-09-05 23:03:11 +02:00
dankito cb45c181ae Renamed UserAccount to User 2024-09-05 23:00:17 +02:00
dankito c35026bfcc Implemented transferMoneyAsync() 2024-09-05 22:54:32 +02:00
dankito d48b708a97 Renamed InstantPayment to InstantTransfer 2024-09-05 22:43:14 +02:00
dankito a6caa40267 Fixed using identifier instead of non-unique medium name and suffixed selected properties with -Identifier 2024-09-05 22:31:49 +02:00
dankito 4c860e7b20 Changed order of BankAccount properties 2024-09-05 22:25:30 +02:00
dankito 9512db3402 Renamed unbooked- to prebookedTransactions 2024-09-05 22:14:01 +02:00
dankito 36391c8f20 Also updating retrievedTransactionsFrom on BankAccount 2024-09-03 22:31:05 +02:00
dankito a9ebad0793 Fixed identifying TAN media as e.g. Sparkasse named all their TanGenerator media "SparkassenCard (Debitkarte)" - so it was not possible to differentiate between them 2024-09-03 22:23:27 +02:00
dankito 5bfe492ada Moved balance up 2024-09-03 22:18:32 +02:00
dankito 469ee275c9 Updated to fints4k changes: lastTransactionRetrievalTime has been renamed to lastTransactionsRetrievalTime and its type has been changed to Instant 2024-09-03 21:35:26 +02:00
dankito 80656bdcdd Fixed name 2024-09-03 20:37:54 +02:00
dankito 000a169a00 Added updateAccountTransactions() to BankingClient 2024-09-03 02:17:22 +02:00
dankito aab562ccf4 Updated to that fints4k replaced retrievedTransactionsTo with lastTransactionRetrievalTime 2024-09-03 01:08:04 +02:00
dankito f1dad3bc26 Mapped fints4k Decoupled TAN model 2024-09-02 19:38:37 +02:00
dankito cf50d04ba0 Updated fints4k version to 1.0.0-Alpha-12 2024-09-01 20:03:43 +02:00
dankito afade80bcb Renamed Customer to User which is the correct term ((many) users can access a customer account at a bank; the one, that accesses a customer account over FinTS is not necessary the customer that owns the account) 2024-08-28 00:00:57 +02:00
dankito a983df42b1 Mapping BankingGroup (TODO: but is duplicated code from BankListCreator); added BankingGroup to CustomerAccountViewInfo 2024-08-27 23:36:18 +02:00
dankito 72889aeeed Removed smsDebitAccount (there should be rarely a use case for it) 2024-08-27 23:22:04 +02:00
dankito 5a2018fd97 Added available and selected TanMedia and TanMethods to CustomerAccount 2024-08-27 02:26:32 +02:00
dankito 37c575a1af Mapping preferredTanMethods 2024-08-27 02:16:03 +02:00
dankito f54c03b7bf Added all available TanMedia to TanChallenge 2024-08-27 02:15:24 +02:00
dankito 046a0c90eb Added all available TanMethods to TanChallenge 2024-08-27 01:27:03 +02:00