How can I take a transaction ID, and turn that transaction into a subscription from the API in PHP? In the back-end you just click the "Create ARB Subscription from Transaction" link in the upper right hand corner of transaction details box, and it links you to a page to create it. wondering how to do this via the API. Thanks for any help!
โ12-18-2013 06:29 PM
There isn't one via the API.
โ12-19-2013 04:19 AM
โ12-19-2013 06:47 AM
You don't. Unless you have a unique order info like the invoice# or purchase order# that you can reference back to the profileID/payment profile ID by using the http://developer.authorize.net/api/transaction_details/
โ12-19-2013 07:02 AM - edited โ12-19-2013 07:02 AM
โ12-19-2013 07:42 AM
The profile id are not return, it not save within the transaction. I was thinking you might have saved the id with the invoice# or something in your own database.
โ12-19-2013 07:45 AM - edited โ12-19-2013 07:46 AM
โ12-19-2013 07:51 AM
So you have no way to cross ref from the invoice# and profile id? that would be a problem.
โ12-19-2013 08:21 AM
โ12-19-2013 08:46 AM
Surely there is some way to create an ARB subscription from an existing transaction? Anyone been able to accomplish this?
โ10-28-2014 11:05 AM