cancel
Showing results for 
Search instead for 
Did you mean: 
arnaudov
Member
since ‎07-17-2017
‎07-21-2017

Your latest statistics

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

User Activity

Hi! I have this c# code in asp.net web forms page: ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;ApiOperationBase.RunEnvironment = AuthorizeNet.Environment.SANDBOX;ApiOperationBase.MerchantAuthentication = new merchantAuthenticati...
I'm trying to setup this example https://github.com/AuthorizeNet/sample-code-csharp/blob/master/PaymentTransactions/GetAnAcceptPaymentPage.cs in my application, however when I'm building my solution I'm getting many not found errors: Is there anythin...
Hello - I'm looking for sample app such as this one https://github.com/AuthorizeNet/accept-sample-app but for c#/web forms. The one in the example is for php. Does anyone has any guidance where can I found something helpful? Thanks