<?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: x_currency_code &amp;amp; x_fp_hash in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/x-currency-code-amp-x-fp-hash/m-p/34477#M18922</link>
    <description>&lt;P&gt;I tried removing the trailing ^ now ,&amp;nbsp; but it doesn't seem to be working... but thanks for the like, it's spot on, I am probably doing something wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any idea if the following is the right order for the parameters ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;OpenSSL::HMAC.hexdigest( OpenSSL::Digest::Digest.new('md5'), @gateway.transaction_key, "#{@gateway.login.to_s.rstrip}^#{x_fp_sequence.to_s.rstrip}^#{x_fp_timestamp.to_s.rstrip}^#{@order.total.to_s.rstrip}^#{@order.currency.to_s.rstrip}" ) %&amp;gt;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jun 2013 13:29:53 GMT</pubDate>
    <dc:creator>RaduDinca20</dc:creator>
    <dc:date>2013-06-03T13:29:53Z</dc:date>
    <item>
      <title>x_currency_code &amp; x_fp_hash</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/x-currency-code-amp-x-fp-hash/m-p/34475#M18920</link>
      <description>&lt;P&gt;Does anyone know How to generate a correct x_fp_hash that includes the x_currency_code field ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right now I am doing it like this:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;OpenSSL::HMAC.hexdigest( OpenSSL::Digest::Digest.new('md5'), @gateway.transaction_key, "#{@gateway.login.to_s.rstrip}^#{rand((1 &amp;lt;&amp;lt; 32 ) - 1).to_s.rstrip}^#{x_fp_sequence.to_s.rstrip}^#{@order.total.to_s.rstrip}^#{@order.currency.to_s.rstrip}^" )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and I get an 99 error code...&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2013 11:59:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/x-currency-code-amp-x-fp-hash/m-p/34475#M18920</guid>
      <dc:creator>RaduDinca20</dc:creator>
      <dc:date>2013-06-03T11:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: x_currency_code &amp; x_fp_hash</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/x-currency-code-amp-x-fp-hash/m-p/34476#M18921</link>
      <description>&lt;P&gt;&lt;A target="_blank" href="http://developer.authorize.net/guides/SIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=SIM_Submitting_transactions.html#1062350"&gt;http://developer.authorize.net/guides/SIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=SIM_Submitting_transactions.html#1062350&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="bo_Body_Text"&gt;Please note the required trailing “^” character. If you specify x_currency_code, then the value (for example, LVL) must be placed after the trailing caret.&lt;/DIV&gt;&lt;DIV class="ex1_Example1_outer"&gt;&lt;TABLE cellpadding="0" border="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV class="ex1_Example1_inner"&gt;&lt;SPAN&gt;Example &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV class="ex1_Example1_inner"&gt;Fingerprint input with currency code specified&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;DIV class="sd_ScreenDisplay"&gt;"authnettest^789^67897654^10.50^LVL"&lt;/DIV&gt;&lt;DIV class="sd_ScreenDisplay"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sd_ScreenDisplay"&gt;you have the ending caret which shouldn't be there.&lt;/DIV&gt;</description>
      <pubDate>Mon, 03 Jun 2013 12:05:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/x-currency-code-amp-x-fp-hash/m-p/34476#M18921</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-06-03T12:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: x_currency_code &amp; x_fp_hash</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/x-currency-code-amp-x-fp-hash/m-p/34477#M18922</link>
      <description>&lt;P&gt;I tried removing the trailing ^ now ,&amp;nbsp; but it doesn't seem to be working... but thanks for the like, it's spot on, I am probably doing something wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any idea if the following is the right order for the parameters ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;OpenSSL::HMAC.hexdigest( OpenSSL::Digest::Digest.new('md5'), @gateway.transaction_key, "#{@gateway.login.to_s.rstrip}^#{x_fp_sequence.to_s.rstrip}^#{x_fp_timestamp.to_s.rstrip}^#{@order.total.to_s.rstrip}^#{@order.currency.to_s.rstrip}" ) %&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2013 13:29:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/x-currency-code-amp-x-fp-hash/m-p/34477#M18922</guid>
      <dc:creator>RaduDinca20</dc:creator>
      <dc:date>2013-06-03T13:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: x_currency_code &amp; x_fp_hash</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/x-currency-code-amp-x-fp-hash/m-p/34478#M18923</link>
      <description>&lt;P&gt;Have you use the error 99 tools?&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://developer.authorize.net/tools/responsecode99/"&gt;https://developer.authorize.net/tools/responsecode99/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2013 13:28:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/x-currency-code-amp-x-fp-hash/m-p/34478#M18923</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-06-03T13:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: x_currency_code &amp; x_fp_hash</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/x-currency-code-amp-x-fp-hash/m-p/34479#M18924</link>
      <description>&lt;P&gt;I have tried and I always get different results than the ones from the browser.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2013 13:35:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/x-currency-code-amp-x-fp-hash/m-p/34479#M18924</guid>
      <dc:creator>RaduDinca20</dc:creator>
      <dc:date>2013-06-03T13:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: x_currency_code &amp; x_fp_hash</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/x-currency-code-amp-x-fp-hash/m-p/34480#M18925</link>
      <description>&lt;P&gt;Do you have any idea if the following is the right order for the parameters ?&lt;/P&gt;&lt;P&gt;&amp;nbsp; OpenSSL::HMAC.hexdigest( OpenSSL:&lt;IMG border="0" src="https://ip1.i.lithium.com/a5e8111e4114f6b38a8c349a8b499bdf280dc87e/687474703a2f2f617574686f72697a652e692e6c69746869756d2e636f6d2f692f736d696c6965732f31367831365f736d696c65792d766572792d68617070792e676966" title="Smiley Very Happy" alt=":smileyvery-happy:" /&gt;igest:&lt;IMG border="0" src="https://ip1.i.lithium.com/a5e8111e4114f6b38a8c349a8b499bdf280dc87e/687474703a2f2f617574686f72697a652e692e6c69746869756d2e636f6d2f692f736d696c6965732f31367831365f736d696c65792d766572792d68617070792e676966" title="Smiley Very Happy" alt=":smileyvery-happy:" /&gt;igest.new('md5'), @gateway.transaction_key, "#{@gateway.login.to_s.rstrip}^#{x_fp_sequence.to_s.rstrip}^#{x_fp_timestamp.to_s.rstrip}^#{@order.total.to_s.rstrip}^#{@order.currency.to_s.rstrip}" ) %&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the order look right. I'm not familiar with the Ruby coding. could you debug to see if it got data correctly?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2013 14:03:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/x-currency-code-amp-x-fp-hash/m-p/34480#M18925</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-06-03T14:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: x_currency_code &amp; x_fp_hash</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/x-currency-code-amp-x-fp-hash/m-p/34488#M18933</link>
      <description>&lt;P&gt;Well ... cannot really since x_fp_hash is not returned as a param&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;&amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt; &lt;SPAN&gt;class&lt;/SPAN&gt;="&lt;A target="_blank"&gt;textInput&lt;/A&gt;" &lt;SPAN&gt;id&lt;/SPAN&gt;="&lt;A target="_blank"&gt;x_login&lt;/A&gt;" &lt;SPAN&gt;name&lt;/SPAN&gt;="&lt;A target="_blank"&gt;x_login&lt;/A&gt;" &lt;SPAN&gt;type&lt;/SPAN&gt;="&lt;A target="_blank"&gt;hidden&lt;/A&gt;" &lt;SPAN&gt;value&lt;/SPAN&gt;="&lt;A target="_blank"&gt;4s8QPsNt9a&lt;/A&gt;" &lt;SPAN&gt;/&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt; &lt;SPAN&gt;class&lt;/SPAN&gt;="&lt;A target="_blank"&gt;textInput&lt;/A&gt;" &lt;SPAN&gt;id&lt;/SPAN&gt;="&lt;A target="_blank"&gt;x_ammount&lt;/A&gt;" &lt;SPAN&gt;name&lt;/SPAN&gt;="&lt;A target="_blank"&gt;x_ammount&lt;/A&gt;" &lt;SPAN&gt;type&lt;/SPAN&gt;="&lt;A target="_blank"&gt;hidden&lt;/A&gt;" &lt;SPAN&gt;value&lt;/SPAN&gt;="&lt;A target="_blank"&gt;111.0&lt;/A&gt;" &lt;SPAN&gt;/&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt; &lt;SPAN&gt;class&lt;/SPAN&gt;="&lt;A target="_blank"&gt;textInput&lt;/A&gt;" &lt;SPAN&gt;id&lt;/SPAN&gt;="&lt;A target="_blank"&gt;x_fp_sequence&lt;/A&gt;" &lt;SPAN&gt;name&lt;/SPAN&gt;="&lt;A target="_blank"&gt;x_fp_sequence&lt;/A&gt;" &lt;SPAN&gt;type&lt;/SPAN&gt;="&lt;A target="_blank"&gt;hidden&lt;/A&gt;" &lt;SPAN&gt;value&lt;/SPAN&gt;="&lt;A target="_blank"&gt;1368566616&lt;/A&gt;" &lt;SPAN&gt;/&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt; &lt;SPAN&gt;class&lt;/SPAN&gt;="&lt;A target="_blank"&gt;textInput&lt;/A&gt;" &lt;SPAN&gt;id&lt;/SPAN&gt;="&lt;A target="_blank"&gt;x_currency_code&lt;/A&gt;" &lt;SPAN&gt;name&lt;/SPAN&gt;="&lt;A target="_blank"&gt;x_currency_code&lt;/A&gt;" &lt;SPAN&gt;type&lt;/SPAN&gt;="&lt;A target="_blank"&gt;hidden&lt;/A&gt;" &lt;SPAN&gt;value&lt;/SPAN&gt;="&lt;A target="_blank"&gt;USD&lt;/A&gt;" &lt;SPAN&gt;/&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt; &lt;SPAN&gt;class&lt;/SPAN&gt;="&lt;A target="_blank"&gt;textInput&lt;/A&gt;" &lt;SPAN&gt;id&lt;/SPAN&gt;="&lt;A target="_blank"&gt;x_fp_hash&lt;/A&gt;" &lt;SPAN&gt;name&lt;/SPAN&gt;="&lt;A target="_blank"&gt;x_fp_hash&lt;/A&gt;" &lt;SPAN&gt;type&lt;/SPAN&gt;="&lt;A target="_blank"&gt;hidden&lt;/A&gt;" &lt;SPAN&gt;value&lt;/SPAN&gt;="&lt;A target="_blank"&gt;2c24a50c4edf9b524fdff5c2e8c7e8e9&lt;/A&gt;" &lt;SPAN&gt;/&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt; &lt;SPAN&gt;class&lt;/SPAN&gt;="&lt;A target="_blank"&gt;textInput&lt;/A&gt;" &lt;SPAN&gt;id&lt;/SPAN&gt;="&lt;A target="_blank"&gt;x_fp_timestamp&lt;/A&gt;" &lt;SPAN&gt;name&lt;/SPAN&gt;="&lt;A target="_blank"&gt;x_fp_timestamp&lt;/A&gt;" &lt;SPAN&gt;type&lt;/SPAN&gt;="&lt;A target="_blank"&gt;hidden&lt;/A&gt;" &lt;SPAN&gt;value&lt;/SPAN&gt;="&lt;A target="_blank"&gt;1370333787&lt;/A&gt;" &lt;SPAN&gt;/&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt; &lt;SPAN&gt;class&lt;/SPAN&gt;="&lt;A target="_blank"&gt;textInput&lt;/A&gt;" &lt;SPAN&gt;id&lt;/SPAN&gt;="&lt;A target="_blank"&gt;x_type&lt;/A&gt;" &lt;SPAN&gt;name&lt;/SPAN&gt;="&lt;A target="_blank"&gt;x_type&lt;/A&gt;" &lt;SPAN&gt;type&lt;/SPAN&gt;="&lt;A target="_blank"&gt;hidden&lt;/A&gt;" &lt;SPAN&gt;value&lt;/SPAN&gt;="&lt;A target="_blank"&gt;AUTH_CAPTURE&lt;/A&gt;" &lt;SPAN&gt;/&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt; &lt;SPAN&gt;class&lt;/SPAN&gt;="&lt;A target="_blank"&gt;textInput&lt;/A&gt;" &lt;SPAN&gt;id&lt;/SPAN&gt;="&lt;A target="_blank"&gt;x_test_request&lt;/A&gt;" &lt;SPAN&gt;name&lt;/SPAN&gt;="&lt;A target="_blank"&gt;x_test_request&lt;/A&gt;" &lt;SPAN&gt;type&lt;/SPAN&gt;="&lt;A target="_blank"&gt;hidden&lt;/A&gt;" &lt;SPAN&gt;value&lt;/SPAN&gt;="&lt;A target="_blank"&gt;FALSE&lt;/A&gt;" &lt;SPAN&gt;/&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt; &lt;SPAN&gt;class&lt;/SPAN&gt;="&lt;A target="_blank"&gt;textInput&lt;/A&gt;" &lt;SPAN&gt;id&lt;/SPAN&gt;="&lt;A target="_blank"&gt;x_version&lt;/A&gt;" &lt;SPAN&gt;name&lt;/SPAN&gt;="&lt;A target="_blank"&gt;x_version&lt;/A&gt;" &lt;SPAN&gt;type&lt;/SPAN&gt;="&lt;A target="_blank"&gt;hidden&lt;/A&gt;" &lt;SPAN&gt;value&lt;/SPAN&gt;="&lt;A target="_blank"&gt;3.1&lt;/A&gt;" &lt;SPAN&gt;/&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt; &lt;SPAN&gt;class&lt;/SPAN&gt;="&lt;A target="_blank"&gt;textInput&lt;/A&gt;" &lt;SPAN&gt;id&lt;/SPAN&gt;="&lt;A target="_blank"&gt;x_relay_response&lt;/A&gt;" &lt;SPAN&gt;name&lt;/SPAN&gt;="&lt;A target="_blank"&gt;x_relay_response&lt;/A&gt;" &lt;SPAN&gt;type&lt;/SPAN&gt;="&lt;A target="_blank"&gt;hidden&lt;/A&gt;" &lt;SPAN&gt;value&lt;/SPAN&gt;="&lt;A target="_blank"&gt;TRUE&lt;/A&gt;" &lt;SPAN&gt;/&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{"x_test_request"=&amp;gt;"true", "x_amount"=&amp;gt;"0.00", "x_ship_to_state"=&amp;gt;"", "x_ship_to_first_name"=&amp;gt;"", "x_cust_id"=&amp;gt;"", "x_city"=&amp;gt;"", "x_auth_code"=&amp;gt;"000000", "commit"=&amp;gt;"", "x_ship_to_city"=&amp;gt;"", "x_ship_to_last_name"=&amp;gt;"", "x_email"=&amp;gt;"", "x_state"=&amp;gt;"", "x_avs_code"=&amp;gt;"P", "x"=&amp;gt;{"month"=&amp;gt;"2", "year"=&amp;gt;"2015"}, "x_MD5_Hash"=&amp;gt;"ECDA29B57FFCCE5D27B3C77248B04DF8", "x_fax"=&amp;gt;"", "x_company"=&amp;gt;"", "x_account_number"=&amp;gt;"", "x_first_name"=&amp;gt;"", "x_po_num"=&amp;gt;"", "x_invoice_num"=&amp;gt;"", "x_country"=&amp;gt;"", "x_address"=&amp;gt;"", "x_last_name"=&amp;gt;"", "action"=&amp;gt;"relay_response", "x_ship_to_country"=&amp;gt;"", "x_ship_to_zip"=&amp;gt;"", "x_ship_to_address"=&amp;gt;"", "x_ship_to_company"=&amp;gt;"", "x_type"=&amp;gt;"auth_capture", "x_trans_id"=&amp;gt;"0", "x_tax_exempt"=&amp;gt;"FALSE", "x_tax"=&amp;gt;"0.00", "x_zip"=&amp;gt;"", "x_card_type"=&amp;gt;"", "x_response_code"=&amp;gt;"3", "x_duty"=&amp;gt;"0.00", "x_ammount"=&amp;gt;"111.0", "x_freight"=&amp;gt;"0.00", "controller"=&amp;gt;"authorize_net", "x_cavv_response"=&amp;gt;"", "x_phone"=&amp;gt;"", "x_cvv2_resp_code"=&amp;gt;"", "x_description"=&amp;gt;"", "x_method"=&amp;gt;"", "x_response_reason_text"=&amp;gt;"(TESTMODE) This transaction cannot be accepted.", "x_response_reason_code"=&amp;gt;"99"}&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2013 08:26:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/x-currency-code-amp-x-fp-hash/m-p/34488#M18933</guid>
      <dc:creator>RaduDinca20</dc:creator>
      <dc:date>2013-06-04T08:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: x_currency_code &amp; x_fp_hash</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/x-currency-code-amp-x-fp-hash/m-p/34489#M18934</link>
      <description>&lt;P&gt;The strange thing is that now when I introduce the values from the browser in the authorize.net tool , I obtain the same x_fp_hash as the one I am generating ... but I still get code 99 , which is completely abnormal imo since code 99 is related only to x_fp_hash.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2013 10:40:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/x-currency-code-amp-x-fp-hash/m-p/34489#M18934</guid>
      <dc:creator>RaduDinca20</dc:creator>
      <dc:date>2013-06-04T10:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: x_currency_code &amp; x_fp_hash</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/x-currency-code-amp-x-fp-hash/m-p/34490#M18935</link>
      <description>&lt;PRE&gt;&lt;SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;="&lt;A target="_blank"&gt;x_ammount&lt;/A&gt;" &lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;should be x_amount&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2013 11:12:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/x-currency-code-amp-x-fp-hash/m-p/34490#M18935</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-06-04T11:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: x_currency_code &amp; x_fp_hash</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/x-currency-code-amp-x-fp-hash/m-p/34491#M18936</link>
      <description>&lt;P&gt;Oh ... lol ... if this is the mistake I'll kick myself.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LE: Basically there were two problems :&lt;/P&gt;&lt;P&gt;1. The silly typo for amount&lt;/P&gt;&lt;P&gt;2. The fact that authorize.net requires two decimals format for amount&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2013 11:47:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/x-currency-code-amp-x-fp-hash/m-p/34491#M18936</guid>
      <dc:creator>RaduDinca20</dc:creator>
      <dc:date>2013-06-04T11:47:13Z</dc:date>
    </item>
  </channel>
</rss>

