I'm testing AuthorizeNet for our SAAS in .net 8. I got the following errorSystem.TypeInitializationException: 'The type initializer for 'AuthorizeNet.Util.HttpUtility' threw an exception var controller = new createTransactionController(request); cont...
Hi everyonei am hoping someone can guide me.I would like to know for the Secure Acceptance for the type of transaction, how to set it to SALE as the type to where the settlement happens automatically.I've been manually settling transactions and notic...
I know there's a few posts about this with no answers, but we've set up Accept Hosted in production. We've had zero issues receiving responses from the testing sandbox. However, in production, this is happening at least 12% of the time and causing ou...
Trying to place transactions in Sandbox mode while adding Authorize.net to a site. Copied pretty much exactly the example and it throws this:[{"code":"E00027","text":"The transaction was unsuccessful."}]Here's my actual code (in Laravel):/* Create a ...
Looking for a good example of using 3ds with microforms in .net? I saw the demo tool, but not getting how to integrate it. I have the .net microform example app working for non 3ds, just curious if any one has some examples with 3ds?