<?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 Integration in TEST mode in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Integration-in-TEST-mode/m-p/22981#M12398</link>
    <description>&lt;P&gt;First read the blog &lt;A target="_self" href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Relay-Response-Basics-and-Troubleshooting/ba-p/9536"&gt;Relay Response Basics and Troubleshooting&lt;/A&gt; and check all possible cause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If all checkout, then try to relay response to &lt;A target="_blank" href="https://developer.authorize.net/tools/paramdump/index.php"&gt;https://developer.authorize.net/tools/paramdump/index.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Remember to add it to your merchant account.&lt;/P&gt;&lt;P&gt;If that work but your won't either authorize.net can't get to your relay response page or the viewstate validation fail.&lt;/P&gt;&lt;P&gt;If is the viewstate try setting EnableViewStateMac to false on your relay response page &lt;FONT color="#FF0000"&gt;and the request page&lt;/FONT&gt; or set machineKey on your web.config&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Feb 2012 21:50:05 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2012-02-10T21:50:05Z</dc:date>
    <item>
      <title>DPM Integration in TEST mode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Integration-in-TEST-mode/m-p/22975#M12395</link>
      <description>&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;I am new here and trying to use DPM with my .NET application. After doing the Submit transaction with the dummy credit card information I am getting the below error message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;An error occurred while trying to report this transaction to the merchant. An e-mail has been sent to the merchant informing them of the error. The following is the result of the attempt to charge your credit card. &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;This transaction has been approved.&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;&lt;STRONG&gt;It is advisable for you to contact the merchant to verify that you will receive the product or service.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My account is in TEST MODE. and have a relay page URL under &lt;SPAN&gt;Response/Receipt URLs link in my account. I&amp;nbsp;could not find solution in the net. &lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Could you please let me know what the issue is?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2012 20:58:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Integration-in-TEST-mode/m-p/22975#M12395</guid>
      <dc:creator>krishnakolluru</dc:creator>
      <dc:date>2012-02-10T20:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: DPM Integration in TEST mode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Integration-in-TEST-mode/m-p/22979#M12397</link>
      <description>&lt;P&gt;Post your code in a code box (fourth option from the left in Rich Text mode). There are a variety of reasons why relay response could be failing, including your relay response page not being accessible or having a self-signed certificate or your host rejecting the Authorize.net User-Agent or all sorts of things. There's even a chance that it's test mode itself, most people test with a developer account set to live mode, since that better simulates production live mode.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2012 21:42:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Integration-in-TEST-mode/m-p/22979#M12397</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-02-10T21:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: DPM Integration in TEST mode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Integration-in-TEST-mode/m-p/22981#M12398</link>
      <description>&lt;P&gt;First read the blog &lt;A target="_self" href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Relay-Response-Basics-and-Troubleshooting/ba-p/9536"&gt;Relay Response Basics and Troubleshooting&lt;/A&gt; and check all possible cause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If all checkout, then try to relay response to &lt;A target="_blank" href="https://developer.authorize.net/tools/paramdump/index.php"&gt;https://developer.authorize.net/tools/paramdump/index.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Remember to add it to your merchant account.&lt;/P&gt;&lt;P&gt;If that work but your won't either authorize.net can't get to your relay response page or the viewstate validation fail.&lt;/P&gt;&lt;P&gt;If is the viewstate try setting EnableViewStateMac to false on your relay response page &lt;FONT color="#FF0000"&gt;and the request page&lt;/FONT&gt; or set machineKey on your web.config&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2012 21:50:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Integration-in-TEST-mode/m-p/22981#M12398</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-02-10T21:50:05Z</dc:date>
    </item>
  </channel>
</rss>

