Previous | Next Main Index:   Frames | No Frames
Document:   Frames | No Frames

Real-time Payment Processing in WebStore

 
WebStore may be configured using one of the following real-time payment processors:
 
   Authorize.Net
   Surepay
 
Real-time payment processing may be disabled in WebStore by setting $merchant_file = '' in the store's setup file, outlet.setup.
 
 
The integration of real-time payment processing in WebStore is designed for use by programmers or developers knowledgeable in Perl, CGI, and SSL.
 
Real-time payment processing in WebStore requires the following:
 
 
RDC Software does not redistribute SSL products (openssl) or Perl modules. It is the responsibility of the user to set up an SSL implementation on their server.
 
Consult with your system's administrator
The installation of the SSL c library (openssl) and Perl modules may require root privileges. If so, these files should be installed by your system administrator.
 
For processor-specific information, refer to the processor pages listed at the top of this page.
 
 
OpenSSL:
WebStore real-time payment processing uses software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/).

OpenSSL is based on the SSLeay library developed by Eric A. Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an Apache-style license, which basically means you are free to get and use it for commercial and non-commercial purposes subject to some simple license conditions.

RDC Software strongly recommends that users fully understand the laws and regulations relating to encryption and the Internet.

THE IMPORT/EXPORT OR USE OF STRONG CRYPTOGRAPHY SOFTWARE IS ILLEGAL IN SOME PARTS OF THE WORLD. YOU ARE ADVISED TO PAY CLOSE ATTENTION TO ANY IMPORT/EXPORT OR USE LAWS WHICH APPLY TO YOU. RDC SOFTWARE IS NOT LIABLE FOR ANY VIOLATION OF LAW YOU MAKE WITH RESPECT TO THE IMPORT/EXPORT OR USE OF STRONG CRYPTOGRAPHY SOFTWARE. IT IS YOUR RESPONSIBILITY.

 
 
Top of Page