<?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: ARB silent post hash incorrect in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-silent-post-hash-incorrect/m-p/50561#M25996</link>
    <description>&lt;P&gt;Of course only a moment later I notice the answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Authorize.net hash is in uppercase. &amp;nbsp;So the correct PHP code is below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$hash = strtoupper(md5('testHASH123HASH'.$_POST['x_trans_id'].$_POST['x_amount']));&lt;/PRE&gt;</description>
    <pubDate>Tue, 05 May 2015 18:53:31 GMT</pubDate>
    <dc:creator>calebpitman1</dc:creator>
    <dc:date>2015-05-05T18:53:31Z</dc:date>
    <item>
      <title>ARB silent post hash incorrect</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-silent-post-hash-incorrect/m-p/50560#M25995</link>
      <description>&lt;P&gt;My hash isn't matching. I'm sure it's a mistake on my end, but I cannot figure out how. There's not a lot to go wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My PHP hash is below. You can see it's in the order that Authorize.net documentation says it should be. ( hashTransIdAmount); I've verified that x_trans_id and x_amount are indeed actual values. The hash originally did not match, so I changed it again. Does the hash value take time to update, or is it effective as soon as it's changed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$hash = md5('testHASH123HASH'.$_POST['x_trans_id'].$_POST['x_amount']);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will also confirm that I am receiving ARB posts, not AIM.&amp;nbsp;I am receiving the subscription_id. Also, is it possible to force a silent post of an ARB transaction for testing, or do I have to wait for the ARB processing job each night?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2015 18:49:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-silent-post-hash-incorrect/m-p/50560#M25995</guid>
      <dc:creator>calebpitman1</dc:creator>
      <dc:date>2015-05-05T18:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: ARB silent post hash incorrect</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-silent-post-hash-incorrect/m-p/50561#M25996</link>
      <description>&lt;P&gt;Of course only a moment later I notice the answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Authorize.net hash is in uppercase. &amp;nbsp;So the correct PHP code is below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$hash = strtoupper(md5('testHASH123HASH'.$_POST['x_trans_id'].$_POST['x_amount']));&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 May 2015 18:53:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-silent-post-hash-incorrect/m-p/50561#M25996</guid>
      <dc:creator>calebpitman1</dc:creator>
      <dc:date>2015-05-05T18:53:31Z</dc:date>
    </item>
  </channel>
</rss>

