hey when i try to use the CreditRequest from the SDK i get an error.
BankAccountType = Function evaluation was aborted.
I am trying to do a simple credit based on the transaction id, the amount, and the last four of the credit card.
here is my code
var temp = new AuthorizeNet.CreditRequest("2161328379", decimal.Parse("9.99"), "0027");
07-14-2011 08:30 AM
Hey there,
Which SDK are you using?
Thanks,
Michelle
Developer Community Manager
07-15-2011 10:52 AM