<?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 with EChecks? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-with-EChecks/m-p/34945#M19360</link>
    <description>&lt;P&gt;Hi DanH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm glad you got it working....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you post the DPM &amp;nbsp;form with necessary checking ACH fields that worked for you so we can &amp;nbsp;have a look - it would be very helpful&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2013 20:22:42 GMT</pubDate>
    <dc:creator>coolcat</dc:creator>
    <dc:date>2013-07-09T20:22:42Z</dc:date>
    <item>
      <title>DPM with EChecks?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-with-EChecks/m-p/33622#M18129</link>
      <description>&lt;P&gt;I can't tell if this is even supposed to work. &amp;nbsp;The DPM&amp;nbsp;developer guide has an x_method field where you can put ECHECK. But there's no info on the ECHECK fields themselves. &amp;nbsp;I found them in the ECHECK developer guide, and tried to make that work, but all I get is errors about the credit card number being required despite the x_method being set to ECHECK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So is Direct Post Method&amp;nbsp;supposed to work with electronic checks or not? &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2013 03:56:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-with-EChecks/m-p/33622#M18129</guid>
      <dc:creator>DanH</dc:creator>
      <dc:date>2013-03-22T03:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: DPM with EChecks?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-with-EChecks/m-p/33623#M18130</link>
      <description>&lt;P&gt;Work for my test account&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 target="_blank" href="https://developer.authorize.net/tools/paramdump/index.php"&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;</description>
      <pubDate>Fri, 22 Mar 2013 11:42:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-with-EChecks/m-p/33623#M18130</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-03-22T11:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: DPM with EChecks?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-with-EChecks/m-p/33645#M18152</link>
      <description>&lt;P&gt;Ok, I will keep debugging. &amp;nbsp;At least knowing it is possible helps a lot!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2013 21:18:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-with-EChecks/m-p/33645#M18152</guid>
      <dc:creator>DanH</dc:creator>
      <dc:date>2013-03-22T21:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: DPM with EChecks?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-with-EChecks/m-p/33648#M18155</link>
      <description>&lt;P&gt;I found success eventually. &amp;nbsp;I used a combination of the DPM guide and the Echeck guide for AIM transactions to get the right fields. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2013 23:13:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-with-EChecks/m-p/33648#M18155</guid>
      <dc:creator>DanH</dc:creator>
      <dc:date>2013-03-22T23:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: DPM with EChecks?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-with-EChecks/m-p/34944#M19359</link>
      <description>&lt;P&gt;Thanks for the help ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Newbie question: can you tell us what 'runat' means?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also &amp;nbsp;you have some form fields without value params like x_fp_sequence - how do you send this data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;input type='text' runat="server" name='x_fp_sequence' id='x_fp_sequence' /&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 20:21:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-with-EChecks/m-p/34944#M19359</guid>
      <dc:creator>coolcat</dc:creator>
      <dc:date>2013-07-09T20:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: DPM with EChecks?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-with-EChecks/m-p/34945#M19360</link>
      <description>&lt;P&gt;Hi DanH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm glad you got it working....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you post the DPM &amp;nbsp;form with necessary checking ACH fields that worked for you so we can &amp;nbsp;have a look - it would be very helpful&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 20:22:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-with-EChecks/m-p/34945#M19360</guid>
      <dc:creator>coolcat</dc:creator>
      <dc:date>2013-07-09T20:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: DPM with EChecks?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-with-EChecks/m-p/34946#M19361</link>
      <description>&lt;P&gt;Newbie question: can you tell us what 'runat' means?&lt;/P&gt;&lt;P&gt;Also &amp;nbsp;you have some form fields without value params like x_fp_sequence - how do you send this data?&lt;/P&gt;&lt;P&gt;&amp;lt;input type='text' runat="server" name='x_fp_sequence' id='x_fp_sequence' /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It was from asp.net. The runat="server" is so I can set the value in code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you post the DPM &amp;nbsp;form with necessary checking ACH fields that worked for you so we can &amp;nbsp;have a look - it would be very helpful&lt;/P&gt;&lt;P&gt;The fields that was on the second post is the minimum. so all the id="x_???"&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 20:38:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-with-EChecks/m-p/34946#M19361</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-07-09T20:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: DPM with EChecks?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-with-EChecks/m-p/55911#M30735</link>
      <description>&lt;P&gt;i am new to all this can you pls tell me how to set the value for&lt;/P&gt;&lt;P&gt;x_fp_hash&lt;/P&gt;&lt;P&gt;x_fp_sequence&lt;/P&gt;&lt;P&gt;x_fp_timestamp&lt;/P&gt;&lt;P&gt;x_relay_always&lt;BR /&gt;x_relay_url&lt;/P&gt;&lt;P&gt;x_relay_response&lt;BR /&gt;x_type&lt;/P&gt;&lt;P&gt;or how i can genrate/send the values for these feilds. i am using dpm method for echeck&lt;BR /&gt;pls help&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2016 17:18:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-with-EChecks/m-p/55911#M30735</guid>
      <dc:creator>krishna049</dc:creator>
      <dc:date>2016-10-07T17:18:22Z</dc:date>
    </item>
  </channel>
</rss>

