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;
Product's homepage
Requirements:
· Perl