NAME
Finance::Bank::IE::PermanentTSB - Perl Interface to the PermanentTSB Open24 homebanking
SYNOPSIS
use Finance::Bank::IE::PermanentTSB;
my %config = ( "open24numba" => "1060xxxxx", "password" => "your_internet_password", "pan" => "123456", "debug" => 1, );
my @balance = Finance::Bank::IE::PermanentTSB->check_balance(\%config); Finance::Bank::IE::PermanentTSB->logoff(\%config);
@balance is an array of hash like this:
$VAR1 = { 'availbal' => 'EUR', 'accno' => 'EUR', 'accbal' => 'EUR', 'accname' => 'Switch Current A/C' }; $VAR2 = { 'availbal' => 'EUR', 'accno' => 'EUR', 'accbal' => 'EUR', 'accname' => 'Switch Current A/C' };
DESCRIPTION
This is a Perl interface to the PermanenteTSB Open24 homebanking.
Features:
account(s) balance
account(s) statement (to be implemented)
mobile phone top up (to be implemented)
funds transfer (to be implemented)
SEE ALSO
N/A
AUTHOR
Angelo "pallotron" Failla, <pallotron@freaknet.org> http://www.pallotron.net http://www.vitadiunsysadmin.net
COPYRIGHT AND LICENSE
Copyright (C) 2009 by Angelo "pallotron" Failla
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.