<?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: Trial Period and ARB in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trial-Period-and-ARB/m-p/49187#M24789</link>
    <description>&lt;P&gt;I tried that and the charge still occurs at the time of the transaction&lt;/P&gt;&lt;P&gt;That tell me you are doing an AIM transaction for the first transaction as ARB do NOT create a transaction until the start date(will need to be at least next day). You can change the transaction to auth_only to validation the credit card, just void it after.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Dec 2014 20:54:11 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2014-12-25T20:54:11Z</dc:date>
    <item>
      <title>Trial Period and ARB</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trial-Period-and-ARB/m-p/49183#M24785</link>
      <description>&lt;P&gt;I was wondering how I could implement a 30 day free trial period with and Annual Subscription with one yearly recurring charge using the SDK. Any ideas or solutions would be appreciated. Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 24 Dec 2014 22:40:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trial-Period-and-ARB/m-p/49183#M24785</guid>
      <dc:creator>thomaskirk99</dc:creator>
      <dc:date>2014-12-24T22:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Trial Period and ARB</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trial-Period-and-ARB/m-p/49185#M24787</link>
      <description>&lt;P&gt;push the start date to 30 day out.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Dec 2014 14:38:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trial-Period-and-ARB/m-p/49185#M24787</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-12-25T14:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Trial Period and ARB</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trial-Period-and-ARB/m-p/49186#M24788</link>
      <description>&lt;P&gt;Thank you for the suggestion. I tried that and the charge still occurs at the time of the transaction and not in 30 days. I probably should have specified that part of the requirement. The goal would be to have the subscription and the first annual charge occur 30 days from the intial transaction/subscription signup.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Dec 2014 15:28:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trial-Period-and-ARB/m-p/49186#M24788</guid>
      <dc:creator>thomaskirk99</dc:creator>
      <dc:date>2014-12-25T15:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Trial Period and ARB</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trial-Period-and-ARB/m-p/49187#M24789</link>
      <description>&lt;P&gt;I tried that and the charge still occurs at the time of the transaction&lt;/P&gt;&lt;P&gt;That tell me you are doing an AIM transaction for the first transaction as ARB do NOT create a transaction until the start date(will need to be at least next day). You can change the transaction to auth_only to validation the credit card, just void it after.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Dec 2014 20:54:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trial-Period-and-ARB/m-p/49187#M24789</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-12-25T20:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Trial Period and ARB</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trial-Period-and-ARB/m-p/49189#M24791</link>
      <description>&lt;P&gt;I appreciate all of the help. But just to make sure I understand what you are saying. When ordering an annual subscription from my clients website, to allow for a 30 day free trial.&amp;nbsp;&lt;/P&gt;&lt;P&gt;After the customer orders the subcription, only do an auth only charge using the SDK.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Manually void this transaction from the merchant interface.&lt;/P&gt;&lt;P&gt;Then in 30 days, manually creat the subscription from the merchant interface.&lt;/P&gt;&lt;P&gt;If that is the right way to do it, is there&amp;nbsp;any way to handle it through the SDK all at the time the subscription is purchased?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Dec 2014 22:47:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trial-Period-and-ARB/m-p/49189#M24791</guid>
      <dc:creator>thomaskirk99</dc:creator>
      <dc:date>2014-12-25T22:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Trial Period and ARB</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trial-Period-and-ARB/m-p/49191#M24792</link>
      <description>&lt;P&gt;No. If the only thing you use was ARB and you set the start date to 30 days away. It will work just fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the way you said it create a transaction when you create the ARB, that just don't happen because ARB do not create any transaction until the start date. So you might be doing something else.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Dec 2014 21:46:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trial-Period-and-ARB/m-p/49191#M24792</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-12-26T21:46:22Z</dc:date>
    </item>
  </channel>
</rss>

