sdk-dotnet icon indicating copy to clipboard operation
sdk-dotnet copied to clipboard

.Net SDK for Authorize.Net API

Results 48 sdk-dotnet issues
Sort by recently updated
recently updated
newest added

Update the AuthorizeNET.csproj to target .net framework 4.5 and .net standard 2.0

Hi, My goal is to pull a transactionDetailsSummaryType using the transactionDetailsType Id. I want to pull orders by number, instead of date. Is this possible? What is the relationship between...

question

Hello, We're using sdk-dotnet-1.9.4 to call Authorize.NET API. Every time, we are trying to perform transaction request with an AccountNumber longer then 14 characters (so 15-17 in our cases), we're...

awaiting-reply

My client reported that the email is not pushed from the SDK I have this transaction I've done on DEV : #60127123734 I filled the object properly and every information...

feature-bug

Whenever I hit GetCustomerProfile and GetCustomerPaymentProfile API using Dot Net SDK, in credit card object I only receive card's last 4 digit and expiry date but not the card type...

awaiting-reply

We are currently working in the Sandbox environment on Authorize.net and started to receive XML errors from the API got getting merchant details. The exception message is as follows: There...

awaiting-reply

When submitting a payment at the line below, we are getting several timeouts per day. The timeout period is currently at 30 seconds. The customer's credit card is being charged,...

The duplicate detection built into the Create Customer & CustomerPayment profiles is very useful, however: CreateCustomerPaymentProfile returns the customerPaymentProfileId filled when a duplicate is detected so you can then use...

feature-enhancement

I have encountered an issue where failed transactions report successful or "(I00001:Successful.)" . This code in the GetApiResponse function looks for a response != null. A successful response, however, can...

awaiting-reply

I got an issue this week where we were passing 2 characters as CVV and instead Authorize.Net returns that CVV is invalid, it was returning null. I tested with 1...

awaiting-reply