Nevermind, I assumed that "Freigabe Hash Wert" via web browser PIN/TAN would be enough for HypoVereinsbank, but I probably have to mail in the INI-Letter as well. Oh, well...
By the way, I'm using the following shell scripts:
To obtain the transactions list in CVS (semicolon-separated) format
to standard output:
aqbanking-tool request --transactions 2>/dev/null
echo "XXXXXXXXXX" | aqbanking-tool exec 2>/dev/null | aqbanking-tool listtrans
2>/dev/null
To obtain the account balance:
aqbanking-tool request --balance 2>/dev/null
echo "XXXXXXXXXX" | aqbanking-tool exec 2>/dev/null | aqbanking-tool listbal
2>/dev/null
and similar applies to aqbanking-tool transfer etc.
It should be reasonably easy to call those shell scripts e.g. from Perl
a la
$return = open (INSTALL, "$TAR xf httpd_2045.tar >/dev/null |") or die
("FEHLER: kann $HOM_ROOT/httpd_2045.tar nicht untarren!\n");
while (<INSTALL>) {
}
but I wonder whether somebody has made some Python bindings for
aqbanking? Or even built a real web shop, with invoice in Adobe Acrobat format
generation? I'd rather not write this from scratch, not being a
programmer...
On Sun, Feb 25, 2007 at 09:23:04PM +0100, Eugen Leitl wrote:
>
> Bei versuchter Ueberweisung. Any ideas? Das ist Hypovereinsbank. Websearch
> hat nur
> http://www.kaiwu.de/cgi-bin/sbb//sbb.cgi?&a=print&forum=33&beitrag=75
> ergeben.
>
> [EMAIL PROTECTED]:~$ aqbanking-tool exec
> AqHBCI started
> Connecting to bank...
> Connected.
> Opening dialog
> Encoding queue
> ===== Enter Password =====
> Please enter the access password for
> /home/hvb/hbci.key
>
> Input: *******
> 4:2007/02/25 21-15-56:gwen(18822):ct_file.c: 1623: ChunkSize of key !=
> ChunkSize in CryptToken (91!=96)
> Sending queue
> Waiting for response
> Response received
> HBCI: 0020 - Dialogintialisierung erfolgreich. (M)
> HBCI: 0010 - Nachricht entgegengenommen. (M)
> HBCI: 0020 - Information fehlerfrei entgegengenommen. (S)
> HBCI: 0020 - Information fehlerfrei entgegengenommen. (S)
> Encoding queue
> 4:2007/02/25 21-15-56:gwen(18822):ct_file.c: 1623: ChunkSize of key !=
> ChunkSize in CryptToken (91!=96)
> Sending queue
> Waiting for response
> Response received
> HBCI: 9050 - Teilweise fehlerhaft. (M)
> HBCI: 9015 - DTA-Berechtigung fehlt. (S)
> Closing dialog
> Encoding queue
> 4:2007/02/25 21-15-56:gwen(18822):ct_file.c: 1623: ChunkSize of key !=
> ChunkSize in CryptToken (91!=96)
> Sending queue
> Waiting for response
> Response received
> HBCI: 0010 - Nachricht entgegengenommen. (M)
> HBCI: 0100 - Dialog beendet. (S)
> Disconnecting from bank...
> Disconnected.
> AqHBCI finished.
> 3:2007/02/25 21-15-57:aqhbci(18822):provider.c: 791: Error exchanging results
> 5:2007/02/25 21-15-57:aqbanking-tool(18822):banking.c: 2639: Error executing
> backend's queue
> ===== Error =====
> Error executing backend's queue.
> What shall we do?
> (1) Continue (2) Abort
> Please enter your choice: 1
> 4:2007/02/25 21-16-07:aqbanking-tool(18822):banking.c: 2670: Not a single job
> successfully executed
> 3:2007/02/25 21-16-07:aqbanking-tool(18822):banking.c: 965: No progress
> context open
>
>
>
> --
> Eugen* Leitl <a href="http://leitl.org">leitl</a> http://leitl.org
> ______________________________________________________________
> ICBM: 48.07100, 11.36820 http://www.ativel.com
> 8B29F6BE: 099D 78BA 2FD3 B014 B08A 7779 75B0 2443 8B29 F6BE
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Aqbanking-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/aqbanking-devel
--
Eugen* Leitl <a href="http://leitl.org">leitl</a> http://leitl.org
______________________________________________________________
ICBM: 48.07100, 11.36820 http://www.ativel.com
8B29F6BE: 099D 78BA 2FD3 B014 B08A 7779 75B0 2443 8B29 F6BE
signature.asc
Description: Digital signature
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Aqbanking-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aqbanking-devel
