<?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: ACH or bank account Recurring Subscription &amp;amp; validate the same in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ACH-or-bank-account-Recurring-Subscription-amp-validate-the-same/m-p/66671#M40185</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/28848"&gt;@rajnishkumar123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unlike payment card transactions, ACH transactions do not offer realtime validation only batch processing.&amp;nbsp; When you submit an ACH transaction, the gateway will validate the routing code and return an error if invalid.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Mar 2019 21:41:29 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2019-03-01T21:41:29Z</dc:date>
    <item>
      <title>ACH or bank account Recurring Subscription &amp; validate the same</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ACH-or-bank-account-Recurring-Subscription-amp-validate-the-same/m-p/66654#M40174</link>
      <description>&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana, sans-serif"&gt;Actually, I am going to integrate&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://authorize.net/" target="_blank" rel="noopener"&gt;authorize.net&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in my PHP web application. There are two ways to implement the same&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana, sans-serif"&gt;I am using Sandbox developer account:&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana, sans-serif"&gt;1) Via Accept JS hosted forms / Include js with custom forms&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana, sans-serif"&gt;2) Via PHP SDK library&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana, sans-serif"&gt;I had tried with the first one and there is some problem that I am facing is given below :&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana, sans-serif"&gt;a)&amp;nbsp; Accept JS only working with Credit card information in pop up. And after submitting it saying "User authentication Error or Root element is missing".&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana, sans-serif"&gt;b) With PHP SDK payment is working fine and deduct the credit card. Also, recurring subscription might be successful with this one. But ACH fields are not validated.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana, sans-serif"&gt;My requirement is to give an option to my users so that they can subscribe monthly/yearly via ACH or bank account. But the problem is that Accept JS /&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://authorize.net/" target="_blank" rel="noopener"&gt;authorize.net&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;not provided any way with bank information that has real-time validations (like in case of cards). The same problem is with SDK and my customs forms. How can I validate routing number, account number via your API?&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana, sans-serif"&gt;Also, users can input any random numbers in the fields related to routing and account. Once they submit the form I have created a subscription successfully in the sandbox account and strange how it's created with wrong account/routing number OR might be these number not exist in a bank. So problem is that how to validate these.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana, sans-serif"&gt;Otherwise, what is the time-frame user would have to wait to get subscribed successfully. Because I hope&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://authorize.net/" target="_blank" rel="noopener"&gt;authorize.net&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;should take some time to approve/disapprove correct routing/account number but how ???&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana, sans-serif"&gt;Also please take a look once this post:&amp;nbsp;&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/50253442/ach-validation-in-run-time" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/50253442/ach-validation-in-run-time&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;i working with :&amp;nbsp;&lt;A href="https://developer.authorize.net/api/reference/index.html#recurring-billing" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html#recurring-billing&lt;/A&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana, sans-serif"&gt;&lt;SPAN&gt;Any kind of help would be appreciated.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Mar 2019 04:40:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ACH-or-bank-account-Recurring-Subscription-amp-validate-the-same/m-p/66654#M40174</guid>
      <dc:creator>rajnishkumar123</dc:creator>
      <dc:date>2019-03-01T04:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: ACH or bank account Recurring Subscription &amp; validate the same</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ACH-or-bank-account-Recurring-Subscription-amp-validate-the-same/m-p/66671#M40185</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/28848"&gt;@rajnishkumar123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unlike payment card transactions, ACH transactions do not offer realtime validation only batch processing.&amp;nbsp; When you submit an ACH transaction, the gateway will validate the routing code and return an error if invalid.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 21:41:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ACH-or-bank-account-Recurring-Subscription-amp-validate-the-same/m-p/66671#M40185</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2019-03-01T21:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: ACH or bank account Recurring Subscription &amp; validate the same</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ACH-or-bank-account-Recurring-Subscription-amp-validate-the-same/m-p/66772#M40279</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH&lt;/a&gt;&amp;nbsp;: Thanks! Is there any way to catch that error at developer end OR mean to say any webhook callback provided in that case if yes then please let me know so that I can use. Also, exactly how much time it will take to process a batch so that i can ask my users to wait for that time if they input the wrong account/routing number?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 05:36:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ACH-or-bank-account-Recurring-Subscription-amp-validate-the-same/m-p/66772#M40279</guid>
      <dc:creator>rajnishkumar123</dc:creator>
      <dc:date>2019-03-06T05:36:00Z</dc:date>
    </item>
  </channel>
</rss>

