<?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 Error connecting to AuthorizeNet with Sandbox Live in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Error-connecting-to-AuthorizeNet-with-Sandbox-Live/m-p/51193#M26583</link>
    <description>&lt;P&gt;We are investigating slow performance and timeouts in the sandbox. &amp;nbsp;Please refer to this thread for updates:&amp;nbsp;&lt;A href="https://community.developer.authorize.net/t5/Integration-and-Testing/Sandbox-Error-creating-charges-amp-customer-profiles-through/m-p/51190#M26580" target="_blank"&gt;https://community.developer.authorize.net/t5/Integration-and-Testing/Sandbox-Error-creating-charges-amp-customer-profiles-through/m-p/51190#M26580&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jun 2015 14:26:23 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2015-06-19T14:26:23Z</dc:date>
    <item>
      <title>CIM Error connecting to AuthorizeNet with Sandbox Live</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Error-connecting-to-AuthorizeNet-with-Sandbox-Live/m-p/51188#M26578</link>
      <description>&lt;P&gt;I am using the latest SDK in php for CIM transaction, I created a customerProfileId, customerPaymentProfileId and customerShippingAddressId.&lt;/P&gt;&lt;P&gt;I am able to generate all the three fileds but when I tries to create a transaction using my sandbox account(LIVE MODE) , in response I got “[error_message] =&amp;gt; Error connecting to AuthorizeNet”. I checked the AuthorizeNetRequest.php and $VERIFY_PEER is set to false.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I searched for the answer and most of the people says its from Sandbox server end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code which I am using for making a transaction:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$transaction1 = new AuthorizeNetTransaction;&lt;BR /&gt;$transaction1-&amp;gt;amount = "25";&lt;BR /&gt;$transaction1-&amp;gt;customerProfileId ="35898569";&lt;BR /&gt;$transaction1-&amp;gt;customerPaymentProfileId = "32449285";&lt;BR /&gt;$transaction1-&amp;gt;customerShippingAddressId = "33982378";&lt;BR /&gt;&lt;BR /&gt;$lineItem = new AuthorizeNetLineItem;&lt;BR /&gt;$lineItem-&amp;gt;itemId = "25";&lt;BR /&gt;$lineItem-&amp;gt;name = "my prod";&lt;BR /&gt;$lineItem-&amp;gt;description = "dfsdfsd ";&lt;BR /&gt;$lineItem-&amp;gt;quantity = "1";&lt;BR /&gt;$lineItem-&amp;gt;unitPrice = "25";&lt;BR /&gt;$lineItem-&amp;gt;taxable = "false";&lt;BR /&gt;$transaction1-&amp;gt;lineItems[] = $lineItem;&lt;BR /&gt;$request1 = new AuthorizeNetCIM;&lt;BR /&gt;$response1 = $request1-&amp;gt;createCustomerProfileTransaction("AuthCapture", $transaction1);&lt;BR /&gt;$transactionResponse1 = $response1-&amp;gt;getTransactionResponse();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I set Sandbox TEST Mode on then I get “[E00009] The payment gateway account is in Test Mode. The request cannot be processed.”&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is very important for to resolve this issue as I am having a deadline set for Monday. I would realy appreciate any help if you can.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2015 11:11:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Error-connecting-to-AuthorizeNet-with-Sandbox-Live/m-p/51188#M26578</guid>
      <dc:creator>rakeshsaharan1</dc:creator>
      <dc:date>2015-06-19T11:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Error connecting to AuthorizeNet with Sandbox Live</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Error-connecting-to-AuthorizeNet-with-Sandbox-Live/m-p/51193#M26583</link>
      <description>&lt;P&gt;We are investigating slow performance and timeouts in the sandbox. &amp;nbsp;Please refer to this thread for updates:&amp;nbsp;&lt;A href="https://community.developer.authorize.net/t5/Integration-and-Testing/Sandbox-Error-creating-charges-amp-customer-profiles-through/m-p/51190#M26580" target="_blank"&gt;https://community.developer.authorize.net/t5/Integration-and-Testing/Sandbox-Error-creating-charges-amp-customer-profiles-through/m-p/51190#M26580&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2015 14:26:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Error-connecting-to-AuthorizeNet-with-Sandbox-Live/m-p/51193#M26583</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-06-19T14:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Error connecting to AuthorizeNet with Sandbox Live</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Error-connecting-to-AuthorizeNet-with-Sandbox-Live/m-p/51258#M26640</link>
      <description>&lt;P&gt;Oh Yes, Its working now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jun 2015 07:37:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Error-connecting-to-AuthorizeNet-with-Sandbox-Live/m-p/51258#M26640</guid>
      <dc:creator>rakeshsaharan1</dc:creator>
      <dc:date>2015-06-27T07:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Error connecting to AuthorizeNet with Sandbox Live</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Error-connecting-to-AuthorizeNet-with-Sandbox-Live/m-p/58534#M33165</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am using sandbox Account, and i am facing same problem, Any solution ??&lt;/P&gt;&lt;P&gt;[_response_array:AuthorizeNetAIM_Response:private] =&amp;gt; Array&lt;BR /&gt;(&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;[approved] =&amp;gt;&lt;BR /&gt;[declined] =&amp;gt;&lt;BR /&gt;[error] =&amp;gt; 1&lt;BR /&gt;[held] =&amp;gt;&lt;BR /&gt;[response_code] =&amp;gt;&lt;BR /&gt;[response_subcode] =&amp;gt;&lt;BR /&gt;[response_reason_code] =&amp;gt;&lt;BR /&gt;[response_reason_text] =&amp;gt;&lt;BR /&gt;[authorization_code] =&amp;gt;&lt;BR /&gt;[avs_response] =&amp;gt;&lt;BR /&gt;[transaction_id] =&amp;gt;&lt;BR /&gt;[invoice_number] =&amp;gt;&lt;BR /&gt;[description] =&amp;gt;&lt;BR /&gt;[amount] =&amp;gt;&lt;BR /&gt;[method] =&amp;gt;&lt;BR /&gt;[transaction_type] =&amp;gt;&lt;BR /&gt;[customer_id] =&amp;gt;&lt;BR /&gt;[first_name] =&amp;gt;&lt;BR /&gt;[last_name] =&amp;gt;&lt;BR /&gt;[company] =&amp;gt;&lt;BR /&gt;[address] =&amp;gt;&lt;BR /&gt;[city] =&amp;gt;&lt;BR /&gt;[state] =&amp;gt;&lt;BR /&gt;[zip_code] =&amp;gt;&lt;BR /&gt;[country] =&amp;gt;&lt;BR /&gt;[phone] =&amp;gt;&lt;BR /&gt;[fax] =&amp;gt;&lt;BR /&gt;[email_address] =&amp;gt;&lt;BR /&gt;[ship_to_first_name] =&amp;gt;&lt;BR /&gt;[ship_to_last_name] =&amp;gt;&lt;BR /&gt;[ship_to_company] =&amp;gt;&lt;BR /&gt;[ship_to_address] =&amp;gt;&lt;BR /&gt;[ship_to_city] =&amp;gt;&lt;BR /&gt;[ship_to_state] =&amp;gt;&lt;BR /&gt;[ship_to_zip_code] =&amp;gt;&lt;BR /&gt;[ship_to_country] =&amp;gt;&lt;BR /&gt;[tax] =&amp;gt;&lt;BR /&gt;[duty] =&amp;gt;&lt;BR /&gt;[freight] =&amp;gt;&lt;BR /&gt;[tax_exempt] =&amp;gt;&lt;BR /&gt;[purchase_order_number] =&amp;gt;&lt;BR /&gt;[md5_hash] =&amp;gt;&lt;BR /&gt;[card_code_response] =&amp;gt;&lt;BR /&gt;[cavv_response] =&amp;gt;&lt;BR /&gt;[account_number] =&amp;gt;&lt;BR /&gt;[card_type] =&amp;gt;&lt;BR /&gt;[split_tender_id] =&amp;gt;&lt;BR /&gt;[requested_amount] =&amp;gt;&lt;BR /&gt;[balance_on_card] =&amp;gt;&lt;BR /&gt;[response] =&amp;gt;&lt;BR /&gt;[error_message] =&amp;gt; Error connecting to AuthorizeNet&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 09:42:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Error-connecting-to-AuthorizeNet-with-Sandbox-Live/m-p/58534#M33165</guid>
      <dc:creator>ajay</dc:creator>
      <dc:date>2017-06-21T09:42:12Z</dc:date>
    </item>
  </channel>
</rss>

