-
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
Postbank BestSign Login #89
Comments
I don't think so. I don't know enough about BestSign to decide if this is a duplicate to #72, though |
Thank you for your fast response! It's not exactly a duplicate (that's why I opened up this issue specifically for BestSign) but definitely related as this method has been introduced due to PSD2. I hope they do not shut down the FinTS interface completely. I will contact Postbank and keep you updated. |
Related to #72 because of PSD2 I think, but BestSign is conceptually different to usual TAN methods: You get a push message on your smartphone that prompts you to permit the request (which you must confirm with a password or your fingerprint), so there is no TAN to enter and send back via FinTS. I have no clue how (or even if) the server notifies the client that the transaction was confirmed, though. But as I'm still able to use MobileTAN, this is currently no big issue (for me). With your current
When set to 930 (MobileTAN), the results are as expected:
|
Actually I think this is related. BestSign can act as a TAN generator - in that case the BestSign app on the smartphone displays a 6-character TAN after successful authentication, which the user can then manually enter into the application that requested authentication. |
Hello,
thank you for your great software! :)
Since Postbank has established new ways of authentication, I wanted to ask if someone already managed to do a login with python-fints using the BestSign authentication mechanism.
When you do the usual initializiation like
f = FinTS3PinTanClient(BLZ, PostbankID, password, 'https://hbci.postbank.de/banking/hbci.do')
and afterwards callf.get_sepa_accounts()
there is this (new) error:Usually a login attempt triggers the BestSign app to authorize the login but in this case, I only get the error messages.
Probably I have misconfigured (or not yet configured) something.
Has anyone connected succesfully using this BestSign method, yet?
Thanks to you!
The text was updated successfully, but these errors were encountered: