in reply to Home Banking Computer Interface (HBCI) with Perl
I'm the author of Finance::Bank::Postbank_de, and after writing that module, I briefly looked at HBCI, and quickly turned away from it. HBCI is based around SWIFT messages, which are quite powerful, but also quite proprietary and you can't easily toy around with them, which was the point why I didn't pursue HBCI further. Also, for HBCI, you need a special smartcard reader, which my bank (Postbank) did not offer, and which other banks sell for a steep price.
I would be interested in a common object interface for both, retrieval and storage of transactions and balances across the Finance::Bank modules, but as I only have one active online account, I haven't progressed far in that direction.
perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Home Banking Computer Interface (HBCI) with Perl
by LupoX (Pilgrim) on Sep 22, 2003 at 16:34 UTC | |
by Corion (Patriarch) on Sep 22, 2003 at 18:27 UTC |