- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Need to Extract ARB Data or CIM Data
I'm trying to integrate iDonate with Authorize.net and am running into a challenge with my active ARBs. I need to extract our ARB data from Authorize.net so that we can input it into the other system. *I do not need to extract the sentivite/encrypted card data. I only need the Customer Billing information.
- Is there a way to use the API Call to extract the ARB Customer Billing Information?
- Is there a way to use the API Call to extract the Customer Names, Profile ID, etc. from CIM?
I do not want to manually copy and paste the Customer Billing Info from each ARB. That is time prohibitive.
I do not want to request that the data be extracted as a special Auth.net service beacuse that is cost-prohibitive.
Thanks very much for your assistance!
Lucas Edwards
โ04-25-2016 01:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ04-25-2016 02:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@TheJoshuaFund37 The ARBGetSubscription call should provide you with Customer Profile IDs, Payment Profile IDs, and Customer Address IDs:
https://developer.authorize.net/api/reference/index.html#recurring-billing-get-subscription
From that info, you can use the getCustomerShippingAddress call to pull the address information:
"Move fast and break things," out. "Move carefully and fix what you break," in.
โ04-25-2016 02:12 PM