You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,14 @@ Dependencies
17
17
============
18
18
19
19
The proper development packages are required for:
20
-
- AqBanking >= 5.4.0
20
+
- AqBanking >= 5.8.1 (tested until 5.8.2)
21
21
- Python >= 3.1
22
22
- gwenhywfar >= 4.0.0
23
23
24
24
For the installation, it is necessary to have the proper development packages installed (e.g. `apt-get install libaqbanking-dev libgwenhywfar60-dev`)
25
25
26
+
Depending on your bank, you may need to update your bank account information (BPD) through aqhbci4 tool (refer to mailing list). Furthermore there might be a later release to support the TAN recording during balance / login.
27
+
26
28
Install
27
29
=======
28
30
@@ -45,6 +47,9 @@ And then you can verify the IBAN number e.g. with:
45
47
And to list all configured accounts (you can not configure it through this library at the moment), you execute this command:
46
48
`aqbanking.listacc()`
47
49
50
+
Furthermore in order to communicate with your bank, you'll need to register your application at [FinTS](https://www.hbci-zka.de/register/prod_register.htm). You'll receive a code which must be given to the module like:
51
+
`aqbanking.setRegistrationKey('some characters')`
52
+
48
53
For all other functions, you need first to create an account:
@@ -62,3 +67,8 @@ Smartcard/Chipcard support meanwhile integrated. But no "text" that user has to
62
67
63
68
The server certificate of the HTTPS connection is not validated at the moment, so do not use it for sensitive data, as man in the middle attack is possible without notice.
64
69
70
+
Contributing
71
+
============
72
+
73
+
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome. We cannot cover everything from beginning. Your experience and expertise is necessary to make a awesome product out of it!
0 commit comments