- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can not get more than 10 profiles per getCustomerPaymentProfileListRequest
Hello All,
The doc here https://developer.authorize.net/api/reference/index.html#customer-profiles-get-customer-payment-prof...saying that we can custom the limit but it seems not. The max result per call is 10.
Is it related to our account setting?
Thanks
โ11-01-2023 02:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The "offset" value is to be increment when retrieving subsequent pages of profiles.
Use this function to get list of all the payment profiles that match the submitted searchType. You can use this function to get the list of all cards expiring this month. The function will return up to 10 results in a single request. Paging options can be sent to limit the result set or to retrieve additional results beyond the 10 item limit. You can add the sorting and paging options shown below to customize the result set.
hth!
โ11-01-2023 09:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@marine2026 thank you. Seems I can not get more than 10 per call. I planned to remove all expired cards in month but have to send too many requests because of 10.
โ11-01-2023 09:10 PM

