Finance-Bank-Natwest

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME
    Finance::Bank::Natwest - Check your Natwest bank accounts from Perl

DESCRIPTION
    This module provides a rudimentary interface to the Natwest online
    banking system at C<https://www.nwolb.com/>. You will need
    either C<Crypt::SSLeay> or C<IO::Socket::SSL> installed for HTTPS
    support to work with LWP.

SYNOPSIS
      my $nw = Finance::Bank::Natwest->new( credentials => 'Constant',
                                            credentials_options => {
					       dob => '010179',
					       uid => '0001',
					       password => 'Password',
					       pin => '4321' } );

lib/Finance/Bank/Natwest.pm  view on Meta::CPAN

$VERSION = '0.05';

=head1 NAME

Finance::Bank::Natwest - Check your Natwest bank accounts from Perl

=head1 DESCRIPTION

This module provides a rudimentary interface to the Natwest online
banking system at C<https://www.nwolb.com/>. You will need
either C<Crypt::SSLeay> or C<IO::Socket::SSL> installed for HTTPS
support to work with LWP.

=head1 SYNOPSIS

  my $nw = Finance::Bank::Natwest->new( credentials => 'Constant',
                                        credentials_options => {
					   dob => '010179',
					   uid => '0001',
					   password => 'Password',
					   pin => '4321' } );

lib/Finance/Bank/RBoS.pm  view on Meta::CPAN



=head1 NAME

Finance::Bank::RBoS - Check your RBoS bank accounts from Perl

=head1 DESCRIPTION

This module provides a rudimentary interface to the RBoS online
banking system at C<https://www.rbsdigital.com/>. You will need
either C<Crypt::SSLeay> or C<IO::Socket::SSL> installed for HTTPS
support to work with LWP.

The interface is identical to that of L<Finance::Bank::Natwest>, so
please look there for how to use the module.

=head1 WARNING

This warning is from Simon Cozens' C<Finance::Bank::LloydsTSB>, and seems
just as apt here.



( run in 0.516 second using v1.01-cache-2.11-cpan-4d50c553e7e )