I have just started a new form in Visual Basic. I have the Authorize.Net dll as a reference and my
New CardPresentAuthorizationRequest is importing correctly. However, I am getting a error with the New CardPresentGateway which is suppose to take mulitple arguments. Overload failed is the error. Any ideas?
Thanks, Tim
Solved! Go to Solution.
12-15-2012 11:35 PM
I haven't moved forward yet and set up a test account. But, I am getting a response, so I know I'm closing in. However, in my response variable, what is the 10.0 parameter for and where would I send the amount at? Is that what the 10.0 that I am sending is? In the C# example it is 10.00M so I didn't know what that referred to. I would have thought that would be in quotations.
Tim
12-16-2012 10:31 PM - edited 12-16-2012 10:36 PM
Thanks you all for the help on this! I went ahead and set up a test account and discovered he answer to my last post. Thanks again!
Tim
12-16-2012 10:55 PM
New idea. I notice that with New CardPresentAuthorizationRequest that I am submitting, it is already awaiting Capture.
Can I add a param to it so it will just authorize it? I am going to need to add gratuity. Another post said that I can't add to the authorization unless it is under the amount. The suggestion was to add a estimate that would be more than what was expected. I don't really like that idea, so I need to autho then resubmit later with the new amount. Possible??
Tim
12-17-2012 08:26 PM
Hello guys! I'm back!!
This system I built for a program in VB works great!!
I am now adding credit transactions to a program in VB for a retail POS. The only thing I have to add other than what I already have learned is refunding a credit transaction. Can I use the New CardPresentAuthorizationRequest
process or is there a different command? From what I could retrieve from the forums and site, I need to send the transaction #, amount, and credit card #. The array would be different than what I am using for the initial capture which is just the amount, cc#, and exp date.
I am waiting on a test transaction to clear and test it, but the array is wrong so I am sure it won't work.
Tim
07-22-2013 08:03 PM
Hello!!
I have successfully got a refund function working. Thanks to the other posts!!!!
Tim
07-23-2013 08:51 PM
Hello again.
This is an old thread of mine and thought I would add here.
I am still using the New CardPresentAuthorizationRequest.
I have not signed up for an account so I am still using the sandbox. These transactions are in Authorized/Pending Capture and Refund/Pending Settlement. Does my software still have to capture these?
Should it be done in the same transaction or if it needs to be submitted is a batch the best way. I would rather not need to send a batch afterward.
Thanks!
Tim
03-05-2014 01:34 PM