<?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 trouble error 13 in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-trouble-error-13/m-p/17396#M9728</link>
    <description>&lt;P&gt;Yes, i am using the php code given. The api login and key are in place. I have already changed the test to secure in the link and it made no difference.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Sep 2011 22:45:42 GMT</pubDate>
    <dc:creator>shopherbal</dc:creator>
    <dc:date>2011-09-27T22:45:42Z</dc:date>
    <item>
      <title>SIM trouble error 13</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-trouble-error-13/m-p/17374#M9718</link>
      <description>&lt;P&gt;I have been trying to intergrate the checkout on my site and i got the buttons on my site just fine, the problem is when i click on them it takes me to a white page that reads -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following errors have occurred.&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;I'm using the code given on the website, I'm wondering what im supposed to put in the line that says - // Include the SDK you downloaded in Step 2﻿ - the sdk file downloaded containes quite a few things. I'm thinking this may be the reason i get the error page.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any help is apreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2011 17:59:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-trouble-error-13/m-p/17374#M9718</guid>
      <dc:creator>shopherbal</dc:creator>
      <dc:date>2011-09-27T17:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: SIM trouble error 13</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-trouble-error-13/m-p/17388#M9724</link>
      <description>&lt;P&gt;Are you using the PHP code at &lt;A target="_blank" href="https://developer.authorize.net/integration/fifteenminutes/php#hosted"&gt;https://developer.authorize.net/integration/fifteenminutes/php#hosted&lt;/A&gt;﻿&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ??&lt;/P&gt;&lt;P&gt;The (13) The .... error mean either&lt;/P&gt;&lt;P&gt;a)your merchant login ID ﻿or transactionKey is enter wrong﻿.&lt;/P&gt;&lt;PRE&gt;$api_login_id = 'YOUR_API_LOGIN_ID';&lt;BR /&gt;$transaction_key = 'YOUR_TRANSACTION_KEY';﻿&lt;/PRE&gt;&lt;P&gt;or b)you are using a production ID and key to the test server.&lt;/P&gt;&lt;PRE&gt;&amp;lt;form method='post' action="&lt;A target="_blank" href="https://test.authorize.net/gateway/transact.dll"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt;"&amp;gt;&lt;/PRE&gt;&lt;P&gt;﻿need to change to post to &lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll"&gt;https://secure.authorize.net/gateway/transact.dll&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2011 20:22:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-trouble-error-13/m-p/17388#M9724</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2011-09-27T20:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: SIM trouble error 13</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-trouble-error-13/m-p/17396#M9728</link>
      <description>&lt;P&gt;Yes, i am using the php code given. The api login and key are in place. I have already changed the test to secure in the link and it made no difference.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2011 22:45:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-trouble-error-13/m-p/17396#M9728</guid>
      <dc:creator>shopherbal</dc:creator>
      <dc:date>2011-09-27T22:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: SIM trouble error 13</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-trouble-error-13/m-p/17398#M9729</link>
      <description>&lt;P&gt;If it is a production loginID, Key and it posting to secure.authorize.net. Double check the loginID, Key, make sure there is no space between the quote('). And that no one accidentally change/regenerate the transaction Key.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2011 23:12:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-trouble-error-13/m-p/17398#M9729</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2011-09-27T23:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: SIM trouble error 13</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-trouble-error-13/m-p/17410#M9735</link>
      <description>&lt;P&gt;I checked again and re copied the code, no spaces, everything is correct, still the same problem.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2011 01:16:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-trouble-error-13/m-p/17410#M9735</guid>
      <dc:creator>shopherbal</dc:creator>
      <dc:date>2011-09-28T01:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: SIM trouble error 13</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-trouble-error-13/m-p/17426#M9743</link>
      <description>&lt;P&gt;Sound like you will need to call support.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2011 11:36:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-trouble-error-13/m-p/17426#M9743</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2011-09-28T11:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: SIM trouble error 13</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-trouble-error-13/m-p/17528#M9787</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only reason you will get an error 13 is if you're posting to a test URL and you are using a production account. For test accounts you will need to use &lt;A href="https://test.authorize.net/gateway/transact.dll" target="_blank"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt; and for production accounts it needs to be&amp;nbsp;&lt;A href="https://secure.authorize.net/gateway/transact.dll." target="_blank"&gt;https://secure.authorize.net/gateway/transact.dll.&lt;/A&gt; Another reason is if you are using your login id instead of your API Login id and the last reason is if your account is inactive. Those are the only 3 possible reasons why you will get this error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;-Joy&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2011 22:17:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-trouble-error-13/m-p/17528#M9787</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2011-09-30T22:17:39Z</dc:date>
    </item>
  </channel>
</rss>

