Finance-Bank-BNPParibas

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

        print "  Statement\n";

        foreach my $statement ( $account->statements ){
            print $statement->as_string;
        }
     }

DESCRIPTION
    This module 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.

WARNING
    This is code for online banking, and that means your money, and that
    means BE CAREFUL. You are encouraged, nay, expected, to audit the source
    of this module yourself to reassure yourself that I am not doing
    anything untoward with your banking data. This software is useful to me,

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


    foreach my $statement ( $account->statements ){
        print $statement->as_string;
    }
 }

=head1 DESCRIPTION

This module provides a rudimentary interface to the BNPNet online
banking system at L<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.

=head1 WARNING

This is code for B<online banking>, and that means B<your money>, and
that means B<BE CAREFUL>. You are encouraged, nay, expected, to audit
the source of this module yourself to reassure yourself that I am not



( run in 0.404 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )