Finance::Bank::Smile

Check your Smile bank accounts from Perl
Download

Finance::Bank::Smile Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Richard Panman
  • Publisher web site:
  • http://search.cpan.org/~rpanman/

Finance::Bank::Smile Tags


Finance::Bank::Smile Description

Check your Smile bank accounts from Perl Finance::Bank::Smile is a Perl module that provides a rudimentary interface to the Smile Online Banking service at https://www.smile.co.uk. You will need either Crypt::SSLeay or IO::Socket::SSL installed for HTTPS support to work. WWW::Mechanize and HTML::TableExtract are required.SYNOPSIS use Finance::Bank::Smile; my @accounts = Finance::Bank::Smile->check_balance( sortCode => 'xxxxxx', accountNumber => 'xxxxxxxx', passNumber => 'xxxx', memorableDate => 'xx/xx/xxxx', lastSchool => 'xxxxxxxxxxxxxxxxxx', memorableName => 'xxxxxxxx', birthPlace => 'xxxxxx', firstSchool => 'xxxxxxxxxxxx', ); # print the accounts and balances # prints: # Current Account £123.45+ print map "$_->{account} $_->{balance} ",@accounts; Requirements: · Perl


Finance::Bank::Smile Related Software