<?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: Testing eCheck transactions? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/47903#M24176</link>
    <description>&lt;P&gt;Mimi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have a problem with the Routing number but with the process overall in the sand box. &amp;nbsp;Every echeck transaction always comes back as response code = 1 which, from what I understand, will almost never happen in production. &amp;nbsp;Production will respond with a response code = 4 (pending) for echeck requests because they are never approved at the time of request. &amp;nbsp;If this is the case then why is there not a process in the sand box to allow you to simulate this? &amp;nbsp;I have no practical way to accurately test my code and workflow under this setup.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This leads to my second gripe, batches - there is no way to simulate settling batches in the sand box and therefore no way to test the full workflow of checking for settled batches at night and marking a transaction as successful or failure based on the settlement process. &amp;nbsp;How are you supposed to test this without going into a real production account and just winging it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jim Fee&lt;/P&gt;</description>
    <pubDate>Mon, 13 Oct 2014 19:28:47 GMT</pubDate>
    <dc:creator>GlobalDMSACH1</dc:creator>
    <dc:date>2014-10-13T19:28:47Z</dc:date>
    <item>
      <title>Testing eCheck transactions?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/690#M558</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First time poster, long-time lurker.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm writing my first integration to the test sandbox and can successfully process CC transactions, but having trouble with eChecks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can't seem to get anything to go through successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've looked for test ABA/Account numbers, but can't seem to find anything in the eCheck Developer Guide. I've been using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;"x_bank_aba_code", "411111111"&lt;/P&gt;&lt;P&gt;"x_bank_acct_num", "411111111"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But get the following (partial) response back:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;3&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;2&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;33&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Bank account number is required.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Are there specific&amp;nbsp;test account numbers/ABA numbers I &lt;EM&gt;should&lt;/EM&gt; &amp;nbsp;be using?&lt;/P&gt;&lt;P&gt;Have searched the forums but not finding anything regarding this...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help IS appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Caspian&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2009 18:53:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/690#M558</guid>
      <dc:creator>Caspian</dc:creator>
      <dc:date>2009-10-28T18:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Testing eCheck transactions?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/714#M580</link>
      <description>&lt;P&gt;Hey Caspian,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even though you've been a long-time lurker, let me still officially welcome you to our community. :smileyhappy: Good to have you here!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To answer your question, we don't have any eCheck.Net test numbers to use for testing. Instead, what you should use is any bank's valid routing number, and then a random, fake number for the account number. That should work for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mimi&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2009 22:32:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/714#M580</guid>
      <dc:creator>Mimi</dc:creator>
      <dc:date>2009-10-30T22:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Testing eCheck transactions?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/731#M597</link>
      <description>&lt;P&gt;Works perfectly...and thanks Mimi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had "googled" this over the weekend and found a post on some random newsgroup alluding to the same...tried this morning and woila! Was just coming back to update my question with the proper answer and see you beat me to it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2009 16:58:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/731#M597</guid>
      <dc:creator>Caspian</dc:creator>
      <dc:date>2009-11-02T16:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Testing eCheck transactions?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/2683#M2410</link>
      <description>&lt;P&gt;Hey.. mimi and caspian,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can you please provide a&amp;nbsp; x_bank_aba_code and x_bank_acct_num for testing.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;Praveenzx~&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2010 06:13:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/2683#M2410</guid>
      <dc:creator>praveenzx</dc:creator>
      <dc:date>2010-04-06T06:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Testing eCheck transactions?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/2686#M2413</link>
      <description>&lt;P&gt;Just do as Mimi said, use any valid ABA number and make up a bank account number. Valid ABA numbers are easy to find on the Internet, especially if you use Google.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2010 11:52:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/2686#M2413</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2010-04-06T11:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Testing eCheck transactions?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/17270#M9667</link>
      <description>&lt;P&gt;guys, for me this does not work. &amp;nbsp;when I try to make a charge I get the message "This transaction has been declined" - what to do?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2011 22:32:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/17270#M9667</guid>
      <dc:creator>ekkis</dc:creator>
      <dc:date>2011-09-23T22:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Testing eCheck transactions?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/17404#M9732</link>
      <description>&lt;P&gt;ECheck transactions only decline for a very small number of reasons such as the account you are using being over limit.&amp;nbsp; I would recommend emailing &lt;A href="mailto:developer@authorize.net" target="_blank"&gt;developer@authorize.net&lt;/A&gt; with your test account ID and the amount that you are trying to charge.&amp;nbsp; Theyw ill be able to check and see if the limits on the test account need raised.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2011 23:17:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/17404#M9732</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2011-09-27T23:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Testing eCheck transactions?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/17408#M9734</link>
      <description>&lt;P&gt;hmm... ok, thank. &amp;nbsp;I appreciate the reply.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2011 23:40:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/17408#M9734</guid>
      <dc:creator>ekkis</dc:creator>
      <dc:date>2011-09-27T23:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Testing eCheck transactions?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/21441#M11678</link>
      <description>&lt;P&gt;I was unable to find a random account number and bank aba code that successfully processes...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any testing numbers, yet?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bridget&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2012 15:12:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/21441#M11678</guid>
      <dc:creator>BridgetAshley</dc:creator>
      <dc:date>2012-01-11T15:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Testing eCheck transactions?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/21471#M11692</link>
      <description>&lt;P&gt;Can't you just use yours? Should be right at the bottom of your checks.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2012 21:39:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/21471#M11692</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-11T21:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Testing eCheck transactions?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/27932#M14743</link>
      <description>&lt;P&gt;For those still looking for routing/account numbers, I found some in the AuthorizeNetAIM_Test.php file of the SDK.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2012 20:57:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/27932#M14743</guid>
      <dc:creator>josh_alj</dc:creator>
      <dc:date>2012-07-13T20:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Testing eCheck transactions?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/28024#M14784</link>
      <description>&lt;P&gt;This was available in the SDK:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'bank_aba_code' =&amp;gt; '121042882', &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'bank_acct_num' =&amp;gt; '123456789123', &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'bank_acct_type' =&amp;gt; 'CHECKING', &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'bank_name' =&amp;gt; 'Bank of Earth', &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'bank_acct_name' =&amp;gt; 'Jane Doe',&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2012 17:08:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/28024#M14784</guid>
      <dc:creator>magalh</dc:creator>
      <dc:date>2012-07-18T17:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Testing eCheck transactions?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/34523#M18967</link>
      <description>&lt;P&gt;Howdy All,&lt;/P&gt;&lt;P&gt;Having had banged my head against the wall as well with this completely silly issue as well, I thought I'd share my findings. &amp;nbsp;You can see the complete govt list of ABA numbers here;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.fedwiredirectory.frb.org/reserve.cfm" title="fedwire directory"&gt;fedwire directory&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as I can tell it is 100% uptodate, and is updated on a daily basis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that this helps you all save a bit of time.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2013 16:06:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/34523#M18967</guid>
      <dc:creator>apearlstein</dc:creator>
      <dc:date>2013-06-06T16:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Testing eCheck transactions?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/47903#M24176</link>
      <description>&lt;P&gt;Mimi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have a problem with the Routing number but with the process overall in the sand box. &amp;nbsp;Every echeck transaction always comes back as response code = 1 which, from what I understand, will almost never happen in production. &amp;nbsp;Production will respond with a response code = 4 (pending) for echeck requests because they are never approved at the time of request. &amp;nbsp;If this is the case then why is there not a process in the sand box to allow you to simulate this? &amp;nbsp;I have no practical way to accurately test my code and workflow under this setup.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This leads to my second gripe, batches - there is no way to simulate settling batches in the sand box and therefore no way to test the full workflow of checking for settled batches at night and marking a transaction as successful or failure based on the settlement process. &amp;nbsp;How are you supposed to test this without going into a real production account and just winging it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jim Fee&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2014 19:28:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/47903#M24176</guid>
      <dc:creator>GlobalDMSACH1</dc:creator>
      <dc:date>2014-10-13T19:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Testing eCheck transactions?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/52745#M27962</link>
      <description>&lt;P&gt;Any update on this? I have to agree, it's quite difficult to test things as thay seem to be.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 21:40:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Testing-eCheck-transactions/m-p/52745#M27962</guid>
      <dc:creator>kdubious</dc:creator>
      <dc:date>2015-10-26T21:40:12Z</dc:date>
    </item>
  </channel>
</rss>

