<?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 99 in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/82#M56</link>
    <description>&lt;P&gt;Hi Joe,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for joining our community! To answer your question, an error 99 occurs when the payment gateway cannot authenticate the transaction fingerprint submitted for your SIM transaction. So basically, the transaction fingerprint recreated by the payment gateway does not match the transaction fingerprint being submitted in &lt;EM&gt;x_fp_hash&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For&amp;nbsp;security reasons, SIM requires&amp;nbsp;the generation of a fingerprint hash, based on five values: amount, API Login ID, Transaction Key, timestamp and sequence number. If there are any issues with one of these values or the generation process, you will see an error 99.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The most likely causes you should look for are:&lt;BR /&gt; &lt;BR /&gt; 1) The Transaction Key that you have embedded in your script is not correct. Just to be sure, generate a new transaction key, disable the old transaction key, and enter the new value in your script and test the connection.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To obtain the Transaction Key:&lt;/P&gt;
&lt;BLOCKQUOTE style="margin-right: 0px;" dir="ltr"&gt;
&lt;P&gt;1. Log into the Merchant Interface at &lt;A rel="nofollow" href="https://secure.authorize.net/" target="_blank"&gt;https://account.authorize.net&lt;/A&gt;.&lt;BR /&gt; &lt;BR /&gt; 2.&amp;nbsp;Click &lt;STRONG&gt;Settings&lt;/STRONG&gt; in the main left side menu.&lt;BR /&gt; &lt;BR /&gt; 3.&amp;nbsp;Click &lt;STRONG&gt;API Login ID and Transaction Key.&lt;BR /&gt; &lt;/STRONG&gt;&lt;BR /&gt; 4.&amp;nbsp;Enter your Secret Answer (the answer to your Secret Question configured at account setup).&lt;BR /&gt; &lt;BR /&gt; 5.&amp;nbsp;To disable the old transaction key, click the check box labeled &lt;STRONG&gt;Disable Old Transaction Key&lt;/STRONG&gt;.&amp;nbsp;&lt;BR /&gt; &lt;EM&gt;(Note: If the Disable Old Transaction Key check box is not selected, the old transaction key will automatically expire in 24 hours.)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;6.&amp;nbsp;Click &lt;STRONG&gt;Submit&lt;/STRONG&gt; to continue. Your new Transaction Key is displayed.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You need to be sure to have your API Login ID and Transaction Key set in your scripts. When using PHP and ASP sample scripts, these fields must be filled out in your simdata.php or simdata.asp file, respectively. In the PERL sample script, it must be entered into the sim.pl script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) The amount has to be set in your scripting prior to the generation of the fingerprint hash. This usually means that the amount should be set in a previous form and posted to the script that generates the fingerprint hash.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) You may not be properly posting all the required fields for SIM.&lt;BR /&gt; &lt;BR /&gt; All &lt;FONT face="arial,helvetica,sans-serif"&gt;of the following fields must be present in your payment form request in order for the transaction to be accepted:&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;1. API Login ID (&lt;CODE&gt;x_Login&lt;/CODE&gt;)&lt;BR /&gt; 2. The sequence number of the transaction (&lt;CODE&gt;x_FP_Sequence&lt;/CODE&gt;)&lt;BR /&gt; 3. The time when the sequence number was generated (&lt;CODE&gt;x_FP_Timestamp&lt;/CODE&gt;)&lt;BR /&gt; 4. The Fingerprint Hash (&lt;CODE&gt;x_FP_Has&lt;/CODE&gt;h)&lt;BR /&gt; 5. The amount of the transaction (&lt;CODE&gt;x_Amoun&lt;/CODE&gt;t)&lt;/FONT&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;4) If you are attempting to pass the field &lt;CODE&gt;x_currency_code&lt;/CODE&gt; with your payment form request, you must include this field in your fingerprint hash generation. Since Authorize.Net currently handles transaction amounts in US Dollars only, you could also just stop passing &lt;CODE&gt;x_currency_code&lt;/CODE&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also check out our error 99 resolution tool at &lt;A rel="nofollow" href="https://developer.authorize.net/response_code_99.asp?page_id=7199" target="_blank"&gt;https://developer.authorize.net/response_code_99.asp?page_id=7199 &lt;/A&gt;for more troubleshooting help.&lt;A rel="nofollow" href="https://developer.authorize.net/response_code_99.asp?page_id=7199" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hopefully this helps! Let us know if you were able to figure out what the problem was.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again,&lt;/P&gt;
&lt;P&gt;Mimi&lt;/P&gt;</description>
    <pubDate>Wed, 09 Sep 2009 19:06:20 GMT</pubDate>
    <dc:creator>Mimi</dc:creator>
    <dc:date>2009-09-09T19:06:20Z</dc:date>
    <item>
      <title>SiM - Error 99</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/67#M44</link>
      <description>&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having a small issue.&amp;nbsp; I am using a SiM account and I downloaded the test code from authorize.net's site.&amp;nbsp; It works just fine if I enter in a static $ amount for x_amount.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when&amp;nbsp;I try to pass a vaule via the web to it, it gives me an error 99.&amp;nbsp; Can anyone help me with this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2009 16:21:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/67#M44</guid>
      <dc:creator>jdawson</dc:creator>
      <dc:date>2009-09-08T16:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: SiM - Error 99</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/82#M56</link>
      <description>&lt;P&gt;Hi Joe,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for joining our community! To answer your question, an error 99 occurs when the payment gateway cannot authenticate the transaction fingerprint submitted for your SIM transaction. So basically, the transaction fingerprint recreated by the payment gateway does not match the transaction fingerprint being submitted in &lt;EM&gt;x_fp_hash&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For&amp;nbsp;security reasons, SIM requires&amp;nbsp;the generation of a fingerprint hash, based on five values: amount, API Login ID, Transaction Key, timestamp and sequence number. If there are any issues with one of these values or the generation process, you will see an error 99.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The most likely causes you should look for are:&lt;BR /&gt; &lt;BR /&gt; 1) The Transaction Key that you have embedded in your script is not correct. Just to be sure, generate a new transaction key, disable the old transaction key, and enter the new value in your script and test the connection.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To obtain the Transaction Key:&lt;/P&gt;
&lt;BLOCKQUOTE style="margin-right: 0px;" dir="ltr"&gt;
&lt;P&gt;1. Log into the Merchant Interface at &lt;A rel="nofollow" href="https://secure.authorize.net/" target="_blank"&gt;https://account.authorize.net&lt;/A&gt;.&lt;BR /&gt; &lt;BR /&gt; 2.&amp;nbsp;Click &lt;STRONG&gt;Settings&lt;/STRONG&gt; in the main left side menu.&lt;BR /&gt; &lt;BR /&gt; 3.&amp;nbsp;Click &lt;STRONG&gt;API Login ID and Transaction Key.&lt;BR /&gt; &lt;/STRONG&gt;&lt;BR /&gt; 4.&amp;nbsp;Enter your Secret Answer (the answer to your Secret Question configured at account setup).&lt;BR /&gt; &lt;BR /&gt; 5.&amp;nbsp;To disable the old transaction key, click the check box labeled &lt;STRONG&gt;Disable Old Transaction Key&lt;/STRONG&gt;.&amp;nbsp;&lt;BR /&gt; &lt;EM&gt;(Note: If the Disable Old Transaction Key check box is not selected, the old transaction key will automatically expire in 24 hours.)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;6.&amp;nbsp;Click &lt;STRONG&gt;Submit&lt;/STRONG&gt; to continue. Your new Transaction Key is displayed.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You need to be sure to have your API Login ID and Transaction Key set in your scripts. When using PHP and ASP sample scripts, these fields must be filled out in your simdata.php or simdata.asp file, respectively. In the PERL sample script, it must be entered into the sim.pl script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) The amount has to be set in your scripting prior to the generation of the fingerprint hash. This usually means that the amount should be set in a previous form and posted to the script that generates the fingerprint hash.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) You may not be properly posting all the required fields for SIM.&lt;BR /&gt; &lt;BR /&gt; All &lt;FONT face="arial,helvetica,sans-serif"&gt;of the following fields must be present in your payment form request in order for the transaction to be accepted:&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;1. API Login ID (&lt;CODE&gt;x_Login&lt;/CODE&gt;)&lt;BR /&gt; 2. The sequence number of the transaction (&lt;CODE&gt;x_FP_Sequence&lt;/CODE&gt;)&lt;BR /&gt; 3. The time when the sequence number was generated (&lt;CODE&gt;x_FP_Timestamp&lt;/CODE&gt;)&lt;BR /&gt; 4. The Fingerprint Hash (&lt;CODE&gt;x_FP_Has&lt;/CODE&gt;h)&lt;BR /&gt; 5. The amount of the transaction (&lt;CODE&gt;x_Amoun&lt;/CODE&gt;t)&lt;/FONT&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;4) If you are attempting to pass the field &lt;CODE&gt;x_currency_code&lt;/CODE&gt; with your payment form request, you must include this field in your fingerprint hash generation. Since Authorize.Net currently handles transaction amounts in US Dollars only, you could also just stop passing &lt;CODE&gt;x_currency_code&lt;/CODE&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also check out our error 99 resolution tool at &lt;A rel="nofollow" href="https://developer.authorize.net/response_code_99.asp?page_id=7199" target="_blank"&gt;https://developer.authorize.net/response_code_99.asp?page_id=7199 &lt;/A&gt;for more troubleshooting help.&lt;A rel="nofollow" href="https://developer.authorize.net/response_code_99.asp?page_id=7199" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hopefully this helps! Let us know if you were able to figure out what the problem was.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again,&lt;/P&gt;
&lt;P&gt;Mimi&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2009 19:06:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/82#M56</guid>
      <dc:creator>Mimi</dc:creator>
      <dc:date>2009-09-09T19:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: SiM - Error 99</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/655#M524</link>
      <description>&lt;P&gt;You need to trim the amount field, there is probably a white space (CR or new line) at the end. Note I observe this problem with IE, but it does not happen in Firefox&lt;/P&gt;</description>
      <pubDate>Sun, 25 Oct 2009 00:21:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/655#M524</guid>
      <dc:creator>ajeancharles</dc:creator>
      <dc:date>2009-10-25T00:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: SiM - Error 99</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/656#M525</link>
      <description>&lt;P&gt;Look it is not enought to repeat your manual. These people are smart and can read it. This problem happens with IE when there is &lt;STRONG&gt;white space at the end of the x_amount &lt;/STRONG&gt;field. This is why he has the problem for non-static values, for static dollar amount, he has no problem (hence don't read him your manual). He probably has a drop down list and the amounts in the drop down were stored as &lt;EM&gt;&lt;STRONG&gt;white space separated list&lt;/STRONG&gt;&lt;/EM&gt; ( CR, NL, Blank ). In IE, his code get the extra- white space as part of the amount input, in Firefox, the white space is removed. When the info is posted to the website, you code is hashing the x_amount field without the white space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;He need to &lt;STRONG&gt;trim the white space&lt;/STRONG&gt; and then do the hashing thing, &lt;STRONG&gt;trim(x_amount)&lt;/STRONG&gt;. By the way, Firefox takes care of the trimming.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had the same problem and the trimming made it go away. You can also do "&lt;EM&gt;&lt;STRONG&gt;view source&lt;/STRONG&gt;&lt;/EM&gt;" in both IE and Firefox and observe the extra white space from IE, when you have a list separated by CR or new line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Oct 2009 00:39:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/656#M525</guid>
      <dc:creator>ajeancharles</dc:creator>
      <dc:date>2009-10-25T00:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: SiM - Error 99</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/9434#M6227</link>
      <description>&lt;P&gt;I was unable to find posts with error 99 where the fingerprint matches. In my situation I was able to duplicate their generated fingerprint (using the 99 tool) with my generated fingerprint. I checked for whitespace and there was no issue there. The representative had me change the case of the amount variable from x_Amount to x_amount as well as generating a new transaction key. I also verified that our server's time was no more than a second behind real time. Nothing would alleviate the error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This issue is intermittent as I can see other transactions being processed while I still get error 99. Any insight would be appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2011 00:21:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/9434#M6227</guid>
      <dc:creator>justinbmiller</dc:creator>
      <dc:date>2011-01-14T00:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: SiM - Error 99</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/9506#M6257</link>
      <description>&lt;P&gt;Hi Justin, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm confused as to why you are certain that the fingerprint matches, since the error 99 only occurs when the fingerprint value that you submit does not match the one that is generated in the Authorize.Net system. Since you don't know what fingerprint value that is, I am unclear why you believe that it matches. I can only guess that you are assuming that it matches becuase the generation of your fingerprint value using the Error 99 Tool on the developer center matches what you are submitting with your transaction(s). This does not mean that the value you are generating is correct as far as what should be submitted, it only means that your code is generating your fingerprint value correctly as far as how you are telling it to. Generally, if the Error 99 Tool generates the same value that you are submitting, yet you are seeing an error 99, it indicates that the values which you are using to generate the fingerprint value are not the correct values that should be used, such as when you include the x_currency_code value pair in your POST but do not include this value in the generation of your fingerprint value. If this does not help you clear up the error 99 that you are seeing please send all of the details of what you are sending and seeing in response to developer@authorize.net, but please make sure to mask any secure data as email is not a secure form of communication. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Elaine&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2011 09:39:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/9506#M6257</guid>
      <dc:creator>Elaine</dc:creator>
      <dc:date>2011-01-17T09:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: SiM - Error 99</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/34355#M18826</link>
      <description>&lt;P&gt;&amp;nbsp;I'm having the same basic problem, and I even went to the Response Code 99 Tool page and generated the fingerprint, which matches the fingerprint from my system exactly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Is there something I need to fill in here that I'm overlooking?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;?php&lt;/P&gt;&lt;P&gt;&amp;nbsp;echo '&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;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;echo '&amp;lt;input type="hidden" name="x_login" value="'. $api_login_id .'" /&amp;gt;';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;echo '&amp;lt;input type="hidden" name="x_fp_hash" value="'. $fingerprint .'" /&amp;gt;';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;echo '&amp;lt;input type="hidden" name="x_amount" value="'. $amount .'" /&amp;gt;';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;echo '&amp;lt;input type="hidden" name="x_fp_timestamp" value="'. $fp_timestamp .'" /&amp;gt;';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;echo '&amp;lt;input type="hidden" name="x_fp_sequence" value="'. $fp_sequence .'" /&amp;gt;';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;echo '&amp;lt;input type="hidden" name="x_version" value="3.1"&amp;gt;';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;echo '&amp;lt;input type="hidden" name="x_show_form" value="payment_form"&amp;gt;';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;echo '&amp;lt;input type="hidden" name="x_test_request" value="false" /&amp;gt;';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;echo '&amp;lt;input type="hidden" name="x_method" value="cc"&amp;gt;';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;echo '&amp;lt;input type = "image" src="images/Checkout-Button2.png" /&amp;gt;';&lt;BR /&gt;echo '&amp;lt;/form&amp;gt;';&lt;/P&gt;&lt;P&gt;?&amp;gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2013 20:27:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/34355#M18826</guid>
      <dc:creator>DigitalDreams1</dc:creator>
      <dc:date>2013-05-24T20:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: SiM - Error 99</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/34358#M18829</link>
      <description>&lt;P&gt;the only thing I could think of is to check the web browser page source on your form post page to make sure everything is correct, no extra space in the values, 2 decimal for the amount, etc.&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2013 20:43:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/34358#M18829</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-05-24T20:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: SiM - Error 99</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/34363#M18834</link>
      <description>&lt;P&gt;&amp;nbsp;I've checked that, plus I had to input that same informaton into the Response Code Tool remember, so if something was amiss, it should have shown up there first.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Does the x_test_request" value=" need to be set to TRUE or do any of the other hidden fields need to changed from their default values found on the sample code page?&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2013 21:23:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/34363#M18834</guid>
      <dc:creator>DigitalDreams1</dc:creator>
      <dc:date>2013-05-24T21:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: SiM - Error 99</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/34364#M18835</link>
      <description>&lt;P&gt;Usually is typo on something. but if&amp;nbsp; you checked the page source and you are only using those post fields.&lt;/P&gt;&lt;P&gt;The only thing that I could think of is the transactionkey somehow got change on the merchant account settings, regenerate it.&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2013 21:31:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/34364#M18835</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-05-24T21:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: SiM - Error 99</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/34365#M18836</link>
      <description>&lt;P&gt;&amp;nbsp;That did it! Had to re-generate the Transaction Code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks a bunch!&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2013 21:48:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/34365#M18836</guid>
      <dc:creator>DigitalDreams1</dc:creator>
      <dc:date>2013-05-24T21:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: SiM - Error 99</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/34505#M18950</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm the webmaster for the Military Order of the Cootie, Supreme Headquarters and presently the store that they are using is through Storefront. &amp;nbsp; I was tasked to create a store with the Dreamweaver extension e-Cart. &amp;nbsp;I'm quite sure that the transaction code that Storefront is using is the same one that I'm using to test my pages. &amp;nbsp;So, I'm wondering if there might possibly be a conflict there that is creating my 99 error. &amp;nbsp;I don't want to create a new transaction code and shut out Storefront until I get the rest of the store built. &amp;nbsp;Here is the link to the donate page that I created to test the transactions: &amp;nbsp;&lt;/SPAN&gt;&lt;A target="_blank" href="http://lotcs.org/WA_eCart/donate.php"&gt;http://lotcs.org/WA_eCart/donate.php&lt;/A&gt;&lt;SPAN&gt;. &amp;nbsp;It all works except when I try to submit the order. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E-Cart automatically creates the checkout and confirmation pages. &amp;nbsp;I'm trying to use the Response Code 99 Tool. &amp;nbsp;However, I don't know what values to enter for the x_fp_sequence or the x_fp_timestamp. &amp;nbsp;Also, I don't know where to compare the code that is generated by the Response Code 99 Tool. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code on my confirmation page looks like this: &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" name="x_fp_timestamp" id="x_fp_timestamp" value="&amp;lt;?php $WACalculatedHash = WA_CalculateHash("&lt;STRONG&gt;&lt;EM&gt;Login ID&lt;/EM&gt;&lt;/STRONG&gt;", "&lt;EM&gt;&lt;STRONG&gt;Transaction Code&lt;/STRONG&gt;&lt;/EM&gt;", "".$Donate-&amp;gt;GrandTotal() ."", "".AuthNet_RandomID() ."", "USD")?&amp;gt;&amp;lt;?php echo $WACalculatedHash[1]; ?&amp;gt;" /&amp;gt;&lt;BR /&gt;&amp;lt;input type="hidden" name="x_fp_hash" id="x_fp_hash" value="&amp;lt;?php echo $WACalculatedHash[0]; ?&amp;gt;" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(The Login ID and Transaction Code were deleted for security reasons and are in bold type).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Any help would be greatly appreciated...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2013 20:43:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/34505#M18950</guid>
      <dc:creator>Supreme_Geek</dc:creator>
      <dc:date>2013-06-05T20:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: SiM - Error 99</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/34507#M18952</link>
      <description>&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;Never mind. &amp;nbsp;I rechecked the transaction code in "Code View" on Dreamweaver. &amp;nbsp;Somehow, e-Cart truncated the code when it created the pages. &amp;nbsp;Go figure eh? &amp;nbsp;Thanks anyway!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2013 20:57:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SiM-Error-99/m-p/34507#M18952</guid>
      <dc:creator>Supreme_Geek</dc:creator>
      <dc:date>2013-06-05T20:57:45Z</dc:date>
    </item>
  </channel>
</rss>

