python-fints icon indicating copy to clipboard operation
python-fints copied to clipboard

Pure-python FinTS (formerly known as HBCI) implementation

Results 64 python-fints issues
Sort by recently updated
recently updated
newest added

This adds support for listing and downloading account statements (_Kontoauszüge_, e.g., as PDF) using `HKKAU` and `HKEKA` segments. Example: ```python from fints.client import FinTS3PinTanClient from fints.formals import StatementFormat from pathlib...

Since some time now, Sparkasse Bochum always requests a TAN, eventhough with other FinTS applications (such as hibiscus) this happens only every three months. I expect python-fints to show similar...

**Describe the bug** Starting by Oct 7th, 2024, the connection to a bank account at Sparkasse Leipzig failed with the error `Error during dialog initialization, could not fetch BPD. Please...

This patch fixed a similar issue as in #155 for me with the "Sparkasse Vorderpfalz": Since a few days a push TAN is required even to request an account balance...

Hi, I am trying to connect to GLS Bank in Germany (BLZ: 43060967, URL: https://fints1.atruvia.de/cgi-bin/hbciservlet) using the latest version of the `fints` library on Python 3.12 / macOS. The connection...

Using Commerzbank requires activating HBCI with a so called INI-letter from the FinTS-Tool. > Erstellen Sie in Ihrer Finanzsoftware eine HBCI-Signatur und somit automatisch einen INI-Brief. Auf Ihrem INI-Brief finden...

**Describe the bug** I wanted to log into my bank account via this app (https://flathub.org/apps/org.tabos.saldo). The problem is that the TAN2Go procedure has been completely discontinued by the bank since...

# ACHTUNG For this merge to function properly, it requires pull request [#59](https://github.com/raphaelm/python-sepaxml/pull/59) in the [sepaxml](https://github.com/raphaelm/python-sepaxml) repo to be merged (@raphaelm) !! This will enable support for one of the...