Commit graph

23 commits

Author SHA1 Message Date
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