<?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: ARBGetSubscriptionListRequest doesn't accept paging parameter. in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBGetSubscriptionListRequest-doesn-t-accept-paging-parameter/m-p/55112#M30045</link>
    <description>&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, it works with exact order. I had to change my api code to keep ordering.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it still doesn't work as expected. I returns only 1 record regardless of limit value in my request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as I understand, it gets limit value. Because it returns empty if I set limit as 1000 and&amp;nbsp;offset as 2. (there are 120 records in my dataset) But it still return 1 record.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way&amp;nbsp;to get&amp;nbsp;a bunch of results, or should I set limit as 1 and send 120 requests to get all records?&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jul 2016 14:18:37 GMT</pubDate>
    <dc:creator>dirigeant</dc:creator>
    <dc:date>2016-07-05T14:18:37Z</dc:date>
    <item>
      <title>ARBGetSubscriptionListRequest doesn't accept paging parameter.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBGetSubscriptionListRequest-doesn-t-accept-paging-parameter/m-p/55110#M30043</link>
      <description>&lt;P&gt;I send my request to ARBGetSubscriptionListRequest endpoint.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to XSD, searchType is required, paging and sorting are optional parameters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the xml I send.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;ARBGetSubscriptionListRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;BR /&gt;  &amp;lt;merchantAuthentication&amp;gt;&lt;BR /&gt;    &amp;lt;name&amp;gt;xx&amp;lt;/name&amp;gt;&lt;BR /&gt;    &amp;lt;transactionKey&amp;gt;xx&amp;lt;/transactionKey&amp;gt;&lt;BR /&gt;  &amp;lt;/merchantAuthentication&amp;gt;
  &amp;lt;paging&amp;gt;&lt;BR /&gt;    &amp;lt;limit&amp;gt;10&amp;lt;/limit&amp;gt;&lt;BR /&gt;  &amp;lt;/paging&amp;gt;
  &amp;lt;searchType&amp;gt;subscriptionActive&amp;lt;/searchType&amp;gt;
&amp;lt;/ARBGetSubscriptionListRequest&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But API returns error below. If I don't add paging field, it works but it returns only 1 record.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;E00003: The element 'ARBGetSubscriptionListRequest' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has invalid child element 'paging' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'. List of possible elements expected: 'refId, searchType' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Jul 2016 13:24:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBGetSubscriptionListRequest-doesn-t-accept-paging-parameter/m-p/55110#M30043</guid>
      <dc:creator>dirigeant</dc:creator>
      <dc:date>2016-07-05T13:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: ARBGetSubscriptionListRequest doesn't accept paging parameter.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBGetSubscriptionListRequest-doesn-t-accept-paging-parameter/m-p/55111#M30044</link>
      <description>&lt;P&gt;&lt;A href="https://developer.authorize.net/api/reference/index.html#recurring-billing-get-a-list-of-subscriptions" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html#recurring-billing-get-a-list-of-subscriptions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;follow the exact order as in the API reference&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 13:46:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBGetSubscriptionListRequest-doesn-t-accept-paging-parameter/m-p/55111#M30044</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-07-05T13:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: ARBGetSubscriptionListRequest doesn't accept paging parameter.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBGetSubscriptionListRequest-doesn-t-accept-paging-parameter/m-p/55112#M30045</link>
      <description>&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, it works with exact order. I had to change my api code to keep ordering.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it still doesn't work as expected. I returns only 1 record regardless of limit value in my request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as I understand, it gets limit value. Because it returns empty if I set limit as 1000 and&amp;nbsp;offset as 2. (there are 120 records in my dataset) But it still return 1 record.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way&amp;nbsp;to get&amp;nbsp;a bunch of results, or should I set limit as 1 and send 120 requests to get all records?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 14:18:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBGetSubscriptionListRequest-doesn-t-accept-paging-parameter/m-p/55112#M30045</guid>
      <dc:creator>dirigeant</dc:creator>
      <dc:date>2016-07-05T14:18:37Z</dc:date>
    </item>
  </channel>
</rss>

