Zeile 98: |
Zeile 98: |
| | | |
| Die Postbank hat auch bei der FinTS-Schnittstelle von der Identifikation via Kontonummer auf die Postbank-ID umgestellt. Daher muss man diese und nicht die Kontonummer als Identifikationsmittel angeben. | | Die Postbank hat auch bei der FinTS-Schnittstelle von der Identifikation via Kontonummer auf die Postbank-ID umgestellt. Daher muss man diese und nicht die Kontonummer als Identifikationsmittel angeben. |
| + | |
| + | * Einrichtung Benutzer |
| + | aqhbci-tool4 adduser -t pintan --context=1 -b $BANKLEITZAHL -u $POSTBANK_ID -c $POSTBANK_ID -N "$VORNAME $NACHNAME" -s https://hbci.postbank.de/banking/hbci.do |
| + | |
| + | * Abfrage unique user id (Zahl ganz am Ende der ausgegebenen Zeile): |
| + | aqhbci-tool4 listusers |
| | | |
| * Einrichtung Konto | | * Einrichtung Konto |
| | | |
− | aqhbci-tool4 adduser -t pintan --context=1 -b $BANKLEITZAHL -u $POSTBANK_ID -c $POSTBANK_ID -N "$VORNAME $NACHNAME" -s https://hbci.postbank.de/banking/hbci.do
| + | aqhbci-tool4 getsysid -u $UNIQUE_UID |
− | aqhbci-tool4 adduserflags -b $BANKLEITZAHL -u $POSTBANK_ID -f forceSsl3 -f noBase64
| |
− | aqhbci-tool4 getsysid -u $POSTBANK_ID | |
− | | |
− | * Wahl mobileTAN-Mode (veraltet, nun z.B. BestSign)
| |
− | aqhbci-tool4 listitanmodes -u $POSTBANK_ID
| |
− | aqhbci-tool4 setitanmode -u $POSTBANK_ID -m 901
| |
| | | |
| * Wahl BestSign-TAN-Mode | | * Wahl BestSign-TAN-Mode |
− | aqhbci-tool4 listitanmodes -u $POSTBANK_ID | + | aqhbci-tool4 listitanmodes -u $UNIQUE_UID |
− | aqhbci-tool4 setitanmode -u $POSTBANK_ID -m '''4'''920 | + | aqhbci-tool4 setitanmode -u $UNIQUE_UID -m '''6'''920 |
− | aqhbci-tool4 setTanMediumId -u $POSTBANK_ID -m "SO:$DEVICE_ID" | + | aqhbci-tool4 setTanMediumId -u $UNIQUE_UID -m "SO:$DEVICE_ID" |
| | | |
| $DEVICE_ID ist der Name, der unter "Sicherheitsverfahren" im Postbank-OnlineBanking für das BestSign-Gerät angezeigt wird. | | $DEVICE_ID ist der Name, der unter "Sicherheitsverfahren" im Postbank-OnlineBanking für das BestSign-Gerät angezeigt wird. |
Zeile 118: |
Zeile 118: |
| | | |
| * Abruf Konten | | * Abruf Konten |
− | aqhbci-tool4 getaccounts -u $POSTBANK_ID | + | aqhbci-tool4 getaccounts -u $UNIQUE_UID |
| aqhbci-tool4 listaccounts | | aqhbci-tool4 listaccounts |
| aqbanking-cli listaccs | | aqbanking-cli listaccs |