<?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: SIM error in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-error/m-p/45154#M22867</link>
    <description>&lt;P&gt;Is this a test account or production account?&lt;/P&gt;&lt;P&gt;and make sure there isn't any space in the value for name="x_login"&lt;/P&gt;</description>
    <pubDate>Wed, 09 Jul 2014 23:45:47 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2014-07-09T23:45:47Z</dc:date>
    <item>
      <title>SIM error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-error/m-p/45152#M22866</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm testing SIM, trying to test it anyway.&amp;nbsp; When I run sample code (below) I get this error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(13) The merchant login ID or password is invalid or the account is inactive.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And here is the code from the sample page. The account is active. And I've checked and double-checked the API keys. So I don't know why it says invalid/inactive. I don't think I have to do anything to initiate SIM in Authorize (or do I?) - I didn't see a place where it has to be turned on.&amp;nbsp; Any ideas anyone?:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PHP code -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;?php&lt;BR /&gt;require_once 'anet_php_sdk/AuthorizeNet.php'; // Include the SDK you downloaded in Step 2&lt;BR /&gt;$api_login_id = '(not shown here)';&lt;BR /&gt;$transaction_key = '(not shown here)';&lt;BR /&gt;$amount = "5.99";&lt;BR /&gt;$fp_timestamp = time();&lt;BR /&gt;$fp_sequence = "123" . time(); // Enter an invoice or other unique number.&lt;BR /&gt;$fingerprint = AuthorizeNetSIM_Form::getFingerprint($api_login_id,&lt;BR /&gt;&amp;nbsp; $transaction_key, $amount, $fp_sequence, $fp_timestamp)&lt;BR /&gt;?&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;form method='post' action="&lt;A target="_blank" href="https://community.developer.cybersource.com/"&gt;https://test.authorize.net/gateway/transact.dll"&amp;gt;&lt;/A&gt;&lt;BR /&gt;&amp;lt;input type='hidden' name="x_login" value="&amp;lt;?php echo $api_login_id?&amp;gt;" /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name="x_fp_hash" value="&amp;lt;?php echo $fingerprint?&amp;gt;" /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name="x_amount" value="&amp;lt;?php echo $amount?&amp;gt;" /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name="x_fp_timestamp" value="&amp;lt;?php echo $fp_timestamp?&amp;gt;" /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name="x_fp_sequence" value="&amp;lt;?php echo $fp_sequence?&amp;gt;" /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name="x_version" value="3.1"&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name="x_show_form" value="payment_form"&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name="x_test_request" value="true" /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name="x_method" value="cc"&amp;gt;&lt;BR /&gt;&amp;lt;input type='submit' value="Click here for the secure payment form"&amp;gt;&lt;BR /&gt;&amp;lt;/form&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2014 23:04:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-error/m-p/45152#M22866</guid>
      <dc:creator>KB_developer</dc:creator>
      <dc:date>2014-07-09T23:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: SIM error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-error/m-p/45154#M22867</link>
      <description>&lt;P&gt;Is this a test account or production account?&lt;/P&gt;&lt;P&gt;and make sure there isn't any space in the value for name="x_login"&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2014 23:45:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-error/m-p/45154#M22867</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-07-09T23:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: SIM error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-error/m-p/45158#M22869</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are no spaces.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is it test or live?&amp;nbsp; It's not sandbox, I guess then it's live.&amp;nbsp; Although here are some variations I have tried:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with&lt;/P&gt;&lt;P&gt;&amp;lt;form method='post' action="&lt;A target="_blank" href="https://community.developer.cybersource.com/"&gt;https://test.authorize.net/gateway/transact.dll"&amp;gt;&lt;/A&gt; and&lt;/P&gt;&lt;P&gt;&amp;lt;input type='hidden' name="x_test_request" value="true" /&amp;gt;&lt;/P&gt;&lt;P&gt;..&amp;nbsp; I get the error 9&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none;"&gt;(13) The merchant login ID or password is invalid or the account is inactive.&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;with&lt;/P&gt;&lt;P&gt;&amp;lt;form method='post' action="&lt;A target="_blank" href="https://community.developer.cybersource.com/"&gt;https://test.authorize.net/gateway/transact.dll"&amp;gt;&lt;/A&gt; and&lt;/P&gt;&lt;P&gt;&amp;lt;input type='hidden' name="x_test_request" value="false" /&amp;gt;&lt;/P&gt;&lt;P&gt;... I get the error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ah but I just tried it with&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll&amp;nbsp;&amp;nbsp;"&gt;https://secure.authorize.net/gateway/transact.dll&amp;nbsp;&amp;nbsp;&lt;/A&gt; and I get the form.&amp;nbsp; Kind of a plain form, but I can continue testing from that - I have to try getting an identifier back to marry into the database that the payment was made.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2014 00:02:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-error/m-p/45158#M22869</guid>
      <dc:creator>KB_developer</dc:creator>
      <dc:date>2014-07-10T00:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: SIM error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-error/m-p/45160#M22870</link>
      <description>&lt;P&gt;Live/production account don't work with the test server &lt;A rel="nofollow" href="https://community.developer.cybersource.com/t5/forums/replypage/board-id/Integration01/message-id/22869" target="_blank"&gt;test.authorize.net&lt;/A&gt;&lt;/P&gt;&lt;P&gt;get a test account for testing on the test server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;read this&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Sandbox-Accounts-vs-Live-Accounts-Which-Does-What-Anyway/ba-p/9350"&gt;http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Sandbox-Accounts-vs-Live-Accounts-Which-Does-What-Anyway/ba-p/9350&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2014 01:19:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-error/m-p/45160#M22870</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-07-10T01:19:37Z</dc:date>
    </item>
  </channel>
</rss>

