<?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: Error connecting to AuthorizeNet - CIM in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47627#M24045</link>
    <description>&lt;P&gt;OK I have gotten down to the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E0009&lt;/P&gt;&lt;P&gt;The transaction cannot be processed because it is in test mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/c59d9aa3e8f95e73dd7dc3519d5f46fe4d9750b7/687474703a2f2f6936302e74696e797069632e636f6d2f366567656d662e6a7067" width="369" alt="" height="408" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why is this?&lt;/P&gt;</description>
    <pubDate>Mon, 29 Sep 2014 15:10:41 GMT</pubDate>
    <dc:creator>bswstore</dc:creator>
    <dc:date>2014-09-29T15:10:41Z</dc:date>
    <item>
      <title>Error connecting to AuthorizeNet - CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47607#M24035</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are having an issue where we can use our sandbox account but not our production account. We have the production account on test mode but we keep seeing "Error Connecting to AuthorizeNet", while the sandbox account works flawlessly. If we turn live mode on our production account it seems to return a response. Why is this? Shouldn't test mode work under our production account? We do have an SSL certificate installed. It does not make sense to me why the sandbox account would work and not our production account. Is there additional code required for production? If I need to post my code let me know...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2014 12:37:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47607#M24035</guid>
      <dc:creator>bswstore</dc:creator>
      <dc:date>2014-09-29T12:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error connecting to AuthorizeNet - CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47609#M24036</link>
      <description>&lt;P&gt;Are you using the SDKs? the testmode in there is kind of misleading, when it set on, it will use the authorize.net sandbox server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2014 12:47:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47609#M24036</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-09-29T12:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error connecting to AuthorizeNet - CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47611#M24037</link>
      <description>&lt;P&gt;Yes we are using the SDKs but we have sandbox set to false along with test request...here is our config code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?php
// Adjust this to point to the Authorize.Net PHP SDK
require_once 'AuthorizeNet.php';

$METHOD_TO_USE = "AIM";
//$METHOD_TO_USE = "DIRECT_POST";         // Uncomment this line to test DPM


define("AUTHORIZENET_API_LOGIN_ID","");    // Add your API LOGIN ID
define("AUTHORIZENET_TRANSACTION_KEY",""); // Add your API transaction key


define("AUTHORIZENET_SANDBOX",false);       // Set to false to test against production
//define("TEST_REQUEST", "FALSE");           // You may want to set to true if testing against production

// You only need to adjust the two variables below if testing DPM
define("AUTHORIZENET_MD5_SETTING","");                // Add your MD5 Setting.
$site_root = "&lt;A target="_blank" href="http://www.bswstore.com/&amp;quot;;"&gt;http://www.bswstore.com/";&lt;/A&gt; // Add the URL to your site

if (AUTHORIZENET_API_LOGIN_ID == "") {
    die('Enter your merchant credentials in config.php!');
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;We have our id and key filled but removed for this post...&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2014 12:50:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47611#M24037</guid>
      <dc:creator>bswstore</dc:creator>
      <dc:date>2014-09-29T12:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error connecting to AuthorizeNet - CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47613#M24038</link>
      <description>&lt;P&gt;Is CIM enabled on the production account?&lt;/P&gt;&lt;P&gt;Is there a response reason code?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2014 13:01:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47613#M24038</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-09-29T13:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error connecting to AuthorizeNet - CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47615#M24039</link>
      <description>&lt;P&gt;CIM is enabled on the account and no there is no error code, everything returns null.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2014 13:07:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47615#M24039</guid>
      <dc:creator>bswstore</dc:creator>
      <dc:date>2014-09-29T13:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error connecting to AuthorizeNet - CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47617#M24040</link>
      <description>&lt;P&gt;From the source it look like it can't get an AIM response, you might want to debug it to see which CIM Exxxxx error it is getting.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2014 13:25:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47617#M24040</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-09-29T13:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error connecting to AuthorizeNet - CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47619#M24041</link>
      <description>&lt;P&gt;OK, where should I try to start debugging the response from? When I create the transaction?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2014 14:04:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47619#M24041</guid>
      <dc:creator>bswstore</dc:creator>
      <dc:date>2014-09-29T14:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error connecting to AuthorizeNet - CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47623#M24043</link>
      <description>&lt;P&gt;You would want to see the raw response from the request.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2014 14:26:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47623#M24043</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-09-29T14:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error connecting to AuthorizeNet - CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47625#M24044</link>
      <description>&lt;P&gt;OK, I am doing the following...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$transaction = new AuthorizeNetTransaction;
		$transaction-&amp;gt;amount = $finalCostAmount;
		$transaction-&amp;gt;customerProfileId = $_SESSION['authnetCustID'];
		$transaction-&amp;gt;customerPaymentProfileId = $_SESSION['defaultpaymentID'];	
		$transaction-&amp;gt;cardCode = $cvc;
		
		$request = new AuthorizeNetCIM;
		$response = $request-&amp;gt;createCustomerProfileTransaction("AuthCapture", $transaction);
		$transactionResponse = $response-&amp;gt;getTransactionResponse();
		
		echo json_encode($transactionResponse);
		exit();&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;The customerprofileid and paymentid are set and working, I can get that far.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2014 15:05:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47625#M24044</guid>
      <dc:creator>bswstore</dc:creator>
      <dc:date>2014-09-29T15:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error connecting to AuthorizeNet - CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47627#M24045</link>
      <description>&lt;P&gt;OK I have gotten down to the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E0009&lt;/P&gt;&lt;P&gt;The transaction cannot be processed because it is in test mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/c59d9aa3e8f95e73dd7dc3519d5f46fe4d9750b7/687474703a2f2f6936302e74696e797069632e636f6d2f366567656d662e6a7067" width="369" alt="" height="408" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why is this?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2014 15:10:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47627#M24045</guid>
      <dc:creator>bswstore</dc:creator>
      <dc:date>2014-09-29T15:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error connecting to AuthorizeNet - CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47629#M24046</link>
      <description>&lt;P&gt;Login to the mechant account &lt;A target="_blank" href="https://secure.authorize.net/"&gt;https://secure.authorize.net/&lt;/A&gt; and see if testmode is on. If it is a new account, it probably set default to on.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2014 15:09:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47629#M24046</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-09-29T15:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error connecting to AuthorizeNet - CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47631#M24047</link>
      <description>&lt;P&gt;OK, so in order for us to do anything in test mode we need a sandbox account? Do we then just switch it over to our production account once we want to take it live?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2014 15:11:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47631#M24047</guid>
      <dc:creator>bswstore</dc:creator>
      <dc:date>2014-09-29T15:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error connecting to AuthorizeNet - CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47633#M24048</link>
      <description>&lt;P&gt;Correct, you can NOT create any test transaction(transactionID that are not zero) on a production account.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2014 16:19:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47633#M24048</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-09-29T16:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error connecting to AuthorizeNet - CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47637#M24050</link>
      <description>&lt;P&gt;OK that makes sense then, they do not mention that anywhere for a production account? Why do they even offer test mode then for it? Thanks again, cheers!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2014 19:11:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-connecting-to-AuthorizeNet-CIM/m-p/47637#M24050</guid>
      <dc:creator>bswstore</dc:creator>
      <dc:date>2014-09-29T19:11:34Z</dc:date>
    </item>
  </channel>
</rss>

