Skip to content

Releases: Vantiv/cnp-sdk-for-dotnet

v12.22.0

07 Apr 09:02
73513e3
Compare
Choose a tag to compare

==Version 12.22.0 (March 25, 2022)
Note1 : Required .NET Standard 2.0 (.NET Framework builds will now need to be 4.7.2 or greater)
Note2: It contains changes from cnpAPI v12.20 & v12.21. In case you need any feature supported by cnpAPI v12.20 or v12.21, please use SDK version 12.22.0.
*Feature: [cnpAPI v12.22] New element vendorAddress is added in vendorCredit and vendorDebit transaction type.
*Feature: [cnpAPI v12.22] Optional element cardholderAddress is added to fastAccessFunding transaction type.
*Feature: [cnpAPI v12.22] New addressType is added to support vendorAddress and cardholderAddress.
*Feature: [cnpAPI v12.21] fraudCheck authenticationValue can support upto 512 characters now.
*Feature: [cnpAPI v12.20] New methodOfPaymentTypeEnum value IC for Interac Payment has been added.
*BugFix: Invalid methodOfPaymentTypeEnum.BL has been corrected to PL.

12.19.0

25 Mar 07:21
e7815be
Compare
Choose a tag to compare

==Version 12.19.0 (March 24, 2022)

  • Feature: OrderID element now supports 256 characters.
  • Feature: Optional OrderID element is supported in Capture and Credit transactions.
  • Feature: transactionReversal transaction is not supported in and after cnpAPI v12.19. It has been split into two different transactions:
    - depositTransactionReversal
    - refundTransactionReversal

12.17.3

24 Mar 14:19
6c1f7a5
Compare
Choose a tag to compare

==Version 12.17.3 (March 23, 2022)
BugFix: Fixed echeckAccountTypeEnum.CorpSavings for echeckTokenType

12.17.2

28 Feb 14:51
f7fad05
Compare
Choose a tag to compare

Feature: Added new method FraudCheckAsync

12.17.1

28 Jul 15:13
93de230
Compare
Choose a tag to compare

BugFix Fixed the regex in the password pattern

12.17.0

27 Oct 18:03
e514c75
Compare
Choose a tag to compare
  • Feature Added a new optional element: Business Indicator

12.16.0

15 Oct 18:36
c98e6f8
Compare
Choose a tag to compare
  • Feature Added new transaction type: transactionReversal

12.15.1

15 Oct 15:35
d5a5b4d
Compare
Choose a tag to compare
  • Feature Added maxConnections config parameter to set the maximum number of http connections (defaults to ServicePointManager.DefaultConnectionLimit)
  • Change Propagated changes from 12.7.5-12.7.6, with some changes
  • Change The first CnpOnline object's config will now determine the proxy and timeout for the lifetime of the application
  • BugFix Tls 1.2 now the only available online encryption, specified for cnp-related connections only

12.15.0

07 Oct 12:52
d76065f
Compare
Choose a tag to compare
  • Feature: Added AuthenticationShopperID to cardTokenType
  • Feature: Added copayAmount to healthcareAmounts
  • Feature: Created echeckTokenRoutingNumber and echeckTokenAccountTypeEnum types and set routingNum and accType in eCheckTokenType to those new types
  • Feature: Added debitResponse and debitMessage fields to pinlessDebitResponse

12.7.6

03 Sep 21:56
b3d5fa5
Compare
Choose a tag to compare
  • Feature: merchantId field added to CnpOnline class to allow changing merchantIds with same CnpOnline instance.
  • Feature: keepAlive setting added to config for keeping the Async Http Request Alive
  • BugFix: communication field is made static in CnpOnline to limit initializations