Authorize.Net - Customer Information Manager (CIM) API ¶
The Authorize.Net Customer Information Manager (CIM) Application Programming Interface (API) provides a mechanism for developers and value-added resellers (VARs) to create, delete, retrieve, and update customer profile information, including payment and address information, by directly integrating client software and the Authorize.Net Payment Gateway.
Reference URL : http://www.authorize.net/support/CIM_XML_guide.pdf
Available methods in this extension :
Create customer profile
Remove Customer profile
Create customer payment profile
Remove customer payment profile
Fetch / Retrieve details of customer payment profile
Create transaction
Refund transaction
Void transaction
¶
¶
Please see the attachment of extension zip file "AuthorizeNetCIM.zip".
In attached .zip there are following files :
i) AuthorizeNetCIM.php
ii) readme.txt
For "How to use" this yii extension please read "readme.txt" file. In this file you can see the details of uses of methods with sample code.
¶
¶
Documentation ::
Installation ::
Extract the zip file under 'protected/extensions' * Add the following to your config/main.php':
// application components
'components'=>array(
....
'authorizenetCIM'=>array(
'class' => 'application.extensions.AuthorizeNetCIM.AuthorizeNetCIM',
'cim_login_name'=>'XXXXXXX', //Authorize.net login name
'cim_trans_key'=>'XXXXXXX', //Authorize.net transaction key
'cim_mode'=>'testMode', //liveMode OR testMode
'cim_host'=>'apitest.authorize.net', //api.authorize.net (live) OR apitest.authorize.net (test)
),
....
Thanks,
Sandeep S. Gawali
formatting
Please fix the description formatting. Is there a public repository available?
formatting
Done, there is no public repository available.
AIM integration
nice & usefull article for CIM integration.
Now i want to integrate AIM for my application. can yo help me out?
thanks.
AIM integration
Thanks.
Sorry, currently there is no AIM implementation done through Yii.
But you can easily implement it.
Thanks.
AIM Reference
Ref. Links:
PDF Documentation:
https://www.google.co.in/url?sa=t&source=web&rct=j&url=https://www.authorize.net/content/dam/authorize/documents/AIM_guide.pdf&ved=0ahUKEwj76_S20dPVAhWLNo8KHRabCXAQFggiMAA&usg=AFQjCNFSrGSPeXY08MTRxtBCxm3Wh0mo5w
http://developer.authorize.net/api/reference/
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.