cancel
Showing results for 
Search instead for 
Did you mean: 
mts176
Member
since ‎09-25-2017
‎01-24-2018

Your latest statistics

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

User Activity

I have one C# code page with all of my Authorize.Net functions on it. In each function i have to have ApiOperationBase.RunEnvironment = AuthorizeNet.Environment.SANDBOX; ApiOperationBase.MerchantAuthentication = new merchantAuthenticationType() { nam...
Is there a difference between the reporting app for a sandbox and for a live account? Can I pass some more information per transaction that would help me create a report filtered by the new information I pass? I want to consolidate 3 banks into one, ...
This was answered 5 years ago, but i can't seem to find anything more recent, so i dont know if it has changed.Can 1 Authorize.Net account have more than 1 bank account? MyStores has 3 locations. Each Location has its own bank.Can i use MyStores Auth...
I havent found an answer to my problem yet, so i figured i would start a new thread.I am using the GitHub Sample C# project to test out how Authorize.Net works and how i would implement it into our current system.I have a sandbox account, i can run a...