<?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: Please Help: DPM response does not validate in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-Help-DPM-response-does-not-validate/m-p/25281#M13496</link>
    <description>&lt;P&gt;This is fantastic if correct! So how do I get my merchant hash?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got several hashes when I signed up but didn't see any labelled "merchant hash".&lt;/P&gt;</description>
    <pubDate>Mon, 02 Apr 2012 23:01:30 GMT</pubDate>
    <dc:creator>jonathanwood</dc:creator>
    <dc:date>2012-04-02T23:01:30Z</dc:date>
    <item>
      <title>Please Help: DPM response does not validate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-Help-DPM-response-does-not-validate/m-p/25255#M13483</link>
      <description>&lt;P&gt;I've been struggling to get this up and running for several days now. Can anyone help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using ASP.NET MVC and the DPM API. But the response back from the server doesn't validate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's some sample code. The hard-coded values are ones returned in the post form data. The first two arguments hold the values I was given when I created my test account. The transaction is approved, but the code below sets ok to false! Can anyone see where I've gone awry?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;bool ok = Crypto.IsMatch(AuthorizeNetAccount.TransactionKey, AuthorizeNetAccount.LoginId,
    "2170482722", 99.99M, "D49924634EE78B8427CC1C17635917E0");&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Thanks for any suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2012 20:20:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-Help-DPM-response-does-not-validate/m-p/25255#M13483</guid>
      <dc:creator>jonathanwood</dc:creator>
      <dc:date>2012-04-02T20:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Please Help: DPM response does not validate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-Help-DPM-response-does-not-validate/m-p/25257#M13484</link>
      <description>&lt;P&gt;The first param is your MD5 setting(set in the merchant account settings), not the transactionKey.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2012 20:28:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-Help-DPM-response-does-not-validate/m-p/25257#M13484</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-04-02T20:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Please Help: DPM response does not validate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-Help-DPM-response-does-not-validate/m-p/25263#M13487</link>
      <description>&lt;P&gt;Thanks much for the reply. However, I'm still a bit confused. Here's some code from the SDK download I got from the Authorize.NET website.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;public bool Validate(string merchantHash, string apiLogin)
{
    return Crypto.IsMatch(merchantHash, apiLogin, this.TransactionID,
        this.Amount, this.MD5Hash);
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Isn't the last argumet the MD5?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2012 21:48:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-Help-DPM-response-does-not-validate/m-p/25263#M13487</guid>
      <dc:creator>jonathanwood</dc:creator>
      <dc:date>2012-04-02T21:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Please Help: DPM response does not validate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-Help-DPM-response-does-not-validate/m-p/25279#M13495</link>
      <description>&lt;P&gt;The first one is your merchant account md5 hash setting. The last one is the relay response MD5 hash.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2012 22:58:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-Help-DPM-response-does-not-validate/m-p/25279#M13495</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-04-02T22:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Please Help: DPM response does not validate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-Help-DPM-response-does-not-validate/m-p/25281#M13496</link>
      <description>&lt;P&gt;This is fantastic if correct! So how do I get my merchant hash?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got several hashes when I signed up but didn't see any labelled "merchant hash".&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2012 23:01:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-Help-DPM-response-does-not-validate/m-p/25281#M13496</guid>
      <dc:creator>jonathanwood</dc:creator>
      <dc:date>2012-04-02T23:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Please Help: DPM response does not validate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-Help-DPM-response-does-not-validate/m-p/25289#M13500</link>
      <description>&lt;P&gt;Try blank if it is not set.&lt;/P&gt;&lt;P&gt;Or login to your merchant. Under Account - Settings -&amp;nbsp;Security Settings - MD5 Hash and change it.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2012 23:32:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-Help-DPM-response-does-not-validate/m-p/25289#M13500</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-04-02T23:32:19Z</dc:date>
    </item>
  </channel>
</rss>

