]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
add "NIBC Direct" to list of tested banks (#13)
authorFelix Schwarz <felix.schwarz@oss.schwarz.eu>
Sun, 29 Oct 2017 10:03:35 +0000 (11:03 +0100)
committerRaphael Michel <mail@raphaelmichel.de>
Sun, 29 Oct 2017 10:03:35 +0000 (11:03 +0100)
NIBC Direct works for me with the usage example:

    f = FinTS3PinTanClient(
        '51210700',
        'NIBCode',  # Service -> Online-Banking -> Alias
        'SECRET',
        'https://hbci11.fiducia.de/cgi-bin/hbciservlet'
    )

README.md

index 31fec460ce88129333e44ec193f05668c88abe0d..09f7791d695dd3a78747676fae342dd6879ed56b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ Banks tested:
 * Ing-Diba
 * CortalConsors, including access to holding accounts
 * DKB
+* NIBC Direct
 
 Usage
 -----