Finance::Bank::BNPParibas

Check your BNP bank accounts from Perl
Download

Finance::Bank::BNPParibas Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Briac Pilpr
  • Publisher web site:
  • http://search.cpan.org/~briac/

Finance::Bank::BNPParibas Tags


Finance::Bank::BNPParibas Description

Check your BNP bank accounts from Perl Finance::Bank::BNPParibas is a Perl module that provides a rudimentary interface to the BNPNet online banking system at https://www.bnpnet.bnp.fr/. You will need either Crypt::SSLeay or IO::Socket::SSL installed for HTTPS support to work with LWP.The interface of this module is directly taken from Simon Cozens' Finance::Bank::LloydsTSB.SYNOPSIS use Finance::Bank::BNPParibas; my @accounts = Finance::Bank::BNPParibas->check_balance( username => "$username", # Be sure to put the numbers password => "$password", # between quote. ); foreach my $account ( @accounts ){ local $ = " "; print " Name ", $account->name; print " Account_no ", $account->account_no; print " Balance ", $account->balance; print " Statement "; foreach my $statement ( $account->statements ){ print $statement->as_string; } } Requirements: · Perl


Finance::Bank::BNPParibas Related Software