cancel
Showing results for 
Search instead for 
Did you mean: 

Need Confirmation about CIM Transaction Type & transaction status

Hi,

I have implemented authorize.net CIM functionality  using SOAP service reference and asp.net technology. I have created customer profile and customer payment profile sucessfully. To process transaction using CIM, I am using auth_only transaction type  after this  transaction status updated to authorized /pending to capture. After authorizing transaction I am doing some other bussinees logic then I am using prior_auth_capture method to capture priviously authorized transaction.

 

After this transaction get captured and its status become captured but its transaction type remains authorization only.

 

Please kindly assist if it is valid response or what result should I expect.

 

Thanks

Amol

AmolR
Contributor
2 REPLIES 2

Hello @AmolR

 

The transaction type will not change from the original request.  However, if you send a capture a previously authorized amount, you will get a response that includes everything you need.

 

Richard

RichardH
Administrator Administrator
Administrator

Hi 

Thank you so much for your immediate help !.