<?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: echeck with DPM in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/echeck-with-DPM/m-p/53487#M28601</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19385"&gt;@rockon77﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Our hosted payment form and Direct Post Method (DPM) still use our SIM&amp;nbsp;API. You can find everything you need to know about integrating with those&amp;nbsp;features in our &lt;/SPAN&gt;&lt;A href="http://www.authorize.net/support/SIM_guide.pdf" target="_blank"&gt;Server&amp;nbsp;Integration Method (SIM) Guide (PDF)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jan 2016 18:52:38 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2016-01-08T18:52:38Z</dc:date>
    <item>
      <title>echeck with DPM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/echeck-with-DPM/m-p/53470#M28585</link>
      <description>&lt;P&gt;I am using asp.net, c#, and web forms (not MVC).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was following this thread, but I am not sure what the code behind would be to implement this solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-with-EChecks/m-p/33623#M18130" target="_blank"&gt;https://community.developer.authorize.net/t5/Integration-and-Testing/DPM-with-EChecks/m-p/33623#M18130&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It states to use this for the form:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;input type='hidden' runat="server" name='x_login' id='x_login' /&amp;gt;
&amp;lt;input type='text' readonly="readonly" runat="server" name='x_amount' id='x_amount' size='9' /&amp;gt;
&amp;lt;input type='text' runat="server" name='x_fp_sequence' id='x_fp_sequence' /&amp;gt;
&amp;lt;input type='text' runat="server" name='x_fp_timestamp' id='x_fp_timestamp' /&amp;gt;
&amp;lt;input type='text' runat="server" name='x_fp_hash' id='x_fp_hash' /&amp;gt;
&amp;lt;input type='hidden' name='x_method' id='x_method' value='ECHECK' /&amp;gt;
&amp;lt;input type='hidden' name='x_bank_aba_code' id='x_bank_aba_code' value='?????????' /&amp;gt;
&amp;lt;input type='hidden' name='x_bank_acct_num' id='x_bank_acct_num' value='123456789123' /&amp;gt;
&amp;lt;input type='hidden' name='x_bank_acct_type' id='x_bank_acct_type' value='CHECKING' /&amp;gt;
&amp;lt;input type='hidden' name='x_bank_name' id='x_bank_name' value='bANKnAME' /&amp;gt;
&amp;lt;input type='hidden' name='x_bank_acct_name' id='x_bank_acct_name' value='aCCOUNTnAME' /&amp;gt;
&amp;lt;input type='hidden' name='x_echeck_type' id='x_echeck_type' value='WEB' /&amp;gt;
&amp;lt;input id="x_relay_url" name="x_relay_url" type="hidden" value="&lt;A href="https://developer.authorize.net/tools/paramdump/index.php" target="_blank" rel="nofollow"&gt;https://developer.authorize.net/tools/paramdump/index.php&lt;/A&gt;" /&amp;gt;
&amp;lt;input type='hidden' name='x_relay_response' value='true' /&amp;gt;
&amp;lt;input type='hidden' name='x_delim_data' value='false' /&amp;gt;
&amp;lt;input type='submit' runat="server" id='buttonLabel' /&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my question is what is necessary in my C# code for this to work? I have been searching and haven't found resources on the topic for the DPM method. I only have seen resources for AIM.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2016 13:48:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/echeck-with-DPM/m-p/53470#M28585</guid>
      <dc:creator>rockon77</dc:creator>
      <dc:date>2016-01-07T13:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: echeck with DPM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/echeck-with-DPM/m-p/53487#M28601</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19385"&gt;@rockon77﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Our hosted payment form and Direct Post Method (DPM) still use our SIM&amp;nbsp;API. You can find everything you need to know about integrating with those&amp;nbsp;features in our &lt;/SPAN&gt;&lt;A href="http://www.authorize.net/support/SIM_guide.pdf" target="_blank"&gt;Server&amp;nbsp;Integration Method (SIM) Guide (PDF)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2016 18:52:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/echeck-with-DPM/m-p/53487#M28601</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-01-08T18:52:38Z</dc:date>
    </item>
  </channel>
</rss>

