<?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: GetARBSubscriptionList and GetARBSubscriptionStatus in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetARBSubscriptionList-and-GetARBSubscriptionStatus/m-p/52337#M27607</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/18985"&gt;@arbTester﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We you tried our sample code on GitHub?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/sample-code-java/blob/master/src/main/java/net/authorize/sample/RecurringBilling/GetListOfSubscriptions.java" target="_blank"&gt;https://github.com/AuthorizeNet/sample-code-java/blob/master/src/main/java/net/authorize/sample/RecurringBilling/GetListOfSubscriptions.java&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2015 18:20:53 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2015-09-28T18:20:53Z</dc:date>
    <item>
      <title>GetARBSubscriptionList and GetARBSubscriptionStatus</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetARBSubscriptionList-and-GetARBSubscriptionStatus/m-p/52301#M27578</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I was looking at the document &amp;nbsp;from&amp;nbsp;&lt;A href="http://developer.authorize.net/api/arb/" target="_blank"&gt;http://developer.authorize.net/api/arb/&lt;/A&gt; which claims&amp;nbsp;GetARBSubscriptionList &amp;nbsp;is included however I couldn't find a way with Merchant to use it. Is it available in latest version (1.8.2) at all? I saw the source class and test, but they don't work for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, is there any way I can retrieve previous status of ARB? E.g. if a subscriber changes status from inactive to active or from suspended to inactive, is there anyway I can tell?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2015 18:26:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetARBSubscriptionList-and-GetARBSubscriptionStatus/m-p/52301#M27578</guid>
      <dc:creator>arbTester</dc:creator>
      <dc:date>2015-09-25T18:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: GetARBSubscriptionList and GetARBSubscriptionStatus</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetARBSubscriptionList-and-GetARBSubscriptionStatus/m-p/52336#M27606</link>
      <description>&lt;P&gt;I was trying the New Model here:&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/sdk-java/" target="_blank"&gt;https://github.com/AuthorizeNet/sdk-java/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, whenever I use controllers such as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="pl-smi"&gt;CreateTransactionController&lt;/SPAN&gt; controller &lt;SPAN class="pl-k"&gt;=&lt;/SPAN&gt; &lt;SPAN class="pl-k"&gt;new&lt;/SPAN&gt; &lt;SPAN class="pl-smi"&gt;CreateTransactionController&lt;/SPAN&gt;(apiRequest);

        controller&lt;SPAN class="pl-k"&gt;.&lt;/SPAN&gt;execute();&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I always get null response and errors like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;[error] n.a.u.HttpUtility - Execution error for http post Message: 'java.lang.Ar&lt;/DIV&gt;&lt;DIV&gt;rayStoreException: sun.reflect.annotation.TypeNotPresentExceptionProxy'&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Any developers have idea like this?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks!&lt;/DIV&gt;</description>
      <pubDate>Mon, 28 Sep 2015 17:12:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetARBSubscriptionList-and-GetARBSubscriptionStatus/m-p/52336#M27606</guid>
      <dc:creator>arbTester</dc:creator>
      <dc:date>2015-09-28T17:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: GetARBSubscriptionList and GetARBSubscriptionStatus</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetARBSubscriptionList-and-GetARBSubscriptionStatus/m-p/52337#M27607</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/18985"&gt;@arbTester﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We you tried our sample code on GitHub?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/sample-code-java/blob/master/src/main/java/net/authorize/sample/RecurringBilling/GetListOfSubscriptions.java" target="_blank"&gt;https://github.com/AuthorizeNet/sample-code-java/blob/master/src/main/java/net/authorize/sample/RecurringBilling/GetListOfSubscriptions.java&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2015 18:20:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetARBSubscriptionList-and-GetARBSubscriptionStatus/m-p/52337#M27607</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-09-28T18:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: GetARBSubscriptionList and GetARBSubscriptionStatus</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetARBSubscriptionList-and-GetARBSubscriptionStatus/m-p/52339#M27609</link>
      <description>&lt;P&gt;Thanks RichardH, yes I tried it, and I got the same error as &amp;nbsp;I mentioned above.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2015 18:26:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetARBSubscriptionList-and-GetARBSubscriptionStatus/m-p/52339#M27609</guid>
      <dc:creator>arbTester</dc:creator>
      <dc:date>2015-09-28T18:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: GetARBSubscriptionList and GetARBSubscriptionStatus</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetARBSubscriptionList-and-GetARBSubscriptionStatus/m-p/52340#M27610</link>
      <description>&lt;P&gt;I would suggest reporting an issue on GitHub which will notify the developer working on this directly so they can find and fix the problem.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Richard&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2015 18:54:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetARBSubscriptionList-and-GetARBSubscriptionStatus/m-p/52340#M27610</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-09-28T18:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: GetARBSubscriptionList and GetARBSubscriptionStatus</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetARBSubscriptionList-and-GetARBSubscriptionStatus/m-p/52412#M27665</link>
      <description>&lt;P&gt;Updated the code to 1.8.6 and it worked.&lt;/P&gt;&lt;P&gt;The build file of code has the outdated build number of 1.8.2 that's why I took it wrong.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2015 16:25:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetARBSubscriptionList-and-GetARBSubscriptionStatus/m-p/52412#M27665</guid>
      <dc:creator>arbTester</dc:creator>
      <dc:date>2015-10-05T16:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: GetARBSubscriptionList and GetARBSubscriptionStatus</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetARBSubscriptionList-and-GetARBSubscriptionStatus/m-p/52428#M27680</link>
      <description>&lt;P&gt;I solved that issue by updating to latest code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, r&lt;SPAN&gt;egarding ARBGetSubscriptionListRequest, I know paging is required, but I'm not sure how it works. If I set limit = 1000 and offset = 1, does it mean I get the 1st page only? What if there are 1005 items? Can I retrieve all in one page or do I have to retrieve page by page?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 16:19:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetARBSubscriptionList-and-GetARBSubscriptionStatus/m-p/52428#M27680</guid>
      <dc:creator>arbTester</dc:creator>
      <dc:date>2015-10-06T16:19:13Z</dc:date>
    </item>
  </channel>
</rss>

