|
NAMEVend::Payment::CyberCash - Interchange CyberCash SupportSYNOPSIS&charge=cybercash or [charge mode=cybercash param1=value1 param2=value2] or $Tag->charge('cybercash', $opt); PREREQUISITESCyberCash connection kit V3.2.0.4DESCRIPTIONThe Vend::Payment::CyberCash module implements the cybercash() routine for use with Interchange. It is compatible on a call level with the other Interchange payment modules -- in theory (and even usually in practice) you could switch from Authorize.net to CyberCash with a few configuration file changes.To enable this module, place this directive in "interchange.cfg": Require module Vend::Payment::CyberCash This should be in interchange.cfg or a file included from it, but it is actually in by default to maintain backward compatibility with legacy CyberCash installations. Make sure CreditCardAuto is off (default in Interchange demos). Make sure the CyberCash Merchant connection kit is installed and working. It requires the following steps:
The mode can be named anything, but the "gateway" parameter must be set to "cybercash". To make it the default payment gateway for all credit card transactions in a specific catalog, you can set in "catalog.cfg": Variable MV_PAYMENT_MODE cybercash It uses any of the applicable standard settings from Interchange payment. Any time we speak of a setting, it is obtained either first from the tag/call options, then from an Interchange order Route named for the mode, then finally a default global payment variable, For example, the "configfile" parameter would be specified by: [charge mode=cybercash configfile="/path/to/the/merchant_conf"] or Route cybercash configfile /path/to/the/merchant_conf or Variable MV_PAYMENT_CONFIGFILE /path/to/the/merchant_conf The active settings are:
Items supported, but never normally used, are:
TroubleshootingTry the instructions above, then enable test mode at http://amps.cybercash.com. A test order should complete. ExamThen try a sale with the card number "4111 1111 1111 1111" and a valid expiration date. The sale should be denied, and the reason should be in [data session payment_error]. If nothing works:
BUGSThere is actually nothing *in* Vend::Payment::CyberCash. It changes packages to Vend::Payment and places things there.AUTHORSMike HeinsCREDITSJeff Nappi <brage@cyberhighway.net> Paul Delys <paul@gi.alaska.edu> webmaster@nameastar.net Ray Desjardins <ray@dfwmicrotech.com> Nelson H. Ferrari <nferrari@ccsc.com>
Visit the GSP FreeBSD Man Page Interface. |