I am new to Authorize.NET. Is reference transaction possible in authorize.net. For example: User A comes and enters the Credit Card details for first time, he does the payment. Now for the second time onwards when he does the payment the details of the previous transaction has to be used (i.e. he will not be entering the details again, the first payment details has to be used by default) and payment has to be done. Is there any such option available in Authorize.NET CIM service.
I am using Authorize.NET SDK from https://github.com/AuthorizeNet/sdk-dotnet This provides me the functions for CIM, but not sure how to use above mentioned scenario.Does CIM of authorize.NET provides this feature using CIM.
I am able to authorize the credit card and based on the response("AuthorizationCode") I did capture. Now after that from the capture response parameters I tried to do another transaction. But failed and got the error message : This transaction has been submitted already.
Also, Is it possible to have a skype call for discussing the same with any one of developers.
06-24-2014 05:37 AM - edited 06-24-2014 05:39 AM
The doc is here
http://developer.authorize.net/api/cim/
On CIM, you create a customer profile and their credit card payment profile, then use the payment profile to generate transaction.
06-24-2014 05:53 AM