<?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 cannot be accepted in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33768#M18272</link>
    <description>&lt;P&gt;but how do i check my web server time ?&lt;/P&gt;</description>
    <pubDate>Fri, 29 Mar 2013 16:01:59 GMT</pubDate>
    <dc:creator>pierini1</dc:creator>
    <dc:date>2013-03-29T16:01:59Z</dc:date>
    <item>
      <title>(97) This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33719#M18223</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;Hello,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;i have got a free TEST AUTHORIZE account to process credit card transactions but i always get this final error:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT color="#FF0000"&gt;The following errors have occurred.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT color="#FF0000"&gt;(97) This transaction cannot be accepted.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;My hosting server is &lt;A target="_blank" href="http://www.eshost.es"&gt;www.eshost.es&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;I read solution reported here:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;A target="_blank" href="http://developer.authorize.net/tools/responsecode97/"&gt;http://developer.authorize.net/tools/responsecode97/&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;but i do not understand these 3 things:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;1) Your timestamp = &lt;STRONG&gt;97&lt;/STRONG&gt; seconds.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;The Authorize.Net system timestamp is &lt;STRONG&gt;1364404392&lt;/STRONG&gt; seconds.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;The difference is &lt;STRONG&gt;-1364404295&lt;/STRONG&gt; seconds.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;HOW DO I CALCULATE MY TIMESTAMP ????&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;2) Solution always reported here:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;A target="_blank" href="http://developer.authorize.net/tools/responsecode97/"&gt;http://developer.authorize.net/tools/responsecode97/&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;tells this:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3" color="#FF0000"&gt;&lt;U&gt;PHP&lt;/U&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3" color="#FF0000"&gt;In the simlib.php file, replace the following line:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3" color="#FF0000"&gt;$tstamp = time ();&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3" color="#FF0000"&gt;with this:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3" color="#FF0000"&gt;$tstamp = time () - (time difference in seconds); or $tstamp = time () + (time difference in seconds);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;but in my TEST AUTHORIZE ACCOUNT installed folder named "&lt;FONT color="#FF0000"&gt;anet_php_&lt;FONT size="3"&gt;sdk&lt;/FONT&gt;&lt;/FONT&gt;" there is any &lt;FONT color="#FF0000"&gt;simlib.php &lt;FONT color="#000000"&gt;file&lt;/FONT&gt;&lt;/FONT&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;So where is my &lt;FONT color="#FF0000"&gt;simlib.php&lt;/FONT&gt; file ?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;3) Verify that the time on the Web server that hosts the SIM script is configured correctly to the GMT time zone. You can also modify the SIM script to format UTC.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;How do i verify that my web server (&lt;A target="_blank" href="http://www.eshost.es)"&gt;www.eshost.es)&lt;/A&gt; is configured correctly to the GMT time zone ?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Goodbye.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2013 17:26:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33719#M18223</guid>
      <dc:creator>pierini1</dc:creator>
      <dc:date>2013-03-27T17:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33722#M18226</link>
      <description>&lt;P&gt;2) &lt;A target="_blank" href="http://developer.authorize.net/integration/fifteenminutes/#hosted"&gt;http://developer.authorize.net/integration/fifteenminutes/#hosted&lt;/A&gt;&lt;/P&gt;&lt;P&gt;simlib.php is in the sample code&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2013 18:01:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33722#M18226</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-03-27T18:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33737#M18241</link>
      <description>&lt;P&gt;No.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I downloaded sample code and it is the same file i had already downloaded with test authorize package.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So any more suggests about my problem ?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2013 08:37:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33737#M18241</guid>
      <dc:creator>pierini1</dc:creator>
      <dc:date>2013-03-28T08:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33738#M18242</link>
      <description>&lt;P&gt;EXCUSE ME, I DOWNLOADED &lt;FONT color="#FF0000"&gt;SIMLIB.PHP&lt;/FONT&gt; BUT NOW I DO NOT KNOW WHERE TO PUT IT IN MY AUTHORIZE PACKAGE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SO WHERE DO I INSTALL &lt;FONT color="#FF0000"&gt;SIMLIB.PHP&lt;/FONT&gt; ??&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2013 09:16:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33738#M18242</guid>
      <dc:creator>pierini1</dc:creator>
      <dc:date>2013-03-28T09:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33740#M18244</link>
      <description>&lt;P&gt;Oop. look like there is the old sample code. Where did you see&lt;/P&gt;&lt;P&gt;&lt;FONT size="1" color="#FF0000"&gt;&lt;U&gt;PHP&lt;/U&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1" color="#FF0000"&gt;In the simlib.php file, replace the following line:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1" color="#FF0000"&gt;$tstamp = time ();&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1" color="#FF0000"&gt;with this:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1" color="#FF0000"&gt;$tstamp = time () - (time difference in seconds); or $tstamp = time () + (time difference in seconds);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1" color="#FF0000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1" color="#FF0000"&gt;&lt;FONT size="1" color="#000000"&gt;Just chang&lt;FONT size="1"&gt;e the code in step &lt;FONT size="1"&gt;3 of the &lt;A target="_blank" href="http://developer.authorize.net/integration/fifteenminutes/#hosted"&gt;http://developer.authorize.net/integration/fifteenminutes/#hosted&lt;/A&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;$fp_timestamp &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt; time&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;();&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2013 11:19:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33740#M18244</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-03-28T11:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33760#M18264</link>
      <description>&lt;P&gt;i changed the step 3 code like you said but i still get that error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;The following errors have occurred.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;(97) This transaction cannot be accepted.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, how do i find out my web server time ?&lt;/P&gt;&lt;P&gt;My web server is &lt;A target="_blank" href="http://www.eshost.es"&gt;www.eshost.es&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And what is default time zone for Authorize.net displayed here ?:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://sandbox.authorize.net/UI/themes/sandbox/Settings/TimeZone.aspx"&gt;https://sandbox.authorize.net/UI/themes/sandbox/Settings/TimeZone.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I mean, which one of time zone shown in this pic ?:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://img593.imageshack.us/img593/7595/timemx.jpg"&gt;http://img593.imageshack.us/img593/7595/timemx.jpg&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2013 07:58:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33760#M18264</guid>
      <dc:creator>pierini1</dc:creator>
      <dc:date>2013-03-29T07:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33761#M18265</link>
      <description>&lt;P&gt;From &lt;A target="_blank" href="http://developer.authorize.net/tools/responsecode97/"&gt;http://developer.authorize.net/tools/responsecode97/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This error is received when the timestamp value submitted in &lt;EM&gt;x_fp_timestamp&lt;/EM&gt; is either 15 minutes ahead, or 15 minutes behind in Greenwich Mean Time (GMT) (this is the equivalent of 900 seconds ahead or 900 seconds behind in Coordinated Universal Time, or UTC).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From &lt;A target="_blank" href="http://php.net/manual/en/function.time.php"&gt;http://php.net/manual/en/function.time.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The function time() returns always timestamp that is timezone independent (=UTC). &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;From your orginal this is not right&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;1) Your timestamp = &lt;STRONG&gt;97&lt;/STRONG&gt; seconds.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2013 11:20:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33761#M18265</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-03-29T11:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33768#M18272</link>
      <description>&lt;P&gt;but how do i check my web server time ?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2013 16:01:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33768#M18272</guid>
      <dc:creator>pierini1</dc:creator>
      <dc:date>2013-03-29T16:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33769#M18273</link>
      <description>&lt;P&gt;but how do i check my web server time ? contact the server administrator&lt;/P&gt;&lt;P&gt;That shouldn't matter as&lt;/P&gt;&lt;P&gt;From &lt;A target="_blank" href="http://php.net/manual/en/function.time.php" rel="nofollow"&gt;http://php.net/manual/en/function.time.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The function time() returns always timestamp that is timezone independent (=&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;UTC&lt;/STRONG&gt;&lt;/FONT&gt;). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This error is received when the timestamp value submitted in &lt;EM&gt;x_fp_timestamp&lt;/EM&gt; is either 15 minutes ahead, or 15 minutes behind in Greenwich Mean Time (GMT) (this is the equivalent of 900 seconds ahead or 900 seconds behind in Coordinated Universal Time, or &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;UTC&lt;/FONT&gt;&lt;/STRONG&gt;).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2013 18:16:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33769#M18273</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-03-29T18:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33843#M18343</link>
      <description>&lt;P&gt;it still does not work.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i put right server time but it is not working...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How come ?&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2013 07:09:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33843#M18343</guid>
      <dc:creator>pierini1</dc:creator>
      <dc:date>2013-04-06T07:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33844#M18344</link>
      <description>&lt;P&gt;does it match? &lt;A target="_blank" href="http://developer.authorize.net/tools/responsecode97/"&gt;http://developer.authorize.net/tools/responsecode97/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2013 16:04:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33844#M18344</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-04-06T16:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33846#M18346</link>
      <description>&lt;P&gt;Well, you can see my web server time here:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://digitalsoftware.eshost.es/horario.php"&gt;http://digitalsoftware.eshost.es/horario.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and yes sure, it matches in &lt;A target="_blank" href="http://developer.authorize.net/tools/responsecode97/" rel="nofollow"&gt;http://developer.authorize.net/tools/responsecode97&amp;nbsp;&lt;/A&gt;because its value is -10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway can you tell me what do I have to edit in my sim.php scritps in order not to get&amp;nbsp; this error:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;The following errors have occurred.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;(97) This transaction cannot be accepted.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;This is my script to be edited in TIMESTAMP values:&lt;/FONT&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&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 = '2eGa3jT3V';&lt;BR /&gt;$transaction_key = '4wPT8m36C3G682kH';&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://certification.authorize.net/gateway/transact.dll"&gt;https://certification.authorize.net/gateway/transact.dll&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name="x_login" value="2eGa3jT3V" /&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="false" /&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;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2013 06:03:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33846#M18346</guid>
      <dc:creator>pierini1</dc:creator>
      <dc:date>2013-04-07T06:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33848#M18347</link>
      <description>&lt;P&gt;Run to the form post page, and look at the web broswer page source. See if the hidden x_fp_timestamp input field value is set correctly.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2013 11:19:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33848#M18347</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-04-07T11:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33851#M18350</link>
      <description>&lt;DIV class="lia-message-body lia-component-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Run to the form post page, and look at the web broswer page source. See if the hidden x_fp_timestamp input field value is set correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, the x_fp_timestamp value is correct but the problem is every second it changes.&lt;/P&gt;&lt;P&gt;I mean, my webserver time DIFFERENCE changes every second so i am not sure i checked the DIFFERENCE correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked DIFFERENCE here:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://developer.authorize.net/tools/responsecode97/"&gt;http://developer.authorize.net/tools/responsecode97/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Enter your timestamp (in seconds) box i entered this value:&lt;/P&gt;&lt;P&gt;1365399141&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;because my web server time shown here:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://digitalsoftware.eshost.es/horario.php"&gt;http://digitalsoftware.eshost.es/horario.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;told me it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but when i click again in my web server time link:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://digitalsoftware.eshost.es/horario.php"&gt;http://digitalsoftware.eshost.es/horario.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the value changes all the times infact now it tells me:&lt;/P&gt;&lt;P&gt;1365399198&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;so that difference cannnot be set in sim.php&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is right time difference ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 08 Apr 2013 05:34:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33851#M18350</guid>
      <dc:creator>pierini1</dc:creator>
      <dc:date>2013-04-08T05:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33853#M18352</link>
      <description>&lt;P&gt;Yes, the x_fp_timestamp value is correct but the problem is every second it changes.&lt;/P&gt;&lt;P&gt;I mean, my webserver time DIFFERENCE changes every second so i am not sure i checked the DIFFERENCE correctly.&lt;/P&gt;&lt;P&gt;So, did you actually look at the form post page source of the x_fp_timestamp value or just &lt;A target="_blank" href="http://digitalsoftware.eshost.es/horario.php" rel="nofollow"&gt;http://digitalsoftware.eshost.es/horario.php&lt;/A&gt; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;"is either 15 minutes ahead, or 15 minutes behind", so if it close, it would be ok.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, for test account, form post to &lt;A target="_blank" href="https://test.authorize.net/gateway/transact.dll"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2013 11:24:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33853#M18352</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-04-08T11:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33917#M18416</link>
      <description>&lt;P&gt;input type='hidden' name="x_fp_timestamp" value="-10" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where is the error ?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2013 12:47:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33917#M18416</guid>
      <dc:creator>pierini1</dc:creator>
      <dc:date>2013-04-12T12:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33918#M18417</link>
      <description>&lt;P&gt;the value should be like what you have in &lt;A target="_blank" href="http://digitalsoftware.eshost.es/horario.php"&gt;http://digitalsoftware.eshost.es/horario.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;e.g. 1365771149&lt;/P&gt;&lt;P&gt;and not -10&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2013 12:52:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33918#M18417</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-04-12T12:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33930#M18428</link>
      <description>&lt;P&gt;so why they told to insert the DIFFERENCE in seconds ?&lt;/P&gt;</description>
      <pubDate>Sat, 13 Apr 2013 10:53:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33930#M18428</guid>
      <dc:creator>pierini1</dc:creator>
      <dc:date>2013-04-13T10:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33933#M18431</link>
      <description>&lt;P&gt;no, they tell you to make it close to what authorize.net&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://developer.authorize.net/tools/responsecode97/" rel="nofollow"&gt;http://developer.authorize.net/tools/responsecode97/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;is getting by subtracting or adding to what your server time is.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2013 19:46:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33933#M18431</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-04-14T19:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33944#M18441</link>
      <description>&lt;P&gt;Ok so this is the result:&lt;/P&gt;&lt;P&gt;Your timestamp = &lt;STRONG&gt;1366055474&lt;/STRONG&gt; seconds.&lt;BR /&gt;The Authorize.Net system timestamp is &lt;STRONG&gt;1366055480&lt;/STRONG&gt; seconds.&lt;BR /&gt;The difference is &lt;STRONG&gt;-6&lt;/STRONG&gt; seconds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so i have go tto put &lt;STRONG&gt;1366055474&lt;/STRONG&gt;, right ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the problem is my timestamp (&lt;STRONG&gt;1366055474&lt;/STRONG&gt;) changes every second.....so is it right to put &lt;STRONG&gt;1366055474&lt;/STRONG&gt; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example now it is:&lt;/P&gt;&lt;P&gt;Your timestamp = &lt;STRONG&gt;1366055685&lt;/STRONG&gt; seconds.&lt;BR /&gt;The Authorize.Net system timestamp is &lt;STRONG&gt;1366055690&lt;/STRONG&gt; seconds.&lt;BR /&gt;The difference is &lt;STRONG&gt;-5&lt;/STRONG&gt; seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So do i have got to put &lt;STRONG&gt;1366055474&lt;/STRONG&gt; or &lt;STRONG&gt;1366055685&lt;/STRONG&gt; ?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2013 19:55:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted/m-p/33944#M18441</guid>
      <dc:creator>pierini1</dc:creator>
      <dc:date>2013-04-15T19:55:26Z</dc:date>
    </item>
  </channel>
</rss>

