cancel
Showing results for 
Search instead for 
Did you mean: 
klack
Contributor
since ‎12-11-2012
‎01-02-2013

Your latest statistics

  • 8 Replies
  • 1 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I'm having some issues doing a credit request using the C# SDK. Here is the code I am using: var txid = "2181163453"; var amount = 1.0M; var lastfour = "1111"; //test account var apilogin = "xxx"; var transkey = "xxx"; var request = new CreditRequest...
Hello, I am having an issue with the C# SDK. Everything works fine when using my developer account, however when i switch the apilogin and transkey to a live account: I get: The merchant login ID or password is invalid or the account is inactive. Of ...
I am trying to run a card not present transaction using the C# Autorize.net dll. I have a Card Present sandbox account setup. When I run the following code, authorize.net does not acknoledge the CVV. It will show "Card Code Status : Not Applicable" o...
My Accepted Solutions