<?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: ARB - 2 Quick Questions I Want To Confirm in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-2-Quick-Questions-I-Want-To-Confirm/m-p/34148#M18636</link>
    <description>&lt;P&gt;1)yes, to process a transaction immediately, use AIM first&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)depend on the ARB interval.&lt;/P&gt;</description>
    <pubDate>Sun, 05 May 2013 20:02:39 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2013-05-05T20:02:39Z</dc:date>
    <item>
      <title>ARB - 2 Quick Questions I Want To Confirm</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-2-Quick-Questions-I-Want-To-Confirm/m-p/34147#M18635</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I just want to confirm that with ARB that we&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.) *must* use AIM to process the first payment immediately, not ARB and&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.) If I set a start date for the next month on the 15th, it will bill every other month (I will set it to bill monthly) on each next month's 15, not just every '30 days'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if I start a subscription on June 3rd and say "Start date is July 15th" it will bill them only on the 15th of each month as long as I set the subscription for (9999 months - they must cancel manually which we are setting up the ability to have them do).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I correct on both counts?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 05 May 2013 14:42:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-2-Quick-Questions-I-Want-To-Confirm/m-p/34147#M18635</guid>
      <dc:creator>jbh1977</dc:creator>
      <dc:date>2013-05-05T14:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: ARB - 2 Quick Questions I Want To Confirm</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-2-Quick-Questions-I-Want-To-Confirm/m-p/34148#M18636</link>
      <description>&lt;P&gt;1)yes, to process a transaction immediately, use AIM first&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)depend on the ARB interval.&lt;/P&gt;</description>
      <pubDate>Sun, 05 May 2013 20:02:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-2-Quick-Questions-I-Want-To-Confirm/m-p/34148#M18636</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-05-05T20:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: ARB - 2 Quick Questions I Want To Confirm</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-2-Quick-Questions-I-Want-To-Confirm/m-p/34150#M18638</link>
      <description>&lt;P&gt;In my case, we must have it bill on the 15th of each month and I would be using 1 month intervals. I have a php function that will create the 'start date' to be the following month's 15th and, if it's december, it will be smart enough to dynamically change the year to the next year.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, if they sign up June 3rd we charge them immediate via AIM (per your suggestion/confirmation of q. #1) and&lt;/P&gt;&lt;P&gt;I create the function to say "Start date to BILL them is July *15th* with monthly intervals that will go on 9999 times.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That should guarantee 15th of the month billed permenantly, correct? Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 05 May 2013 21:58:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-2-Quick-Questions-I-Want-To-Confirm/m-p/34150#M18638</guid>
      <dc:creator>jbh1977</dc:creator>
      <dc:date>2013-05-05T21:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: ARB - 2 Quick Questions I Want To Confirm</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-2-Quick-Questions-I-Want-To-Confirm/m-p/34151#M18639</link>
      <description>&lt;P&gt;In my case, we must have it bill on the 15th of each month and I would be using 1 month intervals. I have a php function that will create the 'start date' to be the following month's 15th and, if it's december, it will be smart enough to dynamically change the year to the next year.&lt;/P&gt;&lt;P&gt;I hope so, it just a simple carlender function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, if they sign up June 3rd we charge them immediate via AIM (per your suggestion/confirmation of q. #1) and&lt;/P&gt;&lt;P&gt;I create the function to say "Start date to BILL them is July *15th* with monthly intervals that will go on 9999 times.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That should guarantee 15th of the month billed permenantly, correct?&lt;/P&gt;&lt;P&gt;yes.&lt;/P&gt;</description>
      <pubDate>Sun, 05 May 2013 22:02:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-2-Quick-Questions-I-Want-To-Confirm/m-p/34151#M18639</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-05-05T22:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: ARB - 2 Quick Questions I Want To Confirm</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-2-Quick-Questions-I-Want-To-Confirm/m-p/34152#M18640</link>
      <description>&lt;P&gt;(bows)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ty.&lt;/P&gt;</description>
      <pubDate>Sun, 05 May 2013 22:47:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-2-Quick-Questions-I-Want-To-Confirm/m-p/34152#M18640</guid>
      <dc:creator>jbh1977</dc:creator>
      <dc:date>2013-05-05T22:47:52Z</dc:date>
    </item>
  </channel>
</rss>

