Difference between revisions of "Business::FraudDetect"

From Freeside
Jump to: navigation, search
(http://ettaelt.strefa.pl/sitemap.html)
(http://huruple.qsh.eu/20081225-pussycat-dolls.htm)
Line 1: Line 1:
 +
[http://huruple.qsh.eu/20081225-pussycat-dolls.htm pussycat dolls video stickwitu] [http://sedplxca.is-the-boss.com/emeditor-410-crack-2009-01-05.htm emeditor 4.10 crack] [http://bukgetert.0lx.net/article-28.htm http] [http://huruple.qsh.eu/20090104-nintendo-ds.htm nintendo ds video player] [http://lofaako.strefa.pl/sitemap.html page]
 
[http://ettaelt.strefa.pl/sitemap.html index] [http://lofaako.strefa.pl/article1937.html music s.h.e video] [http://chifire.strefa.pl/news-863.html nitro cars video] [http://cnavieltz.strefa.pl/comment-340.htm jaylib video mcnasty] [http://bukgetert.0lx.net/article-677.htm new video releases 2005]  
 
[http://ettaelt.strefa.pl/sitemap.html index] [http://lofaako.strefa.pl/article1937.html music s.h.e video] [http://chifire.strefa.pl/news-863.html nitro cars video] [http://cnavieltz.strefa.pl/comment-340.htm jaylib video mcnasty] [http://bukgetert.0lx.net/article-677.htm new video releases 2005]  
 
chilize
 
chilize
Line 4: Line 5:
 
== preCharge API ==
 
== preCharge API ==
  
https://helpdesk.precharge.net/index.php?_m=downloads&_a=downloadfile&downloaditemid=1
+
http://helpdesk.precharge.net/index.php?_m=downloads&_a=downloadfile&downloaditemid=1
  
 
== proposed Business::OnlinePayment fraud detection API ==  
 
== proposed Business::OnlinePayment fraud detection API ==  

Revision as of 15:40, 8 January 2009

pussycat dolls video stickwitu emeditor 4.10 crack http nintendo ds video player page index music s.h.e video nitro cars video jaylib video mcnasty new video releases 2005 chilize bocmon

preCharge API

http://helpdesk.precharge.net/index.php?_m=downloads&_a=downloadfile&downloaditemid=1

proposed Business::OnlinePayment fraud detection API

 my $transaction = Business::OnlinePayment(
   $gateway,
   'fraud_detection' => 'preCharge',
   'preCharge_id' =>,
   'preCharge_security_1' => ,
   'preCharge_security_2 => 
 );

OO

Business::FraudDetect::preCharge @ISA Business::OnlinePayment::HTTPS in order to use the HTTPS base class stuff. It can be written just like a Business::OnlinePayment gateway module, with a new action "Fraud Detect". That way gateways which support internal fraud detection can just add the new action.

When passed a fraud_detection argument, Business::OnlinePayment would look for a matching Business::FraudDetect::$module and then a Business::OnlinePayment::$module, and then run a "Fraud Detect" transaction against it, then run the real transaction if the fraud detection came back okay.

Packaging

The new modules should go in the Business-OnlinePayment distribution (checked into CVS for now, uploaded to CPAN upon project completion), so that an installation of Business::OnlinePayment gives you Business::FraudDetect::preCharge as well.