Finance::Bank::LaPoste

Check your "La Poste" accounts from Perl
Download

Finance::Bank::LaPoste Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Pascal Rigaux
  • Publisher web site:
  • http://www.chez.com/prigaux/

Finance::Bank::LaPoste Tags


Finance::Bank::LaPoste Description

Check your "La Poste" accounts from Perl Finance::Bank::LaPoste is a Perl module that provides a read-only interface to the Videoposte online banking system at https://www.videoposte.com/. You will need either Crypt::SSLeay installed.The interface of this module is similar to other Finance::Bank::* modules.SYNOPSIS use Finance::Bank::LaPoste; my @accounts = Finance::Bank::LaPoste->check_balance( username => "0120123456L", # your main account is something like # 0123456 L 012, stick it together with the region first password => "123456", # a password is usually 6 numbers ); foreach my $account (@accounts) { print "Name: ", $account->name, " Account_no: ", $account->account_no, " ", "*" x 80, " "; print $_->as_string, " " foreach $account->statements; } Requirements: · Perl


Finance::Bank::LaPoste Related Software