System Administrator's Guide Zelerate: AllCommerce
Appendix D: Credit Card Verification System (CCVS)
The level of implementation of the CCVS is experimental. In future, AllCommerce will provide and API for this system. Look for updated information at http://www.zelerate.org/.

Installation
  1. Install CCVS as user "nobody." Blowfish algorithm can be used for encryption/decryption here.
  2. Uncomment functions and libraries that call run_ccvs()
  3. Edit site.conf to make payprocess=ccvs
  4. Handle error conditions (e.g., socket error).
Specific Information
  1. Install CCVS on a machine different from the machine on which os_allcommerce is installed.
  2. Run a daemon (e.g., os_to_ccvs.pl) on the same machine as CCVS. All the daemon does is receive sensitive information required for authorization from os_allcommerce, communicate with CCVS and return back the authorization status.
  3. Edit cluster.conf to add the machine on which CCVS is installed and port on which the daemon is running.
If you install CCVS on the same machine as os_allcommerce, edit ccvs.pm to talk to CCVS on the same machine.
Prev
Appendix C: Templates and Cell File Examples
Up Next
Appendix E: Troubleshooting
All Commerce User's Guide Table of Contents