Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Need list of all users along with payment profiles
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
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

