Skip to content

Releases: pfpayments/csharp-sdk

10.3.0

11 Dec 10:45

Choose a tag to compare

Changes:

  • Added ApiExceptionErrorCodes and SdkExceptionErrorCodes classes for more convenient error handling.
  • New PaymentTerminalTransactionSummariesService for operations related to transaction summaries.

10.2.0

01 Dec 08:24

Choose a tag to compare

Feature

  • PaymentTerminalLocation now has new filed: productionMerchantId

Python

  • Fixed __init__ files for correct module recognition

Minor changes

  • Small technical adjustments in SDK internal components

10.1.0

12 Nov 13:27

Choose a tag to compare

Feature

  • Analytics queries now require ExternalId to be submitted
  • Existing operations in AnalyticsQueriesService can now be performed with either QueryToken or ExternalId

10.0.0

28 Oct 14:33

Choose a tag to compare

Introducing API v2 Support (Breaking Changes)

This is a major milestone release for the SDK! New version has been completely rewritten to support our new, more powerful REST API v2.

This update brings significant improvements in performance, security, and features. Due to the foundational changes in the API, this version is not backward-compatible with previous versions of the SDK.

BREAKING CHANGES

Before upgrading, please be aware of the following:

  • REST API v1 Is No Longer Supported: This SDK version works only with REST API v2. To continue using API v1, you must remain on the previous versions of this package.

  • Complete Method Rewrite: All client methods have been renamed and restructured to align with the new API v2 endpoints.

  • New Authentication: The client initialization and authentication process has been updated to match API v2 requirements.

  • Updated Error Handling: Error responses now follow the new API v2 error schema.

  • Model/Type Changes: All request and response models have been replaced with new ones based on the API v2 specification.

What's New

  • Full REST API v2 Support: All new endpoints are now available.

  • Improved Performance: Optimized request handling for faster and more reliable communication.

  • Enhanced Security: Implements the latest authentication and signing mechanisms required by API v2.

Authentication Guide

We strongly recommend reading the Authentication Guide before upgrading.

Documentation

For full details on the new API, please see the official API v2 documentation:
https://checkout.postfinance.ch/en-us/doc/api/web-service

9.1.0

15 Oct 07:34

Choose a tag to compare

SDK alignment with latest REST API v1 changes

8.3.0

12 Feb 14:38

Choose a tag to compare

Feature:

8.2.0

07 Feb 15:25

Choose a tag to compare

GitHub Actions Workflow Fix

  • The attempt to publish to NuGet failed due to a misconfiguration in the GitHub Actions workflow file.

8.1.0

07 Feb 14:31

Choose a tag to compare

Known Issues

  • The attempt to publish this release to NuGet failed due to a misconfiguration in the GitHub Actions workflow file.
    This has been fixed in release v8.2.0.

8.0.0

07 Feb 13:33

Choose a tag to compare

Features

  • Update RestSharp to 112.1.0
  • Update targetFramework to .NET 8.0

Known Issues

  • The attempt to publish this release to NuGet failed due to a misconfiguration in the GitHub Actions workflow file.
    This has been fixed in release v8.2.0.

7.0.4

08 Apr 11:32

Choose a tag to compare

BugFix

  • Specify Content-Type for POST Request Without Body.
  • Refactored unit tests.