Hi,
I am new to Authorize.Net. I would like to get the list of user profiles who are having 10 payment profiles with Authorize.Net. Is there any direct call to generate the report with User ProfileID, Payment Profile Information for all the users? Please let me know.
Thanks in advance.
Ravi
12-16-2013 05:03 AM
No direct call, you would need to get a list of all userProfile (GetCustomerProfileIds) then loop thru each one (GetCustomerProfile) and count how many paymentProfile it have.
12-16-2013 07:25 AM