<?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: C# ARB SubscriptionRequest Example (SDK) in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-ARB-SubscriptionRequest-Example-SDK/m-p/16544#M9326</link>
    <description>&lt;P&gt;Got it.&lt;/P&gt;&lt;P&gt;Well after loading the SDK project I dove into the code. It looks like the cycles are broken out into it's own methods:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN style="color: blue;"&gt;var&lt;/SPAN&gt;&amp;nbsp;subRequest&amp;nbsp;=&amp;nbsp;&amp;nbsp;&lt;SPAN style="color: #2b91af;"&gt;SubscriptionRequest&lt;/SPAN&gt;.CreateMonthly("email", "desc", amount);&lt;/PRE&gt;</description>
    <pubDate>Fri, 26 Aug 2011 17:09:36 GMT</pubDate>
    <dc:creator>stevebor1</dc:creator>
    <dc:date>2011-08-26T17:09:36Z</dc:date>
    <item>
      <title>C# ARB SubscriptionRequest Example (SDK)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-ARB-SubscriptionRequest-Example-SDK/m-p/16542#M9325</link>
      <description>&lt;P&gt;I am using the C# SDK to implement a Subscription. Unfortunately there is no documentation on how to use the SDK; &lt;A href="http://community.developer.authorize.net/t5/Integration-and-Testing/var-test-sub-GetSubscriptionStatus-quot-8825220-quot-always/td-p/11600" target="_self"&gt;Topic Here&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have figured out how to a single transaction:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN style="color: #2b91af;"&gt;Gateway&lt;/SPAN&gt;&amp;nbsp;gate&amp;nbsp;=&amp;nbsp;&lt;SPAN style="color: blue;"&gt;new&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN style="color: #2b91af;"&gt;Gateway&lt;/SPAN&gt;(&lt;SPAN style="color: #a31515;"&gt;"NAME"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN style="color: #a31515;"&gt;"PASS"&lt;/SPAN&gt;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="color: blue;"&gt;var&lt;/SPAN&gt;&amp;nbsp;request&amp;nbsp;=&amp;nbsp;&lt;SPAN style="color: blue;"&gt;new&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN style="color: #2b91af;"&gt;AuthorizationRequest&lt;/SPAN&gt;(txtCCNum.Text,&amp;nbsp;cboExpMonth.SelectedValue&amp;nbsp;+&amp;nbsp;cboExpYear.SelectedValue,
 txtCost.Text, "MY DESC");
 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;request.Queue(&lt;SPAN style="color: #2b91af;"&gt;ApiFields&lt;/SPAN&gt;.Method,&amp;nbsp;&lt;SPAN style="color: #a31515;"&gt;"CC"&lt;/SPAN&gt;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="color: blue;"&gt;var&lt;/SPAN&gt;&amp;nbsp;response&amp;nbsp;=&amp;nbsp;gate.Send(request);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;However I can't figure out how to create the SubscriptionRequest as ithas no constructor&lt;/P&gt;&lt;PRE&gt;&lt;SPAN style="color: #2b91af;"&gt;SubscriptionGateway&lt;/SPAN&gt;&amp;nbsp;subGate&amp;nbsp;=&amp;nbsp;&lt;SPAN style="color: blue;"&gt;new&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN style="color: #2b91af;"&gt;SubscriptionGateway&lt;/SPAN&gt;(&lt;SPAN style="color: #a31515;"&gt;"NAME"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN style="color: #a31515;"&gt;"PASS"&lt;/SPAN&gt;);
&lt;SPAN style="color: blue;"&gt;var&lt;/SPAN&gt;&amp;nbsp;subRequest&amp;nbsp;=&amp;nbsp;&amp;nbsp;&lt;SPAN style="color: blue;"&gt;new&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN style="color: #2b91af;"&gt;SubscriptionRequest&lt;/SPAN&gt;();&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Any code samples of using the C# SDK with Subscriptions?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2011 17:00:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-ARB-SubscriptionRequest-Example-SDK/m-p/16542#M9325</guid>
      <dc:creator>stevebor1</dc:creator>
      <dc:date>2011-08-26T17:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: C# ARB SubscriptionRequest Example (SDK)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-ARB-SubscriptionRequest-Example-SDK/m-p/16544#M9326</link>
      <description>&lt;P&gt;Got it.&lt;/P&gt;&lt;P&gt;Well after loading the SDK project I dove into the code. It looks like the cycles are broken out into it's own methods:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN style="color: blue;"&gt;var&lt;/SPAN&gt;&amp;nbsp;subRequest&amp;nbsp;=&amp;nbsp;&amp;nbsp;&lt;SPAN style="color: #2b91af;"&gt;SubscriptionRequest&lt;/SPAN&gt;.CreateMonthly("email", "desc", amount);&lt;/PRE&gt;</description>
      <pubDate>Fri, 26 Aug 2011 17:09:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-ARB-SubscriptionRequest-Example-SDK/m-p/16544#M9326</guid>
      <dc:creator>stevebor1</dc:creator>
      <dc:date>2011-08-26T17:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: C# ARB SubscriptionRequest Example (SDK)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-ARB-SubscriptionRequest-Example-SDK/m-p/19406#M10692</link>
      <description>&lt;P&gt;Yes, but there does not appear to be a method for creating quarterly subscriptions!!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2011 00:25:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-ARB-SubscriptionRequest-Example-SDK/m-p/19406#M10692</guid>
      <dc:creator>HeatherB</dc:creator>
      <dc:date>2011-11-29T00:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: C# ARB SubscriptionRequest Example (SDK)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-ARB-SubscriptionRequest-Example-SDK/m-p/19412#M10695</link>
      <description>&lt;P&gt;I don't know C#, but looking at the source code, I see this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;       public static SubscriptionRequest CreateAnnual(string email, string subscriptionName, decimal amount, short numberOfBillings) {
            var sub = new SubscriptionRequest();
            sub.CustomerEmail = email;
            sub.Amount = amount;
            
            sub.SubscriptionName = subscriptionName;
            sub.BillingCycles = numberOfBillings;           
            sub.BillingInterval = 12;

            return sub;
        }&lt;/PRE&gt;&lt;P&gt;Seems to me it would be easy to add another function to the code for quarterly billing, or add a function that lets you specify the BillingInterval as an argument. I don't know why the API has all these millions of methods rather than just one that can be set to whatever you want, anyway - seems rather inefficient.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2011 07:31:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-ARB-SubscriptionRequest-Example-SDK/m-p/19412#M10695</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-11-29T07:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: C# ARB SubscriptionRequest Example (SDK)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-ARB-SubscriptionRequest-Example-SDK/m-p/37377#M20712</link>
      <description>&lt;P&gt;How to apply AVS &amp;amp; CCV verification API for subscriptiongetway.Plz do reply as soon as possible&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2013 07:01:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-ARB-SubscriptionRequest-Example-SDK/m-p/37377#M20712</guid>
      <dc:creator>shubhangi1</dc:creator>
      <dc:date>2013-12-13T07:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: C# ARB SubscriptionRequest Example (SDK)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-ARB-SubscriptionRequest-Example-SDK/m-p/37379#M20713</link>
      <description>&lt;P&gt;You would have to do a AIM auth_only transaction to get the AVS &amp;amp; CCV response. Then, create the ARB subscription.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2013 12:14:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-ARB-SubscriptionRequest-Example-SDK/m-p/37379#M20713</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-12-13T12:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: C# ARB SubscriptionRequest Example (SDK)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-ARB-SubscriptionRequest-Example-SDK/m-p/37413#M20722</link>
      <description>&lt;P&gt;Thank you for your reply,yes i have already read this AIM auth_only somewher at u r blogs...but i m unable to apply this functionality before ARB subscription.can u plz provide me the sample code for the same.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2013 05:49:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-ARB-SubscriptionRequest-Example-SDK/m-p/37413#M20722</guid>
      <dc:creator>shubhangi1</dc:creator>
      <dc:date>2013-12-16T05:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: C# ARB SubscriptionRequest Example (SDK)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-ARB-SubscriptionRequest-Example-SDK/m-p/37419#M20725</link>
      <description>&lt;P&gt;it not a function of ARB, it an AIM transaction. you can either use the sample code, the sdks, or your own code by reading the documentation.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2013 12:28:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-ARB-SubscriptionRequest-Example-SDK/m-p/37419#M20725</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-12-16T12:28:52Z</dc:date>
    </item>
  </channel>
</rss>

