<?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: DPM vs SIM in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-vs-SIM/m-p/49612#M25161</link>
    <description>&lt;P&gt;Yes, that's it, once I removed the if condition code everyhting worked as expected. Thanks for all your insights and I really appreciate your help.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Feb 2015 23:29:46 GMT</pubDate>
    <dc:creator>smartk1977</dc:creator>
    <dc:date>2015-02-10T23:29:46Z</dc:date>
    <item>
      <title>DPM vs SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-vs-SIM/m-p/49579#M25131</link>
      <description>&lt;P&gt;I understand that DPM gives user a wider flexibility of using our own Payment, relay url and Receipt form. Where as in SIM, we use Authorize.net's hosted payment form and receipt form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any possibility of using hosted payment form but use relay url and receipt form using DPM? The reason for this is our project requirement mandates to use hosted payment form and have full control of receipt form. I have tried using this way with sandbox account, but could not get relay url working even though transaction got approved.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2015 18:35:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-vs-SIM/m-p/49579#M25131</guid>
      <dc:creator>smartk1977</dc:creator>
      <dc:date>2015-02-09T18:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: DPM vs SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-vs-SIM/m-p/49580#M25132</link>
      <description>&lt;P&gt;Both SIM/DPM use relay url and receipt form.&lt;/P&gt;&lt;P&gt;The only different is the hosted payment form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;read the basics and trouble shooting&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Relay-Response-Basics-and-Troubleshooting/ba-p/9536"&gt;http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Relay-Response-Basics-and-Troubleshooting/ba-p/9536&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Look at doc&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://developer.authorize.net/api/dpm/"&gt;http://developer.authorize.net/api/dpm/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://developer.authorize.net/api/sim/"&gt;http://developer.authorize.net/api/sim/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2015 18:53:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-vs-SIM/m-p/49580#M25132</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-02-09T18:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: DPM vs SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-vs-SIM/m-p/49582#M25134</link>
      <description>&lt;P&gt;Thanks for the links, now I am clear. However, when I give the following html tags exactly as mentioned in sample code of SIM authorize.net + relay url, my transaction is getting approved but the relay url is not being called. I just see blank page with url "&lt;A target="_blank" href="https://test.authorize.net/gateway/transact.dll&amp;quot;."&gt;https://test.authorize.net/gateway/transact.dll".&lt;/A&gt; I have also added "relayurl" in Merchant account under &lt;SPAN class="MainHeaderFont"&gt;Response/Receipt URLs of &lt;SPAN class="DefaultSmallFont"&gt;&amp;nbsp;&amp;nbsp;Default Relay Response URL&lt;/SPAN&gt;. I am not really sure what I am missing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="error"&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;FORM&lt;/SPAN&gt; &lt;SPAN class="attribute-name"&gt;NAME&lt;/SPAN&gt;='&lt;A target="_blank"&gt;formName&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;ID&lt;/SPAN&gt;='&lt;A target="_blank"&gt;formID&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;ACTION&lt;/SPAN&gt;='&lt;A target="_blank" href="view-source:https://test.authorize.net/gateway/transact.dll"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;METHOD&lt;/SPAN&gt;='&lt;A target="_blank"&gt;POST&lt;/A&gt;'&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;INPUT&lt;/SPAN&gt; &lt;SPAN class="attribute-name"&gt;TYPE&lt;/SPAN&gt;='&lt;A target="_blank"&gt;HIDDEN&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;NAME&lt;/SPAN&gt;='&lt;A target="_blank"&gt;x_login&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;VALUE&lt;/SPAN&gt;='djljk'&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;INPUT&lt;/SPAN&gt; &lt;SPAN class="attribute-name"&gt;TYPE&lt;/SPAN&gt;='&lt;A target="_blank"&gt;HIDDEN&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;NAME&lt;/SPAN&gt;='&lt;A target="_blank"&gt;x_fp_sequence&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;VALUE&lt;/SPAN&gt;='111'&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;INPUT&lt;/SPAN&gt; &lt;SPAN class="attribute-name"&gt;TYPE&lt;/SPAN&gt;='&lt;A target="_blank"&gt;HIDDEN&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;NAME&lt;/SPAN&gt;='&lt;A target="_blank"&gt;x_fp_timestamp&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;VALUE&lt;/SPAN&gt;='222'&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;INPUT&lt;/SPAN&gt; &lt;SPAN class="attribute-name"&gt;TYPE&lt;/SPAN&gt;='&lt;A target="_blank"&gt;HIDDEN&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;NAME&lt;/SPAN&gt;='&lt;A target="_blank"&gt;x_fp_hash&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;VALUE&lt;/SPAN&gt;='dfhdkfhd'&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;INPUT&lt;/SPAN&gt; &lt;SPAN class="attribute-name"&gt;TYPE&lt;/SPAN&gt;='&lt;A target="_blank"&gt;HIDDEN&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;NAME&lt;/SPAN&gt;='&lt;A target="_blank"&gt;x_version&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;VALUE&lt;/SPAN&gt;='&lt;A target="_blank"&gt;3.1&lt;/A&gt;'&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;INPUT&lt;/SPAN&gt; &lt;SPAN class="attribute-name"&gt;TYPE&lt;/SPAN&gt;='&lt;A target="_blank"&gt;HIDDEN&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;NAME&lt;/SPAN&gt;='&lt;A target="_blank"&gt;x_method&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;VALUE&lt;/SPAN&gt;='&lt;A target="_blank"&gt;CC&lt;/A&gt;'&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;INPUT&lt;/SPAN&gt; &lt;SPAN class="attribute-name"&gt;TYPE&lt;/SPAN&gt;='&lt;A target="_blank"&gt;HIDDEN&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;NAME&lt;/SPAN&gt;='&lt;A target="_blank"&gt;x_type&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;VALUE&lt;/SPAN&gt;='&lt;A target="_blank"&gt;AUTH_ONLY&lt;/A&gt;'&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;INPUT&lt;/SPAN&gt; &lt;SPAN class="attribute-name"&gt;TYPE&lt;/SPAN&gt;='&lt;A target="_blank"&gt;TEXT&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;NAME&lt;/SPAN&gt;='&lt;A target="_blank"&gt;x_amount&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;VALUE&lt;/SPAN&gt;='&lt;A target="_blank"&gt;77&lt;/A&gt;'&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;INPUT&lt;/SPAN&gt; &lt;SPAN class="attribute-name"&gt;TYPE&lt;/SPAN&gt;='&lt;A target="_blank"&gt;HIDDEN&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;NAME&lt;/SPAN&gt;='&lt;A target="_blank"&gt;x_show_form&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;VALUE&lt;/SPAN&gt;='&lt;A target="_blank"&gt;payment_form&lt;/A&gt;'&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;INPUT&lt;/SPAN&gt; &lt;SPAN class="attribute-name"&gt;TYPE&lt;/SPAN&gt;='&lt;A target="_blank"&gt;HIDDEN&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;NAME&lt;/SPAN&gt;='&lt;A target="_blank"&gt;x_test_request&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;VALUE&lt;/SPAN&gt;='&lt;A target="_blank"&gt;FALSE&lt;/A&gt;'&amp;gt;&lt;/SPAN&gt; 
      &lt;SPAN&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;input&lt;/SPAN&gt; &lt;SPAN class="attribute-name"&gt;type&lt;/SPAN&gt;='&lt;A target="_blank"&gt;hidden&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;name&lt;/SPAN&gt;='&lt;A target="_blank"&gt;x_relay_url&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;value&lt;/SPAN&gt;='relayurl' /&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;input&lt;/SPAN&gt; &lt;SPAN class="attribute-name"&gt;type&lt;/SPAN&gt;='&lt;A target="_blank"&gt;hidden&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;name&lt;/SPAN&gt;='&lt;A target="_blank"&gt;x_relay_response&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;value&lt;/SPAN&gt;='&lt;A target="_blank"&gt;TRUE&lt;/A&gt;' /&amp;gt;&lt;/SPAN&gt;

      &lt;SPAN&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;INPUT&lt;/SPAN&gt; &lt;SPAN class="attribute-name"&gt;TYPE&lt;/SPAN&gt;='&lt;A target="_blank"&gt;SUBMIT&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;NAME&lt;/SPAN&gt;='&lt;A target="_blank"&gt;submit_button&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;VALUE&lt;/SPAN&gt;='&lt;A target="_blank"&gt;Submit&lt;/A&gt;' &lt;SPAN class="attribute-name"&gt;CLASS&lt;/SPAN&gt;='&lt;A target="_blank"&gt;null&lt;/A&gt;'&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN&gt;&amp;lt;/&lt;SPAN class="end-tag"&gt;FORM&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Feb 2015 00:35:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-vs-SIM/m-p/49582#M25134</guid>
      <dc:creator>smartk1977</dc:creator>
      <dc:date>2015-02-10T00:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: DPM vs SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-vs-SIM/m-p/49583#M25135</link>
      <description>&lt;P&gt;Are you getting an error? the receipt page?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2015 00:49:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-vs-SIM/m-p/49583#M25135</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-02-10T00:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: DPM vs SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-vs-SIM/m-p/49593#M25143</link>
      <description>&lt;P&gt;No I am just getting a blank page with url staying at "&lt;A rel="nofollow" href="https://test.authorize.net/gateway/transact.dll%22." target="_blank"&gt;https://test.authorize.net/gateway/transact.dll"&lt;/A&gt; when I give correct credit card information. I have double checked sandbox merchant account to see approved transactions. This is simple SIM App, but not at all sure what I am missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the other hand, when I ran another application using DPM and custom payment form, everything works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please confirm whether it is mandatory to set relay url in merchant account for SIM? The reason is when I set this url manually, DPM stopped working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2015 14:46:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-vs-SIM/m-p/49593#M25143</guid>
      <dc:creator>smartk1977</dc:creator>
      <dc:date>2015-02-10T14:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: DPM vs SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-vs-SIM/m-p/49598#M25148</link>
      <description>&lt;P&gt;That how it what it relay the response of your relay response URL, the url stay at authorize.net unless you do a javascript to redirect it to your site&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the other hand, when I ran another application using DPM and custom payment form, everything works fine.&lt;/P&gt;&lt;P&gt;Can you please confirm whether it is mandatory to set relay url in merchant account for SIM? The reason is when I set this url manually, DPM stopped working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So DPM and SIM have different relay URL, you have to check your url page to see what the different are.&lt;/P&gt;&lt;P&gt;You can either setup multiple relay url(one for DPM and one for SIM), or not set it at all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2015 15:11:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-vs-SIM/m-p/49598#M25148</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-02-10T15:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: DPM vs SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-vs-SIM/m-p/49603#M25153</link>
      <description>&lt;P&gt;Thanks for clear explanation. This means a lot for novice users of authorize.net. Ok, to make it simple, I have just created only one application (web project in java) with following pages where both sim/dpm payment forms use other pages.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a) sim payment form&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b) dpm payment form&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c) relay page (uses java script to redirect to receipt page)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d) receipt page&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DPM page works perfectly fine with custom payment form by showing receipt page at end. SIM page takes to blank page with url "&lt;A target="_blank" href="https://test.authorize.net/gateway/transact.dll&amp;quot;."&gt;https://test.authorize.net/gateway/transact.dll".&lt;/A&gt; In both cases transactions are approved. Currently, I did not set any redirect/receipt urls in merchant interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please guide me with your insights.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2015 16:31:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-vs-SIM/m-p/49603#M25153</guid>
      <dc:creator>smartk1977</dc:creator>
      <dc:date>2015-02-10T16:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: DPM vs SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-vs-SIM/m-p/49607#M25157</link>
      <description>&lt;P&gt;How are you redirecting the screen. Sound like it failed.&lt;/P&gt;&lt;P&gt;Can you look in the browser page source on the "blank" relay page? or run a http network monitor like Fiddler to see if there an error?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2015 17:52:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-vs-SIM/m-p/49607#M25157</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-02-10T17:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: DPM vs SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-vs-SIM/m-p/49608#M25158</link>
      <description>&lt;P&gt;I am using javascript to redirect and the following page source of relay url clearly says that transaction is approved,but not going to receipt page. Just to let you know I copied receipt url from the below text and could access that page on browser. Also, this relay url works fine when I use dpm page. This must be some redirection problem. By any chance do I need to change any settings to use sim in merchant account?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="doctype"&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/SPAN&gt;
&lt;SPAN&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;html&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;head&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;meta&lt;/SPAN&gt; &lt;SPAN class="attribute-name"&gt;http-equiv&lt;/SPAN&gt;="&lt;A target="_blank"&gt;Content-Type&lt;/A&gt;" &lt;SPAN class="attribute-name"&gt;content&lt;/SPAN&gt;="&lt;A target="_blank"&gt;text/html; charset=UTF-8&lt;/A&gt;"&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;title&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;Helper&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/&lt;SPAN class="end-tag"&gt;title&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN&gt;&amp;lt;/&lt;SPAN class="end-tag"&gt;head&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;body&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        
            
     
    &lt;SPAN&gt;&amp;lt;/&lt;SPAN class="end-tag"&gt;body&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN&gt;&amp;lt;/&lt;SPAN class="end-tag"&gt;html&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;


&lt;SPAN class="error doctype"&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class="error"&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;html&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN class="error error"&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;head&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;meta&lt;/SPAN&gt; &lt;SPAN class="attribute-name"&gt;http-equiv&lt;/SPAN&gt;="&lt;A target="_blank"&gt;Content-Type&lt;/A&gt;" &lt;SPAN class="attribute-name"&gt;content&lt;/SPAN&gt;="&lt;A target="_blank"&gt;text/html; charset=UTF-8&lt;/A&gt;"&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;title&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;Payment Gateway Relay URL&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/&lt;SPAN class="end-tag"&gt;title&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN class="error"&gt;&amp;lt;/&lt;SPAN class="end-tag"&gt;head&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN class="error"&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;body&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        
   &lt;SPAN&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;script&lt;/SPAN&gt; &lt;SPAN class="attribute-name"&gt;type&lt;/SPAN&gt;="&lt;A target="_blank"&gt;text/javascript&lt;/A&gt;"&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;    
      var referrer = document.referrer;
      if (referrer.substr(0,7)=="http://") referrer = referrer.substr(7);
      if (referrer.substr(0,8)=="https://") referrer = referrer.substr(8);
      if (referrer &amp;amp;&amp;amp; referrer.indexOf(document.location.hostname) != 0) {

      
            
        // Use Javascript to redirect the page to the receipt redirect url.
        // If Javascript is not available, then the &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;m&lt;/SPAN&gt;&lt;SPAN&gt;eta&amp;gt; refresh tag will handle the redirect. 
        document.location = "http://abc/def/receipt.jsp?x_invoice_num=&amp;amp;x_response_code=1&amp;amp;x_response_reason_code=1&amp;amp;x_response_reason_text=This+transaction+has+been+approved.&amp;amp;x_trans_id=2228334517";
      }
    
    &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/&lt;SPAN class="end-tag"&gt;script&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
    
    &lt;SPAN&gt;&amp;lt;&lt;SPAN class="start-tag"&gt;noscript&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;meta http-equiv="refresh" content="0;url=http://abc/def/receipt.jsp?x_invoice_num=&amp;amp;x_response_code=1&amp;amp;x_response_reason_code=1&amp;amp;x_response_reason_text=This+transaction+has+been+approved.&amp;amp;x_trans_id=2228334517"&amp;gt;
    &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/&lt;SPAN class="end-tag"&gt;noscript&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
    
    &lt;SPAN&gt;&amp;lt;/&lt;SPAN class="end-tag"&gt;body&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN&gt;&amp;lt;/&lt;SPAN class="end-tag"&gt;html&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN class="doctype"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Feb 2015 18:17:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-vs-SIM/m-p/49608#M25158</guid>
      <dc:creator>smartk1977</dc:creator>
      <dc:date>2015-02-10T18:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: DPM vs SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-vs-SIM/m-p/49609#M25159</link>
      <description>&lt;PRE&gt;&lt;SPAN&gt;if (referrer.substr(0,7)=="http://") referrer = referrer.substr(7);
      if (referrer.substr(0,8)=="https://") referrer = referrer.substr(8);
      if (referrer &amp;amp;&amp;amp; referrer.indexOf(document.location.hostname) != 0) {&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Not 100% sure, but that look like you try to compare the when the request is from, and since it from authorize.net and not your site, it failed.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2015 20:09:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-vs-SIM/m-p/49609#M25159</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-02-10T20:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: DPM vs SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-vs-SIM/m-p/49612#M25161</link>
      <description>&lt;P&gt;Yes, that's it, once I removed the if condition code everyhting worked as expected. Thanks for all your insights and I really appreciate your help.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2015 23:29:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-vs-SIM/m-p/49612#M25161</guid>
      <dc:creator>smartk1977</dc:creator>
      <dc:date>2015-02-10T23:29:46Z</dc:date>
    </item>
  </channel>
</rss>

