Authorize.net CIM PHP Class 1.3 (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 Lesser General Public License (LGPL)
Changes:
Some miscellaneous updates were made to the PHP class because of recent changes to the Authorize.net CIM API. The only change that will affect users of this class is the removal of the Wells Fargo SecureSource implementation. A README.txt file that explains various inconsistencies in the Authorize.net CIM API manual was included. $version and $responseDelimiter variables were added in the class. The class now ensures that the $responseDelimiter is correct, and the regexp was updated for a few elements that required a dollar amount in the correct format.
|