<?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: Is this code correct for 3 months 3 trial? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-this-code-correct-for-3-months-3-trial/m-p/34445#M18890</link>
    <description>&lt;P&gt;what happened if you change it like&lt;/P&gt;&lt;P&gt;sub.paymentSchedule.totalOccurrences = &lt;FONT color="#FF0000"&gt;4&lt;/FONT&gt;;&lt;/P&gt;</description>
    <pubDate>Thu, 30 May 2013 01:03:39 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2013-05-30T01:03:39Z</dc:date>
    <item>
      <title>Is this code correct for 3 months 3 trial?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-this-code-correct-for-3-months-3-trial/m-p/34439#M18884</link>
      <description>&lt;P&gt;Hi, my ARB works but I just had to make a change to it. I checked my test Authorize.net and&lt;STRONG&gt; I don't see the transaction. I dont see it because it occurs once...so I have to wait for 3 months to see this transaction??&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to have a trial period of 3 months, zero fee. Then one time occurance for xxx amount.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sub.paymentSchedule.totalOccurrences = &lt;STRONG&gt;1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;//occurs once&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sub.paymentSchedule.totalOccurrencesSpecified =&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;true&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sub.amount =&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;decimal&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;.Parse(lblSetupFee.Text);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sub.amountSpecified =&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;true&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;//******* trial period&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sub.trialAmount = 0.0M;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sub.trialAmountSpecified =&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;true&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sub.paymentSchedule.trialOccurrences = 3;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;//-- only allow one free trial&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sub.paymentSchedule.trialOccurrencesSpecified =&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;true&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;//******* end of trial period&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;----&lt;STRONG&gt; I do see this transaction tho&lt;/STRONG&gt;. I do them in 2 separate calls. This one is 3 months free, then occurs once a month&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sub.paymentSchedule.totalOccurrences =&lt;STRONG&gt; 999;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; sub.paymentSchedule.totalOccurrencesSpecified =&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;true&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sub.amount =&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;decimal&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;.Parse(price);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sub.amountSpecified =&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;true&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;//******* trial period&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sub.trialAmount = 0.0M;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sub.trialAmountSpecified =&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;true&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sub.paymentSchedule.trialOccurrences = 3;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;//-- only allow one free trial&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sub.paymentSchedule.trialOccurrencesSpecified =&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;true&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;//******* end of trial period&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2013 23:14:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-this-code-correct-for-3-months-3-trial/m-p/34439#M18884</guid>
      <dc:creator>eramgarden</dc:creator>
      <dc:date>2013-05-29T23:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is this code correct for 3 months 3 trial?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-this-code-correct-for-3-months-3-trial/m-p/34440#M18885</link>
      <description>&lt;P&gt;&lt;A target="_blank" href="http://www.authorize.net/support/ARB_SOAP_guide.pdf"&gt;http://www.authorize.net/support/ARB_SOAP_guide.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Page 14&lt;/P&gt;&lt;P&gt;totalOccurrences&lt;/P&gt;&lt;DIV&gt;Value&lt;/DIV&gt;&lt;DIV&gt;: Number of billing occurrences or payments for the subscription&lt;/DIV&gt;&lt;DIV&gt;Format&lt;/DIV&gt;&lt;DIV&gt;: Up to 4 digits&lt;/DIV&gt;&lt;DIV&gt;Notes&lt;/DIV&gt;&lt;DIV&gt;: To submit a subscription with no end date (an ongoing subscription), this field&lt;/DIV&gt;&lt;DIV&gt;must be submitted with a value of “9999.”&lt;/DIV&gt;&lt;DIV&gt;If a trial period is specified, this nu&lt;/DIV&gt;&lt;P&gt;mber should include the Trial Occurrences&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2013 23:40:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-this-code-correct-for-3-months-3-trial/m-p/34440#M18885</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-05-29T23:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is this code correct for 3 months 3 trial?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-this-code-correct-for-3-months-3-trial/m-p/34441#M18886</link>
      <description>&lt;P&gt;ok, so one mistake i have is it should be 9999 not 999. I corrected that..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But now, I still don't know why I don't see the transaction for&amp;nbsp;trial period of 3 months and totalocuurance = 1 (if I change it to 9999...i just tried it as test)...then I see both transactions: the one that's totalocurrance of 9999 and the one I changed from 1 to 9999&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2013 00:07:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-this-code-correct-for-3-months-3-trial/m-p/34441#M18886</guid>
      <dc:creator>eramgarden</dc:creator>
      <dc:date>2013-05-30T00:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is this code correct for 3 months 3 trial?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-this-code-correct-for-3-months-3-trial/m-p/34442#M18887</link>
      <description>&lt;DIV&gt;&lt;FONT color="#000000"&gt;If a trial period is specified,&lt;/FONT&gt;&lt;FONT color="#FF0000"&gt; this &lt;FONT color="#000000"&gt;number should include the Trial Occurrences&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;I think "this" referring to totalOccurrences&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 30 May 2013 00:19:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-this-code-correct-for-3-months-3-trial/m-p/34442#M18887</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-05-30T00:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is this code correct for 3 months 3 trial?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-this-code-correct-for-3-months-3-trial/m-p/34443#M18888</link>
      <description>&lt;P&gt;And I have it:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sub.amount =&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;decimal&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;.Parse(lblSetupFee.Text); //the amount that should be charged after 3 months...and it should be charged once&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;sub.paymentSchedule.totalOccurrences = 1;&amp;nbsp; // i want it to occur only once&lt;/P&gt;&lt;P&gt;sub.trialAmount = 0.0M; //the trial amount is zero for 3 months&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sub.paymentSchedule.trialOccurrences = 3; // free trial for 3 months&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and after 3 months, it should be charged once.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I run the code and I dont see the transaction. If I change "1" to 9999 ..then I see it. I'm guessing it's because I want it to occur once and the transaction will show up in 3 months. Not sure if this is correct tho.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2013 00:33:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-this-code-correct-for-3-months-3-trial/m-p/34443#M18888</guid>
      <dc:creator>eramgarden</dc:creator>
      <dc:date>2013-05-30T00:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is this code correct for 3 months 3 trial?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-this-code-correct-for-3-months-3-trial/m-p/34445#M18890</link>
      <description>&lt;P&gt;what happened if you change it like&lt;/P&gt;&lt;P&gt;sub.paymentSchedule.totalOccurrences = &lt;FONT color="#FF0000"&gt;4&lt;/FONT&gt;;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2013 01:03:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-this-code-correct-for-3-months-3-trial/m-p/34445#M18890</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-05-30T01:03:39Z</dc:date>
    </item>
  </channel>
</rss>

