python-fints
python-fints copied to clipboard
Pure-python FinTS (formerly known as HBCI) implementation
**Describe the bug** When running the function minimal_interactive_cli_bootstrap for the ING, i get the following error: KeyError: '999'. The configuration worked with version 2 of this api, so pin, identifier...
Using `get_sepa_accounts()` with a Comdirect FinTS object does not yield the credit card accounts: ``` >>> pprint(f.get_sepa_accounts()) [SEPAAccount(iban='XXX', bic='XXX', accountnumber='XXX', subaccount='Girokonto', blz='XXX'), SEPAAccount(iban='XXX', bic='XXX', accountnumber='XXX', subaccount='Tagesgeld PLUS', blz='XXX')] ``` Even...
Currently this strips all the boilerplate prefix and suffix from the packet dump in FinTSHTTPSConnection.send(), only showing the net payload.
Hello, I tried to connect to Kreissparkasse Soltau (BLZ: 25851660) but I can't establish a connection. maybe you can help me. My Code (it's the example code): ``` import datetime...
Using python-fints 3.0.0 (thank you for the update!), DKB does not seem to work. I've tested with my script and with the test script: - get_sepa_accounts works - get_balance does...
Is it possible to make a SWIFT transfer with this library? The FinTS protocol supports SWIFT operations, but in the documentation of the library there is no any information about...
Hi Raphael, hi everybody, thanks for this great project. Recently I found the get_holdings method is not working anymore for the ING. ### Problem: It seems they return bytes instead...
**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:...
I just spent a full weekend reading FinTS specs and creating a "Fintees" (get it?) module. It was nowhere near full fledged when I discovered python-fints! So well designed. An...
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...