Is there anyway to get the value stored by Authorize.Net at the time of doing a createCustomerProfileTransaction using the CIM Soap short of doing a 'getTransactionDetails' after the fact? (i.e. as a value in the direct response string for example?)
12-22-2011 09:51 AM
Not as far as I can see. All you get back is the response codes and a transaction ID if successful. What's wrong with doing getTransactionDetails?
12-22-2011 10:58 AM
it just seems kind of silly since you just did a soap and got a response already.
12-22-2011 02:26 PM
You could just store the details you want to store before charging, with a "completed" flag set to false, then set it to true on completion. This way you don't have to use the Transaction Details API. Other than that, I agree that it would be simpler to get back the details, but it is what it is.
12-22-2011 02:39 PM