Finance-BankVal-International-GetABA
view release on metacpan or search on metacpan
Finance-BankVal-International-GetABA version 0.02
=================================================
This module handles all of the restful web service calls to Unified Software's
BankValInternational ABA validation service. It also handles fail over to the back up services
transparently to the calling script. It can be called in a procedural or OO fashion
(see synopsis)
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
lib/Finance/BankVal/International/GetABA.pm view on Meta::CPAN
use Finance::BankVal::International::GetABA;
$abaObj = Finance::BankVal::International::GetABA->new();
$ans = $abaObj->getABA('format','ABA','userId','PIN');
=head1 DESCRIPTION
This module handles all of the restful web service calls to Unified Software's
BankValInternational ABA service. It also handles fail over to the back up services
transparently to the calling script. It can be called in a procedural or OO fashion
(see synopsis)
The exportable method &getABA(); takes a number of parameters including;
1: Format - the response format (either xml, json or csv)
2: ABA - the ABA code to be validated
3: UserID - available from www.unifiedsoftware.co.uk
lib/Finance/BankVal/International/GetABA.pm~ view on Meta::CPAN
use Finance::BankVal::International::GetABA;
$abaObj = Finance::BankVal::International::GetABA->new();
$ans = $abaObj->getABA('format','ABA','userId','PIN');
=head1 DESCRIPTION
This module handles all of the restful web service calls to Unified Software's
BankValInternational ABA service. It also handles fail over to the back up services
transparently to the calling script. It can be called in a procedural or OO fashion
(see synopsis)
The exportable method &getABA(); takes a number of parameters including;
1: Format - the response format (either xml, json or csv)
2: ABA - the ABA code to be validated
3: UserID - available from www.unifiedsoftware.co.uk
( run in 0.360 second using v1.01-cache-2.11-cpan-0a6323c29d9 )