-
Notifications
You must be signed in to change notification settings - Fork 81
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
Saalesparkasse: Exception: Cannot change TAN mechanism with a standing dialog
#155
Comments
Here the output of the debug script from the documentation:
|
Hi there, I can confirm @Julzk findings: I still have access to another working account and when I put the debug output of the fints library side by side, the only key difference is the approved two-step procedures returned for the user. Working: 921, 922, not working: 923. Does the Best regards, |
This seems to be about the possible TAN authentications, at least that's what I can see from the log: 922: What's the difference here and can you possibly configure this yourself in your account? |
now i use |
I just spoke on the phone to a technology employee at the savings bank. It is actually the case that the Sparkasse is currently rolling out a newer version of the pushTAN. My account (the one that works) is still on the old one, the one that doesn't work is already on the new method. @raphaelm: Do you have the capacity to build support for the new procedure (pushTAN-cas, |
I currently don't, if I have, I will check if my Sparkasse is already part of the rollout. Adding support for something I can't test is usually too time-consuming. |
We also suddenly have this issue since about a week with Berliner Sparkasse. For 1-2 years it was working fine, but it suddenly broke and i also see only '923' under parameters of 'Zugelassene Zwei-Schritt-Verfahren für den Benutzer.' |
The same here since a week. I found some details about the pushTAN CAS standard.
|
Interesting! I have someone willing to pay me to fix that, but I'm lacking an account to test with still. |
If you give me a branch, I'll give you the tracebacks. |
Can you have a look at #162? |
Checked the main branch. Throws error. Installed the branch. It works. There are only a few warnings:
|
Nice one, will check this out soon. 👍🏻 |
I also tried it - it works, thank you! |
Hello,
I got new access data for my online banking and now the query via Fints no longer works. The new access data is stored correctly (if I change it, a different error message appears).
fints
throws me two exceptions directly atThe error also occurs with the test code from the documentation (extended to include the
product_id
parameter, which is mandatory since version 4.0.0).I've already gone through the code with the debugger and noticed that
self.get_tan_mechanisms()
is always empty.Does anyone have an idea what's going wrong here?
Thanks in advance!
The text was updated successfully, but these errors were encountered: