<?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: (97) This transaction can not be accepted. SIM API Classic ASP in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-can-not-be-accepted-SIM-API-Classic-ASP/m-p/56151#M30960</link>
    <description>&lt;P&gt;Thank You for the sample code. &amp;nbsp;It was helpful in figuring out the problem.&lt;BR /&gt;&lt;BR /&gt;It turns out that I had a type-o. &amp;nbsp;The input&amp;nbsp;&lt;SPAN&gt;"x_fp_ timestamp" has a space&amp;nbsp;&lt;BR /&gt;in the name, but was imperceptable due to the underscore. &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for helping.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Nov 2016 05:46:28 GMT</pubDate>
    <dc:creator>cyberella</dc:creator>
    <dc:date>2016-11-10T05:46:28Z</dc:date>
    <item>
      <title>(97) This transaction can not be accepted. SIM API Classic ASP</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-can-not-be-accepted-SIM-API-Classic-ASP/m-p/56145#M30955</link>
      <description>&lt;P&gt;I am trying to start my coding/testing with a basic SIM form. I am getting (97) error.&lt;/P&gt;&lt;P&gt;I am using the simlib.asp and md5.asp files that I downloaded from the barrynovak5/SWOGC&lt;BR /&gt;repository to create my timestamp and fingerprint. I have used the timestamp checking&lt;BR /&gt;tool ( &lt;A href="http://developer.authorize.net/tools/responsecode97/" target="_blank"&gt;http://developer.authorize.net/tools/responsecode97/&lt;/A&gt; ) and my result is always&lt;BR /&gt;a small positive number &amp;lt; 60. I have taken the code down to bare bones and posted it&lt;BR /&gt;below. Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;%@LANGUAGE="VBSCRIPT"%&amp;gt;&lt;BR /&gt;&amp;lt;% option explicit %&amp;gt;&lt;BR /&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "&lt;A href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" target="_blank"&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;html xmlns="&lt;A href="http://www.w3.org/1999/xhtml" target="_blank"&gt;http://www.w3.org/1999/xhtml&lt;/A&gt;" lang="en" xml:lang="en"&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;!--#include virtual="/includes/simlib.asp" --&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;lt;body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;% dim utcDate, nSeqNumber, cAmount, nLoginId, nTransKey, sFingerprint&lt;BR /&gt;nLoginId = "My Login"&lt;BR /&gt;nTransKey = "My Transaction Key"&lt;BR /&gt;utcDate = simTimeStamp( now() )&lt;BR /&gt;cAmount = "12.50"&lt;BR /&gt;Dim max,min&lt;BR /&gt;max=1000&lt;BR /&gt;min=1&lt;BR /&gt;Randomize&lt;BR /&gt;nSeqNumber = (Int((max-min+1)*Rnd+min))&lt;BR /&gt;sFingerprint = HMAC( nTransKey, nLoginId &amp;amp; "^" &amp;amp; nSeqNumber &amp;amp; "^" &amp;amp; utcDate &amp;amp; "^" &amp;amp; cAmount &amp;amp; "^" )&lt;BR /&gt;%&amp;gt;&lt;BR /&gt;&amp;lt;FORM METHOD=POST ACTION= "&lt;A href="https://test.authorize.net/gateway/transact.dll" target="_blank"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&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_fp_hash" VALUE="&amp;lt;%=sFingerprint%&amp;gt;"&amp;gt;&lt;BR /&gt;&amp;lt;INPUT TYPE=HIDDEN NAME="x_fp_sequence" VALUE="&amp;lt;%=nSeqNumber%&amp;gt;"&amp;gt;&lt;BR /&gt;&amp;lt;INPUT TYPE=HIDDEN NAME="x_fp_ timestamp" VALUE="&amp;lt;%=utcDate%&amp;gt;"&amp;gt;&lt;BR /&gt;&amp;lt;INPUT TYPE=HIDDEN NAME="x_amount" VALUE="&amp;lt;%=cAmount%&amp;gt;"&amp;gt;&lt;BR /&gt;&amp;lt;INPUT TYPE=HIDDEN NAME="x_login" VALUE="&amp;lt;%=nLoginId%&amp;gt;"&amp;gt;&lt;BR /&gt;&amp;lt;INPUT TYPE=HIDDEN NAME="x_trans_id" VALUE="&amp;lt;%=nTransKey%&amp;gt;"&amp;gt;&lt;/P&gt;&lt;P&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;BR /&gt;&amp;lt;/body&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 03:49:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-can-not-be-accepted-SIM-API-Classic-ASP/m-p/56145#M30955</guid>
      <dc:creator>cyberella</dc:creator>
      <dc:date>2016-11-09T03:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction can not be accepted. SIM API Classic ASP</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-can-not-be-accepted-SIM-API-Classic-ASP/m-p/56149#M30958</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20866"&gt;@cyberella&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would suggest look at the SIM sample code on &lt;A href="https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Sample-Code/m-p/55258/highlight/true#M30174" target="_self"&gt;this thread&lt;/A&gt;. &amp;nbsp;It's no longer supported by us but it may provide some clues if you compare to the code you have.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 22:33:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-can-not-be-accepted-SIM-API-Classic-ASP/m-p/56149#M30958</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-11-09T22:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction can not be accepted. SIM API Classic ASP</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-can-not-be-accepted-SIM-API-Classic-ASP/m-p/56151#M30960</link>
      <description>&lt;P&gt;Thank You for the sample code. &amp;nbsp;It was helpful in figuring out the problem.&lt;BR /&gt;&lt;BR /&gt;It turns out that I had a type-o. &amp;nbsp;The input&amp;nbsp;&lt;SPAN&gt;"x_fp_ timestamp" has a space&amp;nbsp;&lt;BR /&gt;in the name, but was imperceptable due to the underscore. &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for helping.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 05:46:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-can-not-be-accepted-SIM-API-Classic-ASP/m-p/56151#M30960</guid>
      <dc:creator>cyberella</dc:creator>
      <dc:date>2016-11-10T05:46:28Z</dc:date>
    </item>
  </channel>
</rss>

