Commit graph

38 commits

Author SHA1 Message Date
a680b6534c Implemented setting account's displayIndex 2024-09-05 23:03:11 +02:00
cb45c181ae Renamed UserAccount to User 2024-09-05 23:00:17 +02:00
c35026bfcc Implemented transferMoneyAsync() 2024-09-05 22:54:32 +02:00
d48b708a97 Renamed InstantPayment to InstantTransfer 2024-09-05 22:43:14 +02:00
a6caa40267 Fixed using identifier instead of non-unique medium name and suffixed selected properties with -Identifier 2024-09-05 22:31:49 +02:00
4c860e7b20 Changed order of BankAccount properties 2024-09-05 22:25:30 +02:00
9512db3402 Renamed unbooked- to prebookedTransactions 2024-09-05 22:14:01 +02:00
36391c8f20 Also updating retrievedTransactionsFrom on BankAccount 2024-09-03 22:31:05 +02:00
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
5bfe492ada Moved balance up 2024-09-03 22:18:32 +02:00
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
80656bdcdd Fixed name 2024-09-03 20:37:54 +02:00
000a169a00 Added updateAccountTransactions() to BankingClient 2024-09-03 02:17:22 +02:00
aab562ccf4 Updated to that fints4k replaced retrievedTransactionsTo with lastTransactionRetrievalTime 2024-09-03 01:08:04 +02:00
f1dad3bc26 Mapped fints4k Decoupled TAN model 2024-09-02 19:38:37 +02:00
cf50d04ba0 Updated fints4k version to 1.0.0-Alpha-12 2024-09-01 20:03:43 +02:00
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
a983df42b1 Mapping BankingGroup (TODO: but is duplicated code from BankListCreator); added BankingGroup to CustomerAccountViewInfo 2024-08-27 23:36:18 +02:00
72889aeeed Removed smsDebitAccount (there should be rarely a use case for it) 2024-08-27 23:22:04 +02:00
5a2018fd97 Added available and selected TanMedia and TanMethods to CustomerAccount 2024-08-27 02:26:32 +02:00
37c575a1af Mapping preferredTanMethods 2024-08-27 02:16:03 +02:00
f54c03b7bf Added all available TanMedia to TanChallenge 2024-08-27 02:15:24 +02:00
046a0c90eb Added all available TanMethods to TanChallenge 2024-08-27 01:27:03 +02:00
dcfd3ffc87 Added target iosX64 2024-08-26 02:18:12 +02:00
89846a62f2 Mapped remaining properties 2024-08-25 00:47:16 +02:00
ea6c4000f9 Made fields and methods open 2024-08-23 21:33:15 +02:00
1a484e78b8 Added optional method messageLogAdded() to BankingClientCallback and enabled passing FinTsClientConfiguration on to FinTsClient 2024-08-23 17:36:10 +02:00
1abf4bc389 Updated fints4k version to 1.0.0-Alpha-12-SNAPSHOT 2024-08-23 16:30:00 +02:00
02eb0f5804 Configured publishing fints4k-banking-client to codinux Maven repo 2024-08-22 04:15:39 +02:00
ec519f77b5 Updated fints4k version 2024-08-22 03:30:08 +02:00
a7be465008 Only adding the basic CustomerAccount and BankAccount data to TanChallenge. It's absolutely not senseful to send the whole CustomerAccount and BankAccount object over the wire in JSON body 2024-08-18 18:34:46 +02:00
d331a4810c Implemented handling TAN in FinTs4kBankingClient 2024-08-18 17:53:32 +02:00
d57f6d8600 Updated fints4k version 2024-08-18 17:24:56 +02:00
1a13d5620f Using now only creator methods 2024-08-18 03:45:44 +02:00
8613bdb06c Added GetAccountDataRequest so that user can specify credentials and GetAccountDataOptions in one object / request body 2024-08-18 03:34:35 +02:00
7706ab5c99 Made all classes open so that they can be overridden and adjusted 2024-08-17 13:39:34 +02:00
25f3451219 Fixed setting up other targets then JVM (but wasm is not yet supported by fints4j) 2024-08-17 05:12:19 +02:00
3e4dfee615 Added FinTs4kBankingClient 2024-08-17 03:29:17 +02:00