Finance::Bank::NetBranch

Finance::Bank::NetBranch is a Perl module that can manage your NetBranch accounts with Perl.
Download

Finance::Bank::NetBranch Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Darren M. Kulp
  • Publisher web site:
  • http://search.cpan.org/~kulp/Finance-Bank-NetBranch-0.07/lib/Finance/Bank/NetBranch.pm

Finance::Bank::NetBranch Tags


Finance::Bank::NetBranch Description

Finance::Bank::NetBranch is a Perl module that can manage your NetBranch accounts with Perl. Finance::Bank::NetBranch is a Perl module that can manage your NetBranch accounts with Perl.SYNOPSIS use Finance::Bank::NetBranch; my $nb = Finance::Bank::NetBranch->new( url => 'https://nbp1.cunetbranch.com/valley/', account => '12345', password => 'abcdef', ); my @accounts = $nb->accounts; foreach (@accounts) { printf " s : %8s : USD %9.2f of %9.2fn", $_->name, $_->account_no, $_->available, $_->balance; my $days = 20; for ($_->transactions(from => time - (86400 * $days), to => time)) { printf "s | s | s : %9.2f, %9.2fn", $_->date->ymd, $_->type, $_->description, $_->amount, $_->balance; } }This module provides a rudimentary interface to NetBranch online banking. This module was originally implemented to interface with Valley Communities Credit Union's page at https://nbp1.cunetbranch.com/valley/, but the behavior of the module is theoretically generalized to "NetBranch" type online access.However, I do not have access to another NetBranch account with another bank, and so any feedback on the actual behavior of this module would be greatly appreciated.You will need either Crypt::SSLeay or IO::Socket::SSL installed for HTTPS support to work. Requirements: · Perl


Finance::Bank::NetBranch Related Software