Skip to content
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

netbank - 'Anzahl Signaturen für diesen Auftrag unzureichend laut UPD oder BPD.' #103

Open
agross opened this issue Jan 2, 2020 · 1 comment

Comments

@agross
Copy link

agross commented Jan 2, 2020

Describe the bug
Anzahl Signaturen für diesen Auftrag unzureichend laut UPD oder BPD. when fetching transactions for the last 30 days.

Bank I tested this with
Name of the bank: netbank
FinTS URL: https://banking.netbank.de/hbci

Expected behavior
List of transactions

Code required to reproduce
https://python-fints.readthedocs.io/en/latest/trouble.html

Log output / error message

log.txt

@TomBraider42
Copy link

Same here.
Login, set tan mechanism, get balance, get information, all works.
Get transactions returns empty list.
Responce:

Dialog response: 9050 - Die Nachricht enthält Fehler.
Dialog response: 9370 - Anzahl Signaturen für diesen Auftrag unzureichend laut UPD oder BPD.
Found 0 transactions

With version 2.2 psd2 branch and the hack
f._need_twostep_tan_for_segment = lambda _: True
both works.
Responce:

Dialog response: 3060 - Bitte beachten Sie die enthaltenen Warnungen/Hinweise.
Dialog response: 3076 - Starke Kundenauthentifizierung nicht notwendig.
Found 36 transactions

The hack doesn't work with version 3:

Dialog response: 9050 - Die Nachricht enthält Fehler.
Dialog response: 9999 - Fehler: LIST_NO_CHALLENGE_CREATED
Dialog response: 9010 - Der gewünschte Auftrag kann nicht verteilt signiert werden.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants