I want to write my own little Java e-banking application. Basically I want to connect to my personal bank account, upload my latest bank transfers and save them in my own database. Therefore, I can somehow evaluate and display my own transactions, etc.
I know there is a lot of standard software that probably does exactly what I want to do. But I want to encode it myself! :) And in Java.
So my question is: is there a free, safe, and useful Java API that includes HBCI or FinTS standards? I found it for .NET only and was not free.
Any suggestions? Thanks in advance!
source share