sdk-dotnet
sdk-dotnet copied to clipboard
.Net SDK for Authorize.Net API
Per the [PackageReference migration documentation](https://docs.microsoft.com/en-us/nuget/consume-packages/migrate-packages-config-to-package-reference#assemblies-in-the-lib-root-are-ignored-when-the-package-is-installed-after-the-migration): > ...assemblies present at the root of lib folder without a target framework specific sub-folder are ignored. NuGet looks for a sub-folder matching the target...
When we update the project from version 1.9.4 of the package to the 2.0.2 version, a lot of things break and I cannot find any reference to breaking changes that...
same as https://github.com/AuthorizeNet/sdk-dotnet/pull/275/files but fresh
Including the order property on the transactionRequestType causes payments to fail using the Accept Hosted Sandbox form. I created a new MVC Application in Visual Studio using .NET Framework 4.5.2....
Hello. I need make Authorization on some amount like $10 and if it was successful I am making order on site and CHARGE the amount. Based on manual I need...
I am getting an E00039 error in my createCustomerProfile response. This error indicates that a duplicate profile already exists. I understand this error and why is is returned in my...
I am getting this error when i tried to implement the create customer profile API, 
Certain transactions are throwing the following error when trying to get the transaction details System.InvalidOperationException: 'There is an error in XML document (1, 40).' Inner Exception was not expected. Most...
Hello, please your support I am trying to install the AuthorizeNET plugin, but send the following errors: Error CS1061 'Address' does not contain a definition for 'StateProvince' and no accessible...
I am using live merchant account credential and i have changed this ApiOperationBase.RunEnvironment = AuthorizeNet.Environment.SANDBOX; to ApiOperationBase.RunEnvironment = AuthorizeNet.Environment.PRODUCTION; but still it is accept test card number like (4111111111111111). I...