<?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: CIM tutorial and php sample code in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-tutorial-and-php-sample-code/m-p/51017#M26422</link>
    <description>&lt;P&gt;A Transaction ID of 0 isn't a transaction at all. &amp;nbsp;Instead, it just validated the credentials and returned OK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're in the sandbox, don't set test mode to true and ensure sandbox is not in test mode.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jun 2015 00:21:51 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2015-06-05T00:21:51Z</dc:date>
    <item>
      <title>CIM tutorial and php sample code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-tutorial-and-php-sample-code/m-p/50970#M26378</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've created a donation form for a non profit using php and straight api calls. I'd like to extend it to support CIM so that donor and cc info can be saved and donors don't have to reenter their info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've downloaded the CIM manual but it is really a reference and does not help me visualize what I need to do to use it. Can someone point me to a step by step tutorial and maybe some sample php code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, maybe show me an example hosted cim form. I did not use hosted form for my donation page, but maybe I can use it for CIM?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2015 22:24:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-tutorial-and-php-sample-code/m-p/50970#M26378</guid>
      <dc:creator>xibi</dc:creator>
      <dc:date>2015-06-02T22:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: CIM tutorial and php sample code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-tutorial-and-php-sample-code/m-p/50971#M26379</link>
      <description>&lt;P&gt;there sample code in&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://developer.authorize.net/downloads/samplecode/"&gt;http://developer.authorize.net/downloads/samplecode/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2015 23:05:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-tutorial-and-php-sample-code/m-p/50971#M26379</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-06-02T23:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: CIM tutorial and php sample code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-tutorial-and-php-sample-code/m-p/50972#M26380</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/18470"&gt;@xibi&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We're actually starting work on improving our sample code. &amp;nbsp;You can take a peek as it develops on GitHub:&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/sample-code-php" target="_blank"&gt;https://github.com/AuthorizeNet/sample-code-php&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 01:42:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-tutorial-and-php-sample-code/m-p/50972#M26380</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-06-03T01:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: CIM tutorial and php sample code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-tutorial-and-php-sample-code/m-p/51011#M26416</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I retroactively createCustomerProfileFromTransaction on old transactions dating back as far as two years?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I go about testing this function. Test transactions return transaction ID of 0000 so obviously that will not work. Can I pass a real transaction ID to the test server?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2015 22:55:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-tutorial-and-php-sample-code/m-p/51011#M26416</guid>
      <dc:creator>xibi</dc:creator>
      <dc:date>2015-06-04T22:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: CIM tutorial and php sample code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-tutorial-and-php-sample-code/m-p/51012#M26417</link>
      <description>&lt;P&gt;the sandbox only work with sandbox test account.&lt;/P&gt;&lt;P&gt;get one here&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://developer.authorize.net/sandbox/"&gt;https://developer.authorize.net/sandbox/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so no, you can not test with a production/live transaction id.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2015 23:33:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-tutorial-and-php-sample-code/m-p/51012#M26417</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-06-04T23:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: CIM tutorial and php sample code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-tutorial-and-php-sample-code/m-p/51017#M26422</link>
      <description>&lt;P&gt;A Transaction ID of 0 isn't a transaction at all. &amp;nbsp;Instead, it just validated the credentials and returned OK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're in the sandbox, don't set test mode to true and ensure sandbox is not in test mode.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2015 00:21:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-tutorial-and-php-sample-code/m-p/51017#M26422</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-06-05T00:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: CIM tutorial and php sample code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-tutorial-and-php-sample-code/m-p/51040#M26444</link>
      <description>&lt;P&gt;It is not possible to pass a merchant customer ID with a createProfileFromTransaction request, right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How does it determine when I am submitting a duplicate createProfileFromTransaction request. What data fields is it comparing. Is it case sensitive&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2015 23:18:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-tutorial-and-php-sample-code/m-p/51040#M26444</guid>
      <dc:creator>xibi</dc:creator>
      <dc:date>2015-06-05T23:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: CIM tutorial and php sample code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-tutorial-and-php-sample-code/m-p/51041#M26445</link>
      <description>&lt;P&gt;correct, &lt;EM&gt;createCustomerProfileFromTransactionRequest&lt;/EM&gt; only take one param transactionID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How does it determine when I am submitting a duplicate createProfileFromTransaction request. What data fields is it comparing. Is it case sensitive&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.authorize.net/support/CIM_SOAP_guide.pdf"&gt;http://www.authorize.net/support/CIM_SOAP_guide.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;page 89&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2015 23:49:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-tutorial-and-php-sample-code/m-p/51041#M26445</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-06-05T23:49:23Z</dc:date>
    </item>
  </channel>
</rss>

