<?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: Testing CIM API in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-CIM-API/m-p/24125#M12949</link>
    <description>&lt;P&gt;Never use test mode if you can avoid it. Use a developer account in live mode to test with. See my signature for links.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Mar 2012 00:25:26 GMT</pubDate>
    <dc:creator>TJPride</dc:creator>
    <dc:date>2012-03-08T00:25:26Z</dc:date>
    <item>
      <title>Testing CIM API</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-CIM-API/m-p/24119#M12946</link>
      <description>&lt;P&gt;Okay so can someone please explain how i can test using the CIM?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;when using apitest.&lt;/SPAN&gt;authorize.net/&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ErrorE00007User authentication failed due to invalid authentication values.&lt;/P&gt;&lt;P&gt;So I will use my developer account....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;While requesting the ARB API, why am I receiving error E00009 "The payment gateway account is in Test Mode. The request cannot be processed."?
The ARB API does not function in Test Mode. You need to disable Test Mode in your Authorize.Net account settings. To disable Test Mode please log into the Merchant Interface and click Settings. Click the link for Test Mode and disable it by clicking the button titled Turn Test Off.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;however using api.authorize.net/.&lt;/P&gt;&lt;P&gt;&amp;nbsp;ErrorE00009The payment gateway account is in Test Mode. The request cannot be processed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;You can test CIM by using the test URL specified in the integration guide: &lt;A href="https://apitest.authorize.net/xml/v1/request.api" target="_blank"&gt;https://apitest.authorize.net/xml/v1/request.api&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;In development/sandbox account I get a completly different responses, the credit cards are voided and are not returning success. Fails work though..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please see my other post:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.developer.authorize.net/t5/Integration-and-Testing/Process-a-transaction-CIM-using-PHP/td-p/23453" target="_blank"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/Process-a-transaction-CIM-using-PHP/td-p/23453&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;In a normal/Real account it does return success using the "TEST CREDIT CARDS"....but I cant test the CIM using those cards due to the 00009 error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;How can I test the CIM, to return a successful credit card transaction response?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;text&amp;gt;Successful.&amp;lt;/text&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;&lt;A href="http://www.authorize.net/support/CIM_XML_guide.pdf" target="_blank"&gt;http://www.authorize.net/support/CIM_XML_guide.pdf&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; page 87:&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;createCustomerPaymentProfileResponse xmlns="AnetApi/xml/v1/schema/
AnetApiSchema.xsd"&amp;gt;
&amp;lt;messages&amp;gt;
&amp;lt;resultCode&amp;gt;Ok&amp;lt;/resultCode&amp;gt;
&amp;lt;message&amp;gt;
&amp;lt;code&amp;gt;I00001&amp;lt;/code&amp;gt;
&amp;lt;text&amp;gt;Successful.&amp;lt;/text&amp;gt;
&amp;lt;/message&amp;gt;
&amp;lt;/messages&amp;gt;
&amp;lt;customerPaymentProfileId&amp;gt;20000&amp;lt;/customerPaymentProfileId&amp;gt;
&amp;lt;validationDirectResponse&amp;gt;1,1,1,This transaction has been
approved.,000000,Y,2000000000,none,Test transaction for
ValidateCustomerPaymentProfile.,0.01,CC,auth_only,custId123,
John,Doe,,123 Main St.,Bellevue,WA,98004,USA,000-000-
0000,,mark@example.com,,,,,,,,,0.00,0.00,0.00,,none,
D18EB6B211FE0BBF556B271FDA6F92EE,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
&amp;lt;/validationDirectResponse&amp;gt;
&amp;lt;/createCustomerPaymentProfileResponse&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;more on page 89 for transactions....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Knowing this from my research, and testing:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Transaction:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;will not return successful in developer apitest.authorize.net/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;Will return successful in api.authorize.net&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CreatePaymentProfile:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;can not create a payment profile using api.authorize.net ....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;You can create a payment profile using apitest.authorize.net....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;&lt;SPAN style="line-height: 14px;"&gt;My question developed is how can I create a payment profile and return a successful transaction without going into live mode?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN style="line-height: 14px;"&gt;Maby all my code is messed up, idk why my code would work half way and fail someplace else that it dont fail in the test envorment, and vice versa.. the code will work, but fail in another place that was working in the production envorment?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;&lt;SPAN style="line-height: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2012 00:07:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-CIM-API/m-p/24119#M12946</guid>
      <dc:creator>GregTampa</dc:creator>
      <dc:date>2012-03-08T00:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Testing CIM API</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-CIM-API/m-p/24125#M12949</link>
      <description>&lt;P&gt;Never use test mode if you can avoid it. Use a developer account in live mode to test with. See my signature for links.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2012 00:25:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-CIM-API/m-p/24125#M12949</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-03-08T00:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Testing CIM API</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-CIM-API/m-p/24129#M12951</link>
      <description>&lt;P&gt;yeah i got it all working now...thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2012 00:43:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-CIM-API/m-p/24129#M12951</guid>
      <dc:creator>GregTampa</dc:creator>
      <dc:date>2012-03-08T00:43:11Z</dc:date>
    </item>
  </channel>
</rss>

