<?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: Production getCustomerPaymentProfileListRequest has hardcoded limit of 10? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-getCustomerPaymentProfileListRequest-has-hardcoded/m-p/68682#M41842</link>
    <description>&lt;P&gt;So the solution is that you sent this to the API team, but its 2019 and you still only send back 10 results.&amp;nbsp; Why is the documentation not updated?&lt;/P&gt;</description>
    <pubDate>Thu, 08 Aug 2019 19:31:14 GMT</pubDate>
    <dc:creator>TCCPGrimes01</dc:creator>
    <dc:date>2019-08-08T19:31:14Z</dc:date>
    <item>
      <title>Production getCustomerPaymentProfileListRequest has hardcoded limit of 10?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-getCustomerPaymentProfileListRequest-has-hardcoded/m-p/57800#M32490</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;So we ran our first production check of expiring credit cards earlier this week, and got back 10 results instead of the much larger number we expected.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The problem appears to be that the production &lt;A href="http://auth.net" target="_blank"&gt;auth.net&lt;/A&gt; function getCustomerPaymentProfileListResponse doesn't work as advertised.&amp;nbsp;&amp;nbsp; While you can specify a paging limit between 1 and 1000, the production gateway appears to always use a paging limit of 10 in the response.&lt;BR /&gt;&lt;BR /&gt;Calling this (sensitive data censored out):&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;&amp;lt;getCustomerPaymentProfileListRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
    &amp;lt;clientId&amp;gt;sdk-java-1.9.0&amp;lt;/clientId&amp;gt;
    &amp;lt;searchType&amp;gt;cardsExpiringInMonth&amp;lt;/searchType&amp;gt;
    &amp;lt;month&amp;gt;2017-04&amp;lt;/month&amp;gt;
    &amp;lt;sorting&amp;gt;
        &amp;lt;orderBy&amp;gt;id&amp;lt;/orderBy&amp;gt;
        &amp;lt;orderDescending&amp;gt;false&amp;lt;/orderDescending&amp;gt;
    &amp;lt;/sorting&amp;gt;
    &amp;lt;paging&amp;gt;
        &amp;lt;limit&amp;gt;1000&amp;lt;/limit&amp;gt;
        &amp;lt;offset&amp;gt;1&amp;lt;/offset&amp;gt;
    &amp;lt;/paging&amp;gt;
&amp;lt;/getCustomerPaymentProfileListRequest&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;Returns this (sensitive data censored out):&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;&amp;lt;getCustomerPaymentProfileListResponse
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
    &amp;lt;messages&amp;gt;
        &amp;lt;resultCode&amp;gt;Ok&amp;lt;/resultCode&amp;gt;
        &amp;lt;message&amp;gt;
            &amp;lt;code&amp;gt;I00001&amp;lt;/code&amp;gt;
            &amp;lt;text&amp;gt;Successful.&amp;lt;/text&amp;gt;
        &amp;lt;/message&amp;gt;
    &amp;lt;/messages&amp;gt;
    &amp;lt;totalNumInResultSet&amp;gt;79&amp;lt;/totalNumInResultSet&amp;gt;
    &amp;lt;paymentProfiles&amp;gt;

[Only 10 PaymentProfile records]

    &amp;lt;/paymentProfiles&amp;gt;
&amp;lt;/getCustomerPaymentProfileListResponse&amp;gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV&gt;I was able to work around the problem by continuing to fetch data with ever-increasing paging-offsets until I got a response back with no payment profiles.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Apr 2017 17:42:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-getCustomerPaymentProfileListRequest-has-hardcoded/m-p/57800#M32490</guid>
      <dc:creator>mkienenb</dc:creator>
      <dc:date>2017-04-25T17:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Production getCustomerPaymentProfileListRequest has hardcoded limit of 10?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-getCustomerPaymentProfileListRequest-has-hardcoded/m-p/57808#M32497</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19254"&gt;@mkienenb&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've sent this to our API team, but I would also suggest you also open a ticket with customer support and ask for escalation since this issue is occuring in your production account.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 01:52:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-getCustomerPaymentProfileListRequest-has-hardcoded/m-p/57808#M32497</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-04-26T01:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Production getCustomerPaymentProfileListRequest has hardcoded limit of 10?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-getCustomerPaymentProfileListRequest-has-hardcoded/m-p/68682#M41842</link>
      <description>&lt;P&gt;So the solution is that you sent this to the API team, but its 2019 and you still only send back 10 results.&amp;nbsp; Why is the documentation not updated?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 19:31:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-getCustomerPaymentProfileListRequest-has-hardcoded/m-p/68682#M41842</guid>
      <dc:creator>TCCPGrimes01</dc:creator>
      <dc:date>2019-08-08T19:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Production getCustomerPaymentProfileListRequest has hardcoded limit of 10?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-getCustomerPaymentProfileListRequest-has-hardcoded/m-p/71094#M43756</link>
      <description>&lt;P&gt;In 2020, I am having this issue as well. Any resolution?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 15:25:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-getCustomerPaymentProfileListRequest-has-hardcoded/m-p/71094#M43756</guid>
      <dc:creator>kaos2020</dc:creator>
      <dc:date>2020-03-16T15:25:39Z</dc:date>
    </item>
  </channel>
</rss>

