'123456789', # Your bank's BLZ
'myusername', # Your login name
getpass.getpass('PIN:'), # Your banking PIN
- 'https://hbci-pintan.gad.de/cgi-bin/hbciservlet'
+ 'https://hbci-pintan.gad.de/cgi-bin/hbciservlet',
+ product_id='Your product ID'
)
accounts = f.get_sepa_accounts()
-Go on to the next pages to find out what commands are supported!
\ No newline at end of file
+Go on to the next pages to find out what commands are supported!
+
+.. note::
+
+ As of September 14th, 2019, all FinTS programs should be registered with the ZKA or
+ banks will block access. You need to fill out a PDF form and will be assigned a
+ product ID that you can pass above.
+
+ If you set the ``product_id`` to ``None``, the library will fill in the default
+ product ID for python-fints. This works fine for evaluation, but should never be used
+ if you bundle python-fints within a larger project. This might also not be acceptable
+ by some banks.
+
+ Click here to read more about the `registration process`_.
+
+
+.. _registration process: https://www.hbci-zka.de/register/prod_register.htm