Skip to content

Releases: GenesisGateway/genesis_dotnet

2.0.3

31 Jan 07:51
@dyd dyd
367f43a
Compare
Choose a tag to compare

Features:

  • Improved documentation
  • Added support for the following Web Payment Form locales:
    • NL, Dutch
    • IS, Icelandic
    • ID, Indonesian
    • MS, Malay
    • TH, Thai
    • CS, Czech
    • HR, Croatian
    • SL, Slovenian
    • FI, Finnish
    • NO, Norwegian
    • DA, Danish
    • SV, Swedish

2.0.2

26 Jun 14:19
@dyd dyd
b095082
Compare
Choose a tag to compare

Features:

  • Added Recurring Type attribute support to the following transaction requests:
    • Authorize
    • Authorize 3D
    • Sale
    • Sale 3D
    • Web Payment Form
  • Added Managed Recurring attributes support to the following transaction requests:
    • Authorize
    • Authorize 3D
    • Sale
    • Sale 3D
    • Init Recurring Sale
    • Init Recurring Sale 3D
  • Added Manager Recurring attributes support to the Web Payment Form Transaction Types Composite object
  • Added Reference Id attributes support to the following transaction requests:
    • Authorize
    • Sale

2.0.1

25 May 09:42
@dyd dyd
7c5aeaf
Compare
Choose a tag to compare

Features:

  • Updated project README by adding a reference to the official Gateway API Documentation
  • Added Release Notes to the NuGet Package configuration

2.0.0

09 Jan 16:40
@dyd dyd
Compare
Choose a tag to compare

Features:

  • Updated the library to .Net Standard 2.0 in order to support .NET Core, 5, 6 and 7. The older compatibility remains. .Net 4.5 and 4.6 are supported with the same codebase and realized by "multi-targeting".
  • Replaced the Genesis.NET namespace with Genesis.NETCore
  • Added Client-Side Encryption support by adding a boolean parameter ClientSideEncryption to the following transaction requests:
    • Authorize
    • Authorize 3D
    • Sale
    • Sale 3D
    • Init Recurring Sale
    • Init Recurring Sale 3D
    • Payout
    • Account Verification
  • Removed obsolete Sale3dAsync, Authorize3dAsync, InitiRecurringSale3dAsync transaction requests

1.2.1

08 Nov 06:53
@dyd dyd
Compare
Choose a tag to compare

Features:

  • Updated Web Payment Form attributes by extending support with:
    • Reminder Language
    • Reminders
    • Pay Later
    • Tokenization
      • Consumer Id
      • Remember Card
    • Web Payment Form Id

1.2.0

10 Oct 14:42
@dyd dyd
Compare
Choose a tag to compare

Features:

  • Added 3DSv2 parameters support to the following transaction requests:
    • Sale 3D
    • Authorize 3D
    • Initi Recurring Sale 3D
    • Web Payment Form
  • Added new Sale 3D, Authorize 3D and Init Recurring Sale 3D classes under Genesis.Net.Entities.Requests.Initial namespace. The old Async classes are still available and will be removed in future versions.
  • Updated remote_ip attribute by marking it as optional.
  • Added SCA parameters support.
  • Updated response parameters - 3DSv2 and more.

Fixes:

  • Fixed notification response generation

1.1.9

15 Jul 07:52
@dyd dyd
Compare
Choose a tag to compare

Features:

  • Added Apple Pay support
  • Added Google Pay support

Fixes:

  • Fixed error upon empty Billing/Shipping Country inside the response

1.1.8

28 Jul 13:28
@dyd dyd
Compare
Choose a tag to compare

Features:

  • Added Business Attributes support to the following transaction request:
    • Authorize
    • Authorize 3D
    • Sale
    • Sale 3D
    • Init Recurring Sale
    • Init Recurring Sale 3D
    • Capture
    • Recurring Sale
    • Web Payment Form

1.1.7

28 Apr 11:00
@dyd dyd
Compare
Choose a tag to compare

Features:

  • Removed requirement for Certificate usage

1.1.6

01 Jul 09:52
Compare
Choose a tag to compare

Fixes:

  • Fixed bug with the building of requests' URLs