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");
01-19-2012 03:11 AM
01-19-2012 05:19 AM - edited 01-19-2012 05:21 AM