nefarius2001
nefarius2001
Hi, could someone provide a minimal working example? Here is what I have: ``` from fints.client import FinTS3PinTanClient from fints.client import FinTS3PinTanClient, NeedTANResponse from fints.utils import minimal_interactive_cli_bootstrap logger.info(f"get user /...
Thanks a lot @jusernrone ! I replaced the pip-installed 4.2.3 release with a submodule-clone of the repo using the current master (3d3644d6c686fdb87769c6ca93786ec4b9f77064). It works! May I ask a follow-up question:...
You are absolutely correct, thanks! **For other travellers:** This is my code snippet called with client.init_tan_response and the result from client.get_transactions: ` def handle_challenge( client, result_get ): if not isinstance(result_get,...