cancel
Showing results for 
Search instead for 
Did you mean: 
intersoft
Member
since ‎03-15-2019
‎05-30-2019

Your latest statistics

  • 0 Replies
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I am submitting ECC refund with full credit card number and expiration date with no transaction ID. And yet I get a response code 33 with error message "A valid referenced transaction ID is required.".I am using C# with SDK.
If I pass in empty string for cardCode, response returns as null. I thought Authorize.NET always returns some kind of response.. var creditCard = new creditCardType { cardNumber = "4111111111111111", expirationDate = "1028",cardCode = “” }; var payme...