cancel
Showing results for 
Search instead for 
Did you mean: 

submitTime and transactionStatus in CIM Soap

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?)

 

treii28
Contributor
3 REPLIES 3

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?

TJPride
Expert

it just seems kind of silly since you just did a soap and got a response already.

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.