<?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 Response Code 99 Error in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-Code-99-Error/m-p/30974#M16180</link>
    <description>&lt;P&gt;I have used the&amp;nbsp;&lt;A href="https://developer.authorize.net/tools/responsecode99/" target="_blank"&gt;Response Code 99 Tool&lt;/A&gt;&amp;nbsp;and have also used the&amp;nbsp;&lt;A href="https://developer.authorize.net/tools/paramdump/index.php" target="_blank"&gt;https://developer.authorize.net/tools/paramdump/index.php&lt;/A&gt;&amp;nbsp;page to verify my post and other data, but I still get a Response Code 99 error. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using asp.net MVC3, and here is an example of the form that sends the post:&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" src="https://ip1.i.lithium.com/47780f2a57c7ee8cd1744967fbcb7b9cdcc60507/687474703a2f2f692e696d6775722e636f6d2f5764346e302e706e67" height="379" width="1026" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the image. &amp;nbsp;TinyMCE doesnt like the html it created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried posting to "&lt;SPAN&gt;&lt;A href="https://test.authorize.net/gateway/transact.dll" target="_blank"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt;", but the account I am testing is not a Test account. &amp;nbsp; Any advice?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;EDIT: Forgot to mention I'm doing SIM.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Oct 2012 21:36:47 GMT</pubDate>
    <dc:creator>jhanson</dc:creator>
    <dc:date>2012-10-30T21:36:47Z</dc:date>
    <item>
      <title>Response Code 99 Error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-Code-99-Error/m-p/30974#M16180</link>
      <description>&lt;P&gt;I have used the&amp;nbsp;&lt;A href="https://developer.authorize.net/tools/responsecode99/" target="_blank"&gt;Response Code 99 Tool&lt;/A&gt;&amp;nbsp;and have also used the&amp;nbsp;&lt;A href="https://developer.authorize.net/tools/paramdump/index.php" target="_blank"&gt;https://developer.authorize.net/tools/paramdump/index.php&lt;/A&gt;&amp;nbsp;page to verify my post and other data, but I still get a Response Code 99 error. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using asp.net MVC3, and here is an example of the form that sends the post:&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" src="https://ip1.i.lithium.com/47780f2a57c7ee8cd1744967fbcb7b9cdcc60507/687474703a2f2f692e696d6775722e636f6d2f5764346e302e706e67" height="379" width="1026" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the image. &amp;nbsp;TinyMCE doesnt like the html it created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried posting to "&lt;SPAN&gt;&lt;A href="https://test.authorize.net/gateway/transact.dll" target="_blank"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt;", but the account I am testing is not a Test account. &amp;nbsp; Any advice?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;EDIT: Forgot to mention I'm doing SIM.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2012 21:36:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-Code-99-Error/m-p/30974#M16180</guid>
      <dc:creator>jhanson</dc:creator>
      <dc:date>2012-10-30T21:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Response Code 99 Error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-Code-99-Error/m-p/30980#M16183</link>
      <description>&lt;P&gt;amount need 2 decimal for the x_fp_hash. so on your example need to be 75.00&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you still getting Error 99 that use the &lt;A href="https://developer.authorize.net/tools/responsecode99/" target="_blank"&gt;https://developer.authorize.net/tools/responsecode99/&lt;/A&gt; to make sure the timestamp is correct.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2012 01:05:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-Code-99-Error/m-p/30980#M16183</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-10-31T01:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Response Code 99 Error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-Code-99-Error/m-p/31040#M16212</link>
      <description>&lt;P&gt;Thank you for your reply!&amp;nbsp; I found the problem, but it wasn't necessarily with the 75 or 75.00.&amp;nbsp; If you take a closer look, you may notice that I have a typo in "x_amount".&amp;nbsp; Just goes to show how looking at the same problem all day can distract you from checking the simpler things.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again for your help.&amp;nbsp; Unknowingly, you pointed me in the right direction.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2012 14:15:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-Code-99-Error/m-p/31040#M16212</guid>
      <dc:creator>jhanson</dc:creator>
      <dc:date>2012-11-01T14:15:47Z</dc:date>
    </item>
  </channel>
</rss>

