Authorize.net CIM PHP Class 1.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Authorize.net CIM PHP Class 1.1 (Default branch)
# 1  
Old 01-04-2008
Authorize.net CIM PHP Class 1.1 (Default branch)

The Authorize.net CIM PHP Class allows you to interact with the Authorize.Net Customer Information Manager (CIM), which can be used to store your customers? sensitive payment information on secure servers, simplifying payments for returning customers and recurring transactions. It can also help you to comply with the Payment Card Industry (PCI) Data Security Standard, since customer data is no longer stored locally. It is an ideal tool for businesses that need to securely save customer data and provide convenience for their customers. License: GNU General Public License v2 Changes:
Some regular expression patterns were incorrect.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
cimreparchive(8)					      System Manager's Manual						  cimreparchive(8)

NAME
cimreparchive - create an archive copy of the CIM Server repository SYNOPSIS
cimreparchive archive_file cimreparchive --help cimreparchive --version DESCRIPTION
The cimreparchive command creates an archive copy of the CIM Server repository in the specified archive_file. The archive copy is assured to contain a consistent repository state even if it is created while the CIM Server is running. The archive_file is created using the tar(1) command. To restore the repository from the archive_file, stop the cimserver, move the active repository files to a different location, use tar(2) to extract the archived repository files, and restart the cimserver. (Note that the repository location is printed when an archive file is created.) Options cimreparchive recognizes the following options: --help Displays the command help message. --version Displays the CIM Server version number. EXIT STATUS
When an error occurs, an error message is written to the standard error stream and a non-zero exit status value is returned. The following exit status values are defined: 0 Success 1 General error 2 Failed to initiate archive operation 3 Archive operation failed SEE ALSO
cimserver(8), tar(1). cimreparchive(8)