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.
| Tags | Information Management Records Management |
|---|---|
| Licenses | LGPL |
| Operating Systems | OS Independent |
| Implementation | PHP |
Recent releases


Release Notes: 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.


Release Notes: The error handling logic for some functions was incorrect. The refId element is now implemented. The Wells Fargo SecureSource eCheck.Net implementation was incorrect. echeck (bankAccount element) implementation was incorrect. getCustomerShippingAddress() was modified and renamed to getCustomerShippingAddressRequest(). order_purchaseOrderNumber() had an incorrect element name. Some examples were incorrect. Better examples for each method were added, with full details and all possible parameters. A Godaddy proxy option for curl was added.


Release Notes: Some regular expression patterns were incorrect.


Release Notes: Currently, only the credit card payment type has been tested. Checks (echeck) and WellFargo (securesource) payment types are implemented according to the manual, but not tested.