Sdk Dotnet Versions Save

.Net SDK for Authorize.Net API

2.0.3

2 years ago
  • Fix for #292

2.0.2

2 years ago
  • Card on File Mandates

2.0.1

5 years ago
  • Removed deprecated AIM, ARB, CIM, CP, DPM, SOAP, Transaction Reporting and SIM classes.
  • Read Migrating from older versions in the README for details
  • Removed more files which were deprecated

2.0.0

5 years ago

Removed deprecated AIM, ARB, CIM, CP, DPM, SOAP, Transaction Reporting and SIM classes. Read Migrating from older versions in the README for details

1.9.7

5 years ago
  • Added GetCustomerPaymentProfileNonce API.
  • Enhancements to several classes to provide additional capabilities consistent with the server APIs.
  • Sensitive Logging

1.9.6

5 years ago
  • Deprecated AIM, ARB, CIM, CP, DPM, SOAP, Transaction Reporting and SIM classes. Read Migrating from older versions in the README for details.
  • Added Contribution section to README.

API Updates

  • CreateTransactionRequest can accept new fields namely TokenRequesterName, TokenRequestorId, TokenRequesterECI.
  • GetTransactionDetails response can now display TokenRequestorId.

1.9.5

5 years ago

Api Updates:

  • Can create customer profiles and subscriptions with tokenized payment methods.
  • Network token - isPaymentToken field added to response of Customer Profile APIs
  • Guest Profiles functionality included 

SDK Updates:

  • Released TLS fix for Gateway class.

1.9.4

6 years ago

API updates: • includeIssuerInfo parameter in getCustomerProfileRequest and getCustomerPaymentProfileRequest • getMerchantDetailsResponse now contains the public client key • updateMerchantDetails added

1.9.3

6 years ago

Oauth token support in api requests

1.9.2

7 years ago
  • New API GetTransactionListForCustomer added.
  • Transaction Reporting APIs - GetTransactionList, GetTransactionDetails and GetUnsettledTransactionList now return profile information along with the transaction details, if transaction has been created using profile information.
  • GetCustomerProfile accepts customerId and customerEmail as search criteria.
  • GetTransactionDetails now returns refId and clientId of the createTransaction call.
  • If Default payment profile is set for customer profile, it will be used in createTransaction and createSubscription APIs if payment profile is not present in the request.