python-fints
python-fints copied to clipboard
Pure-python FinTS (formerly known as HBCI) implementation
**Describe the bug** Execution of the [test script](https://python-fints.readthedocs.io/en/latest/trouble.html) fails in line 37 (on entering the with-block) with the exception `fints.exceptions.FinTSClientError: Error during dialog initialization, could not fetch BPD. Please check...
This implements DKKKU/DIKKU for fetching credit card transactions from f.e. comdirect. I'm not quite happy with the API yet: The bank response includes additional data (card number and balance) but...
endpoint = 'https://fints.ing-diba.de/fints/' no longer authenticates since about 10 days. Has anyone else had this problem? I've tried everything, including logging into the online banking via browser. The connection had...
**Describe the bug** For getting older transactions from Skatbank and comdirect there is a TAN needed. I need to pause dialogue, deconstruct client (including private data) and store request. After...
if the date is in december 2018 and the entry date is in january 2019 then the entry date is january 2018 that is wrong please fix it: https://github.com/WoLpH/mt940/issues/17#issuecomment-453280644 thank...
Hey, I have two bank transfers which have as entry_date Date(2019, 12, 28) which lays way in the future. The rest of the transactions look fine. The two wrong transactions...
Trying to store the tan response data via tan_data= f.init_tan_response.get_data() gives File "/home/markus/.local/lib/python3.8/site-packages/fints/client.py", line 1028, in get_data "segments_bin": SegmentSequence([self.command_seg, self.tan_request]).render_bytes(), File "/home/markus/.local/lib/python3.8/site-packages/fints/types.py", line 222, in render_bytes return FinTS3Serializer().serialize_message(self) File "/home/markus/.local/lib/python3.8/site-packages/fints/parser.py",...
Should build for Python 3.4 be removed, as dependencies of https://github.com/raphaelm/python-sepaxml are no more compatible to 3.4? https://github.com/raphaelm/python-fints/blob/bc1c81e0a42be245c6af24bb0885ce1b2407bd2a/.travis.yml#L4
Solution as described in #125 Fixes #125