Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Commit 75de194

Browse files
committed
Close #16 Prepared release 0.0.8 to be ready for FinTS regulation.
1 parent 040a2c1 commit 75de194

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ Dependencies
1717
============
1818

1919
The proper development packages are required for:
20-
- AqBanking >= 5.4.0
20+
- AqBanking >= 5.8.1 (tested until 5.8.2)
2121
- Python >= 3.1
2222
- gwenhywfar >= 4.0.0
2323

2424
For the installation, it is necessary to have the proper development packages installed (e.g. `apt-get install libaqbanking-dev libgwenhywfar60-dev`)
2525

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+
2628
Install
2729
=======
2830

@@ -45,6 +47,9 @@ And then you can verify the IBAN number e.g. with:
4547
And to list all configured accounts (you can not configure it through this library at the moment), you execute this command:
4648
`aqbanking.listacc()`
4749

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+
4853
For all other functions, you need first to create an account:
4954
`acc = aqbanking.Account(no=157458624, bank_code=45021512)`
5055

@@ -62,3 +67,8 @@ Smartcard/Chipcard support meanwhile integrated. But no "text" that user has to
6267

6368
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.
6469

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!
74+

0 commit comments

Comments
 (0)