cancel
Showing results for 
Search instead for 
Did you mean: 

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

phctrn
Member
2 REPLIES 2

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!

marine2026
Trusted Contributor

@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.

phctrn
Member