cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

convert one-time AIM to recurring ARB

We have a number of one-time AIM transactions that need to be converted to ARB recurring subscriptions. That can be done in the UI, but I need to be able to script this. 

 

The API suggests this can be done with:

https://github.com/AuthorizeNet/sample-code-php/blob/master/RecurringBilling/create-subscription-fro...

 

But I can't seem to find out a way to retrieve the required parameters (customerProfileId and customerPaymentProfileId) based on the transaction. Can anyone provide guidance on the steps required to handle this conversion?

lcdservices07
Member
1 ACCEPTED SOLUTION

Accepted Solutions
RichardH
Administrator Administrator
Administrator
2 REPLIES 2

Hello @lcdservices07

 

Use Create Customer Profile from Transaction is what you need.

 

https://developer.authorize.net/api/reference/#customer-profiles-create-a-customer-profile-from-a-tr...

 

Richard

RichardH
Administrator Administrator
Administrator

Ah... thanks, that was very helpful.