cancel
Showing results for 
Search instead for 
Did you mean: 

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

2 REPLIES 2

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

 

https://developer.authorize.net/api/reference/index.html#customer-profiles-get-customer-shipping-add...

 

--
"Move fast and break things," out. "Move carefully and fix what you break," in.
Lilith
Administrator Administrator
Administrator