sdk-dotnet
sdk-dotnet copied to clipboard
.Net SDK for Authorize.Net API
New issue created in hope that someone working on this API can give all of us an official response as to why there is no netstandard library for this API....
After compiling the solution and right-clicking the generated assembly to view file properties, the assembly meta data (version number, file description, product name etc.) is empty/missing. In addition to being...
Hi Team, We are one of the heavy users of this framework for our retail application . We see this below issue intermittently 3 or 4 times a month which...
Hi, This library is a full framework library which Microsoft is no longer putting much effort into. We would like to use this in our .NET Core application and require...
The SDK documentation specifies that you need full bank account information in order to credit a bank account (routing number, account number, etc.). If we used Accept.js to make the...
Hello, Environment: sandbox I have no problem creating ARB subscription with an invoice number and get my OK response just fine. But, if I cancel subscription and create new ARB...
We're adding billTo in the transactionRequestType: ``` var billingAddress = new customerAddressType { firstName = model.FirstName, lastName = model.LastName, address = $"{model.AddressLine1} {model.AddressLine2}", city = model.City, state = model.State, zip...
The MerchantAuthentication approach provided in the documentation is not thread safe and leads to concurrency issues. This has lead to huge consequences and reliability, where we are seeing payments being...
This updates the core librar yto .net standard 2.0 and the tests to .net framework 4.8. There are 7 tests failing but I don't believe that they are the result...
Hi I was implementing the Charge a customer profile in my asp.net Core application, and when i tried to run it i got the following error. 