<?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: Is this an error in the DPM docs? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-this-an-error-in-the-DPM-docs/m-p/21963#M11922</link>
    <description>&lt;P&gt;Is correct, relay response work the same way for all API that support it.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jan 2012 19:07:39 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2012-01-20T19:07:39Z</dc:date>
    <item>
      <title>Is this an error in the DPM docs?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-this-an-error-in-the-DPM-docs/m-p/21957#M11919</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've bee learning about the DPM and I saw this in the documentation...&lt;/P&gt;&lt;PRE&gt;Note   Unless you have explicitly set MD5-Hash in the merchant interface (using Account 
&amp;gt; Settings &amp;gt; Security Settings &amp;gt; MD5-Hash), leave this as an empty string.
&amp;lt;?php require_once 'anet_php_sdk/AuthorizeNet.php'; // The SDK
$redirect_url = "http://YOUR_DOMAIN .com/receipt_page.php"; // 
Where the user 
will end up.
$api_login_id = 'YOUR_API_LOGIN_ID';
$md5_setting = ""; // Your MD5 Setting
$response = new AuthorizeNetSIM($api_login_id, $md5_setting);
if ($response-&amp;gt;isAuthorizeNet())
{
if ($response-&amp;gt;approved)
   {
       // Do your processing here.
       $redirect_url .= '?response_code=1&amp;amp;transaction_id=' .
       $response-&amp;gt;transaction_id;
   }
   else
   {.............more code&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Please note the $response =&amp;nbsp;&amp;nbsp;&amp;nbsp; LINE&lt;/P&gt;&lt;P&gt;it states... new AuthorizeNet&lt;U&gt;&lt;STRONG&gt;SIM&lt;/STRONG&gt;&lt;/U&gt;($api_login_id, $md5_setting);&lt;/P&gt;&lt;P&gt;specifying "SIM"&lt;/P&gt;&lt;P&gt;Shouldnt this be DPM?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't really know,. as I am just getting up to speed,&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;MrFitz&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2012 17:16:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-this-an-error-in-the-DPM-docs/m-p/21957#M11919</guid>
      <dc:creator>mr_fitz</dc:creator>
      <dc:date>2012-01-20T17:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is this an error in the DPM docs?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-this-an-error-in-the-DPM-docs/m-p/21963#M11922</link>
      <description>&lt;P&gt;Is correct, relay response work the same way for all API that support it.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2012 19:07:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-this-an-error-in-the-DPM-docs/m-p/21963#M11922</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-01-20T19:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is this an error in the DPM docs?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-this-an-error-in-the-DPM-docs/m-p/21989#M11935</link>
      <description>&lt;P&gt;Some of the DPM mechanics duplicate SIM mechanics and therefore call functions from that class.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2012 05:51:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-this-an-error-in-the-DPM-docs/m-p/21989#M11935</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-21T05:51:30Z</dc:date>
    </item>
  </channel>
</rss>

