Finance::Bank::IE::PermanentTSB

Perl Interface to the PermanentTSB Open24 homebanking on http://www.open24.ie
Download

Finance::Bank::IE::PermanentTSB Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Angelo Failla
  • Publisher web site:
  • http://search.cpan.org/~pallotron/

Finance::Bank::IE::PermanentTSB Tags


Finance::Bank::IE::PermanentTSB Description

Perl Interface to the PermanentTSB Open24 homebanking on http://www.open24.ie Finance::Bank::IE::PermanentTSB is a Perl Interface to the PermanentTSB Open24 homebanking on http://www.open24.ie.SYNOPSIS use Finance::Bank::IE::PermanentTSB; my %config = ( "open24numba" => "your open24 number", "password" => "your internet password", "pan" => "your personal access number", "debug" => 1, # check_balance(\%config); if(not defined $balance) { print "Error! " exit; } foreach my $acc (@$balance) { printf ("%s ending with %s: %s ", $acc->{'accname'}, $acc->{'accno'}, $acc->{'accbal'} ); } my $statement = Finance::Bank::IE::PermanentTSB->account_statement( \%config, SWITCH_ACCOUNT, '2667','2008/12/01','2008/12/31'); if(not defined $statement) { print "Error! " exit; } foreach my $row (@$statement) { printf("%s | %s | %s | %s | ", $row->{date}, $row->{description}, $row->{euro_amount}, $row->{balance} ); } Here are some key features of "Finance::Bank::IE::PermanentTSB": · account(s) balance: retrieves the balance for all the accounts you have set up (current account, visa card, etc.) · account(s) statement: retrieves the statement for a particular account, in a range of date. · mobile phone top-up (to be implemented): top up your mobile phone! · funds transfer (to be implemented): transfer money between your accounts or third party accounts. Requirements: · Perl


Finance::Bank::IE::PermanentTSB Related Software