-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Sparkasse] Device Recognition #45
Comments
Hi @Clauscomputing , In the dawn of #44 and #43 I was already looking into the whole process of decoupled TAN processes. I am on it and am trying to find a feasible way of introducing it. As far as I can tell we "just" need to wait for the Push TAN confirmation and have to specify the Job reference in the following request using a |
That would be great! Let me know if I can help. |
Hi @Clauscomputing , |
Me again, the latest commits in https://github.com/mitch000001/go-hbci/tree/issue-44 add a function to the client init which tries to register itself as a trusted device and waits for a conclusion of the bank. This version sends a TAN sync message, which gets an answer from the institute telling that the signature is malformed. Not sure why actually. |
Thanks! I'll have a look! |
Hi @mitch000001 , just gave it a try and it stops with
910 "chipTAN manuell" would be correct... |
Hi,
unfortunately my bank (Sparkasse) recently introduced device regnognition (Geräteerkennung). This means that every client has to be authenticated with a TAN at least once. Additionally some kind of cookie has to be stored for the next session.
I was able to make this work with Python FinTS and storing/loading the client object with docs.
Any chance to get this working again with go-hbci?
Thanks and best regards
The text was updated successfully, but these errors were encountered: