<getCustomerPaymentProfileListRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd">
<clientId>sdk-java-1.9.0</clientId>
<searchType>cardsExpiringInMonth</searchType>
<month>2017-04</month>
<sorting>
<orderBy>id</orderBy>
<orderDescending>false</orderDescending>
</sorting>
<paging>
<limit>1000</limit>
<offset>1</offset>
</paging>
</getCustomerPaymentProfileListRequest><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">
<messages>
<resultCode>Ok</resultCode>
<message>
<code>I00001</code>
<text>Successful.</text>
</message>
</messages>
<totalNumInResultSet>79</totalNumInResultSet>
<paymentProfiles>
[Only 10 PaymentProfile records]
</paymentProfiles>
</getCustomerPaymentProfileListResponse>Solved! Go to Solution.
04-25-2017 10:42 AM
Hello @mkienenb
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.
Richard
04-25-2017 06:52 PM
04-25-2017 06:52 PM
So the solution is that you sent this to the API team, but its 2019 and you still only send back 10 results. Why is the documentation not updated?
08-08-2019 12:31 PM
In 2020, I am having this issue as well. Any resolution?
03-16-2020 08:25 AM