<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need advice on approach using CIM with current site in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33084#M17620</link>
    <description>&lt;P&gt;read the file&lt;/P&gt;&lt;P&gt;anet_php_samples-1.1.8.zip\samples\anet_php_sdk\tests\README&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran ".../your_store/your_store/index.php&amp;nbsp; and that worked. I have a test account and was able to log into merchant account and see the transactions.&lt;/P&gt;&lt;P&gt;yes, it should work with AIM by default.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Feb 2013 20:25:09 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2013-02-19T20:25:09Z</dc:date>
    <item>
      <title>Need advice on approach using CIM with current site</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33037#M17573</link>
      <description>&lt;P&gt;I am not sure which API I should use. Let me explain what I am trying to do. I have a site that uses WordPress and I purchased a theme that included a shopping cart. I tested it with Authorize.net and it works.&amp;nbsp; The company who developed it is no longer available. It stores the customer's info such as name, card type, expiration date and last 4 digits of card and other fields. &amp;nbsp;Now my client wants to retrieve the credit card number. Just because of this I have to find a new solution. Can I just retrieve the credit card number when I need it?&amp;nbsp; Will the CIM API be the best solution?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am just trying to layout how I will put it all together. I assume I can allow it to store the basic user details within WordPress' database and it will also send and store a more complete profile to Authorize.net using the CIM? I have the account management page already so would I just need to code it to pull in the customer's credit card number?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2013 18:27:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33037#M17573</guid>
      <dc:creator>mallen</dc:creator>
      <dc:date>2013-02-15T18:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need advice on approach using CIM with current site</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33038#M17574</link>
      <description>&lt;P&gt;When you said the CC#, you do mean the last 4 digit? because that it the only thing you going to get from CIM, the CIM API would return the masked expiratation date(xx/xx) and can only be access thru the merchant account interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Save the CC info with CIM and save the payment profile ID and customer profile id in your own database. Anything that is not CC/bank info, I would just save that on your own database.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2013 18:38:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33038#M17574</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-02-15T18:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need advice on approach using CIM with current site</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33042#M17578</link>
      <description>&lt;P&gt;I guess it's not important if the customer sees the entire number. They would like the name, address and credit card to appear so the customer does not have to enter it again. So I guess the form field would show the masked number but the value would still be there?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2013 19:54:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33042#M17578</guid>
      <dc:creator>mallen</dc:creator>
      <dc:date>2013-02-15T19:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need advice on approach using CIM with current site</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33045#M17581</link>
      <description>&lt;P&gt;Yep, you can use the payment profile ID to get the billing info and masked cc#. And using the same payment profile id to create transaction.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2013 21:55:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33045#M17581</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-02-15T21:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need advice on approach using CIM with current site</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33065#M17601</link>
      <description>&lt;P&gt;Forgive my multiple questions and I appreciate the help. I watched the video explaining the CIM. It seems you have to manually create users. Is that true? Or it gives you the ability to edit or create a user ID? My current setup in in Wordpress allows the user to sign up, it automatically creates the user ID when they enter their user name, password and other details. All this is done outside of Authorize.net.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I need a test account? My current set up I just turn on the test mode.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2013 13:37:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33065#M17601</guid>
      <dc:creator>mallen</dc:creator>
      <dc:date>2013-02-18T13:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need advice on approach using CIM with current site</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33066#M17602</link>
      <description>&lt;P&gt;I see in the documentation that my current set up is using AIM.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2013 14:22:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33066#M17602</guid>
      <dc:creator>mallen</dc:creator>
      <dc:date>2013-02-18T14:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need advice on approach using CIM with current site</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33068#M17604</link>
      <description>&lt;P&gt;CIM can be use thru the CIM API. There are third party plugin for wordpress &lt;A target="_blank" href="http://community.developer.authorize.net/t5/3rd-Party-Solutions/bd-p/3rdparty"&gt;http://community.developer.authorize.net/t5/3rd-Party-Solutions/bd-p/3rdparty&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I need a test account? My current set up I just turn on the test mode.&lt;/P&gt;&lt;P&gt;You don't need one, but it would be easiler for testing.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2013 14:37:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33068#M17604</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-02-18T14:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need advice on approach using CIM with current site</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33069#M17605</link>
      <description>&lt;P&gt;In the php samples file there is a configuration file wih this below. Do I just change AIM to CIM to use CIM?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;require_once 'anet_php_sdk/AuthorizeNet.php';&lt;BR /&gt;$METHOD_TO_USE = "AIM"; //&lt;BR /&gt;$METHOD_TO_USE = "DIRECT_POST"; // Uncomment this line to test DPM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then inthe SDK file it says this below. So I just remove allthe these lines except '/lib/AuthorizeNetCIM.php';?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;require dirname(__FILE__) . '/lib/shared/AuthorizeNetRequest.php';&lt;BR /&gt;require dirname(__FILE__) . '/lib/shared/AuthorizeNetTypes.php';&lt;BR /&gt;require dirname(__FILE__) . '/lib/shared/AuthorizeNetXMLResponse.php';&lt;BR /&gt;require dirname(__FILE__) . '/lib/shared/AuthorizeNetResponse.php';&lt;BR /&gt;require dirname(__FILE__) . '/lib/AuthorizeNetAIM.php';&lt;BR /&gt;require dirname(__FILE__) . '/lib/AuthorizeNetARB.php';&lt;BR /&gt;require dirname(__FILE__) . '/lib/AuthorizeNetCIM.php';&lt;BR /&gt;require dirname(__FILE__) . '/lib/AuthorizeNetSIM.php';&lt;BR /&gt;require dirname(__FILE__) . '/lib/AuthorizeNetDPM.php';&lt;BR /&gt;require dirname(__FILE__) . '/lib/AuthorizeNetTD.php';&lt;BR /&gt;require dirname(__FILE__) . '/lib/AuthorizeNetCP.php';&lt;BR /&gt;&lt;BR /&gt;if (class_exists("SoapClient")) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; require dirname(__FILE__) . '/lib/AuthorizeNetSOAP.php';&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to compare with my current AIM setup to see where in the code it tells it to use the AIM.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2013 18:41:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33069#M17605</guid>
      <dc:creator>mallen</dc:creator>
      <dc:date>2013-02-18T18:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need advice on approach using CIM with current site</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33071#M17607</link>
      <description>&lt;P&gt;nope. But there is test code inside the sample&lt;/P&gt;&lt;P&gt;anet_php_samples-1.1.8.zip\samples\anet_php_sdk\tests\AuthorizeNetCIM_Test.php&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2013 18:57:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33071#M17607</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-02-18T18:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need advice on approach using CIM with current site</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33077#M17613</link>
      <description>&lt;P&gt;I guess I am confused. I have a folder called anet_php_sdk&amp;nbsp; and I also have a folder called "your store". How do I tell it I want to use AuthorizeNETCIM_Test instead of AuthorizeNETAIM_Test.php&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2013 14:28:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33077#M17613</guid>
      <dc:creator>mallen</dc:creator>
      <dc:date>2013-02-19T14:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need advice on approach using CIM with current site</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33080#M17616</link>
      <description>&lt;P&gt;AuthorizeNETCIM_Test.php is just test code, you should be able to run it and see how it work.&lt;/P&gt;&lt;P&gt;As for the store, you need to code it to use it.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2013 16:03:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33080#M17616</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-02-19T16:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need advice on approach using CIM with current site</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33081#M17617</link>
      <description>&lt;PRE&gt;Warning: require_once(PHPUnit/Framework.php): failed to open stream: No such file or directory in C:\inetpub\wwwroot\your_store\anet_php_sdk\tests\AuthorizeNet_Test_Config.php on line 43 Fatal error: require_once(): Failed opening required 'PHPUnit/Framework.php' (include_path='.;C:\php\pear') in C:\inetpub\wwwroot\your_store\anet_php_sdk\tests\AuthorizeNet_Test_Config.php on line 43 &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I get this error when I ran AuthorizeNETCIM_Test.php&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran ".../your_store/your_store/index.php&amp;nbsp; and that worked. I have a test account and was able to log into merchant account and see the transactions.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2013 17:08:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33081#M17617</guid>
      <dc:creator>mallen</dc:creator>
      <dc:date>2013-02-19T17:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need advice on approach using CIM with current site</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33084#M17620</link>
      <description>&lt;P&gt;read the file&lt;/P&gt;&lt;P&gt;anet_php_samples-1.1.8.zip\samples\anet_php_sdk\tests\README&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran ".../your_store/your_store/index.php&amp;nbsp; and that worked. I have a test account and was able to log into merchant account and see the transactions.&lt;/P&gt;&lt;P&gt;yes, it should work with AIM by default.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2013 20:25:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33084#M17620</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-02-19T20:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need advice on approach using CIM with current site</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33085#M17621</link>
      <description>&lt;P&gt;It says: On the command line in this folder run: phpunit&amp;nbsp;&lt;/P&gt;&lt;P&gt;I right clicked onthe folder. Ran phpunit and it said phpunit is not a recognized as an internal or external command, operable program or batch file.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2013 20:50:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33085#M17621</guid>
      <dc:creator>mallen</dc:creator>
      <dc:date>2013-02-19T20:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need advice on approach using CIM with current site</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33091#M17627</link>
      <description>&lt;P&gt;&lt;A target="_blank" href="http://www.bing.com/search?q=phpunit"&gt;http://www.bing.com/search?q=phpunit&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2013 00:08:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33091#M17627</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-02-20T00:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need advice on approach using CIM with current site</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33102#M17636</link>
      <description>&lt;P&gt;Thanks I never thought of searching for it. I am closing this and opening a new thread to help me run this CIM test. I have finally got PEAR and PHPUnit installed.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2013 15:31:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-advice-on-approach-using-CIM-with-current-site/m-p/33102#M17636</guid>
      <dc:creator>mallen</dc:creator>
      <dc:date>2013-02-20T15:31:46Z</dc:date>
    </item>
  </channel>
</rss>

