<?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# SDK Issue - How to use ARB UpdateSubscription method? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-SDK-Issue-How-to-use-ARB-UpdateSubscription-method/m-p/23047#M12430</link>
    <description>&lt;P&gt;Yes, this is a bug. I &amp;nbsp;just had the same problem. &amp;nbsp;When you test everything on the same day you won't get the error because it transmits that day's date. &amp;nbsp;You have to update something on a different day.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thankfully my soap implementation from last night's problem made this one pretty easy to get around. &amp;nbsp; I already had everything wired. &amp;nbsp;If you have Visual Studio, WCF / Service References really makes it much easier than the old days.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2012 07:55:38 GMT</pubDate>
    <dc:creator>fstreamz</dc:creator>
    <dc:date>2012-02-14T07:55:38Z</dc:date>
    <item>
      <title>C# SDK Issue - How to use ARB UpdateSubscription method?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-SDK-Issue-How-to-use-ARB-UpdateSubscription-method/m-p/22959#M12387</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am having problems using the ARB (automated recurring billing) UpdateSubscription function in the C# SDK. It seems I am being forced to use one of the create methods such as CreateMonthly to create a SubscriptionRequest to pass to the UpdateSubscription method. When I do this, however, I am getting the following error back from authorize.net:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error processing request: E00013 - Start Date cannot be changed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am guessing that the start date gets established when the subscription is created. I don't want to create a new subscription, however - I just want to update the credit card info on an existing subscription.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anybody been successful using this method? Anybody have any code that they can share? It seems odd to me that I am forced to create a new SubscriptionRequest in order to update credit card info on a subscription.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2012 16:34:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-SDK-Issue-How-to-use-ARB-UpdateSubscription-method/m-p/22959#M12387</guid>
      <dc:creator>jsaccoccio</dc:creator>
      <dc:date>2012-02-10T16:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: C# SDK Issue - How to use ARB UpdateSubscription method?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-SDK-Issue-How-to-use-ARB-UpdateSubscription-method/m-p/22983#M12399</link>
      <description>&lt;P&gt;Looking at the SDK source, it look like it always update the startdate. Download the SDKs source or sample code and fix/change it.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2012 21:47:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-SDK-Issue-How-to-use-ARB-UpdateSubscription-method/m-p/22983#M12399</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-02-10T21:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: C# SDK Issue - How to use ARB UpdateSubscription method?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-SDK-Issue-How-to-use-ARB-UpdateSubscription-method/m-p/22985#M12400</link>
      <description>&lt;P&gt;Does that mean you are interpreting this as a bug? I'm inclined to think so. I can certainly fix this myself, but is there an official channel to report this and get it fixed in the SDK for others?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2012 23:06:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-SDK-Issue-How-to-use-ARB-UpdateSubscription-method/m-p/22985#M12400</guid>
      <dc:creator>jsaccoccio</dc:creator>
      <dc:date>2012-02-10T23:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: C# SDK Issue - How to use ARB UpdateSubscription method?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-SDK-Issue-How-to-use-ARB-UpdateSubscription-method/m-p/22993#M12404</link>
      <description>&lt;P&gt;The mods troll the boards every now and then and look for posts about bugs, they'll run across this eventually.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2012 09:01:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-SDK-Issue-How-to-use-ARB-UpdateSubscription-method/m-p/22993#M12404</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-02-11T09:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: C# SDK Issue - How to use ARB UpdateSubscription method?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-SDK-Issue-How-to-use-ARB-UpdateSubscription-method/m-p/23047#M12430</link>
      <description>&lt;P&gt;Yes, this is a bug. I &amp;nbsp;just had the same problem. &amp;nbsp;When you test everything on the same day you won't get the error because it transmits that day's date. &amp;nbsp;You have to update something on a different day.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thankfully my soap implementation from last night's problem made this one pretty easy to get around. &amp;nbsp; I already had everything wired. &amp;nbsp;If you have Visual Studio, WCF / Service References really makes it much easier than the old days.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2012 07:55:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-SDK-Issue-How-to-use-ARB-UpdateSubscription-method/m-p/23047#M12430</guid>
      <dc:creator>fstreamz</dc:creator>
      <dc:date>2012-02-14T07:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: C# SDK Issue - How to use ARB UpdateSubscription method?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-SDK-Issue-How-to-use-ARB-UpdateSubscription-method/m-p/24625#M13193</link>
      <description>&lt;P&gt;This was listed as fixed on 3/13/2012 in the&amp;nbsp;&lt;SPAN&gt;1.7.1 release. &amp;nbsp;Just letting anyone know who comes across this post.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2012 03:38:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-SDK-Issue-How-to-use-ARB-UpdateSubscription-method/m-p/24625#M13193</guid>
      <dc:creator>fstreamz</dc:creator>
      <dc:date>2012-03-19T03:38:37Z</dc:date>
    </item>
  </channel>
</rss>

