<?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 eCheck Testing fails on invalid ABS code in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/eCheck-Testing-fails-on-invalid-ABS-code/m-p/61331#M35793</link>
    <description>&lt;P&gt;Hi, I'm trying to test "Debit a Bank Account" txns on my sandbox account. I'm submitting what used to be a good bankname/routingno :&lt;/P&gt;&lt;P&gt;request.transactionRequest.payment.bankAccount = BankAccountType.new('businessChecking','40798399','091905444', 'John Doe','WEB','Minnesota Lakes Bank','101') as well as the one&amp;nbsp;(debit-bank-account.rb)&lt;/P&gt;&lt;P&gt;given in the ruby sample code section of your website:&lt;/P&gt;&lt;P&gt;request.transactionRequest.payment.bankAccount = BankAccountType.new('checking','121042882','1234567890', 'John Doe','WEB','Wells Fargo Bank NA','101')&lt;/P&gt;&lt;P&gt;The Wells Fargo fails with ...&lt;/P&gt;&lt;P&gt;Transaction Failed&lt;BR /&gt;&amp;nbsp; Error Code: 101&lt;BR /&gt;&amp;nbsp; Error Message: The given name on the account and/or the account type does not match the actual account.&lt;/P&gt;&lt;P&gt;The Minnesota Banks fails with ...&lt;/P&gt;&lt;P&gt;Transaction Failed&lt;BR /&gt;&amp;nbsp; Error Code: 9&lt;BR /&gt;&amp;nbsp; Error Message: The ABA code is invalid&lt;BR /&gt;Failed to debit bank account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you supply me with bank parameters that will work?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dick&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jan 2018 02:23:58 GMT</pubDate>
    <dc:creator>rwielandU2050</dc:creator>
    <dc:date>2018-01-24T02:23:58Z</dc:date>
    <item>
      <title>eCheck Testing fails on invalid ABS code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/eCheck-Testing-fails-on-invalid-ABS-code/m-p/61331#M35793</link>
      <description>&lt;P&gt;Hi, I'm trying to test "Debit a Bank Account" txns on my sandbox account. I'm submitting what used to be a good bankname/routingno :&lt;/P&gt;&lt;P&gt;request.transactionRequest.payment.bankAccount = BankAccountType.new('businessChecking','40798399','091905444', 'John Doe','WEB','Minnesota Lakes Bank','101') as well as the one&amp;nbsp;(debit-bank-account.rb)&lt;/P&gt;&lt;P&gt;given in the ruby sample code section of your website:&lt;/P&gt;&lt;P&gt;request.transactionRequest.payment.bankAccount = BankAccountType.new('checking','121042882','1234567890', 'John Doe','WEB','Wells Fargo Bank NA','101')&lt;/P&gt;&lt;P&gt;The Wells Fargo fails with ...&lt;/P&gt;&lt;P&gt;Transaction Failed&lt;BR /&gt;&amp;nbsp; Error Code: 101&lt;BR /&gt;&amp;nbsp; Error Message: The given name on the account and/or the account type does not match the actual account.&lt;/P&gt;&lt;P&gt;The Minnesota Banks fails with ...&lt;/P&gt;&lt;P&gt;Transaction Failed&lt;BR /&gt;&amp;nbsp; Error Code: 9&lt;BR /&gt;&amp;nbsp; Error Message: The ABA code is invalid&lt;BR /&gt;Failed to debit bank account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you supply me with bank parameters that will work?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dick&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 02:23:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/eCheck-Testing-fails-on-invalid-ABS-code/m-p/61331#M35793</guid>
      <dc:creator>rwielandU2050</dc:creator>
      <dc:date>2018-01-24T02:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: eCheck Testing fails on invalid ABS code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/eCheck-Testing-fails-on-invalid-ABS-code/m-p/61367#M35825</link>
      <description>&lt;P&gt;Is this request against the sandbox or production?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried your request in the sandbox&amp;nbsp;and did get the same response. I tried a few other routing numbers and am getting successful responses. Here are a couple I tried:&lt;/P&gt;&lt;P&gt;US Bank 121122676&lt;/P&gt;&lt;P&gt;Citibank &lt;SPAN&gt;266086554&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My best guess is that there is an issue with that ABA number in the sandbox, which can be investigated.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 17:43:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/eCheck-Testing-fails-on-invalid-ABS-code/m-p/61367#M35825</guid>
      <dc:creator>mmcguire</dc:creator>
      <dc:date>2018-01-25T17:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: eCheck Testing fails on invalid ABS code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/eCheck-Testing-fails-on-invalid-ABS-code/m-p/78920#M49614</link>
      <description>&lt;P&gt;Any answer on this? I'm getting&lt;/P&gt;&lt;P&gt;"errorText": "The given name on the account and/or the account type does not match the actual account."&lt;/P&gt;&lt;P&gt;whenever I try to make a call to the API by using the information provided in the official documentation&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 22:18:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/eCheck-Testing-fails-on-invalid-ABS-code/m-p/78920#M49614</guid>
      <dc:creator>llandero</dc:creator>
      <dc:date>2021-09-30T22:18:45Z</dc:date>
    </item>
  </channel>
</rss>

