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
10-06-2015 06:35 AM
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
10-06-2015 01:54 PM
Hi
Thank you so much for your immediate help !.
10-07-2015 02:02 AM