Is there anyway to use the API to pull all customer profiles in a single request? I need all customer Profile IDs and Customer IDs. Thanks!
โ11-14-2021 07:05 AM
Hi @da022412,
getCustomerProfileIdsRequest: https://developer.authorize.net/api/reference/index.html#customer-profiles-get-customer-profile-ids
getCustomerProfileRequest: https://developer.authorize.net/api/reference/index.html#customer-profiles-get-customer-profile
getCustomerProfileIdsRequest allows you to to retrieve all existing customer profile IDs, you can then loop using getCustomerProfileRequest to get details for each customer profile.
Thanks
-Mansour
โ11-29-2021 08:26 AM