Query: business::onlinepayment::paymentech
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Business::OnlinePayment::PaymenTech(3pm) User Contributed Perl Documentation Business::OnlinePayment::PaymenTech(3pm)NAMEBusiness::OnlinePayment::PaymenTech - Chase Paymentech backend for Business::OnlinePaymentSYNOPSIS$trans = new Business::OnlinePayment('PaymenTech', merchant_id => "000111222333", terminal_id => "001", currency => "USD", # CAD, MXN ); $trans->content( login => "login", password => "password", type => "CC", card_number => "5500000000000004", expiration => "0211", address => "123 Anystreet", city => "Sacramento", zip => "95824", action => "Normal Authorization", amount => "24.99", ); $trans->submit; if($trans->is_approved) { print "Approved: ".$trans->authorization; } else { print "Failed: ".$trans->error_message; }NOTESElectronic check processing and recurring billing are not yet supported.AUTHORMark Wells, mark@freeside.bizSEE ALSOperl(1). Business::OnlinePayment. perl v5.10.1 2010-10-11 Business::OnlinePayment::PaymenTech(3pm)
Similar Topics in the Unix Linux Community |
---|
UnixWare printing |
Business Objects on Solaris |
How to solve this |
Installation of Oracle E-Business Suite 12.1.1 on RHEL 6.1 |
Business origins - MalWareBytes - interesting read |