Skip to content

v2.1.0

Choose a tag to compare

@PatrickePatate PatrickePatate released this 04 Sep 14:00
· 3 commits to main since this release
7555225

v2.1.0

  • Add cancel(), refund() and cancelOrRefund() to cancel or refund a transaction via the REST API's Transaction/CancelOrRefund Web Service
  • Add getTransaction() to retrieve a transaction's full data via the Transaction/Get Web Service
  • Add SystemPayApiException, thrown when a REST API call fails, exposing the decoded Systempay response via response()
  • Add an optional password config key (REST API password, separate from the signing key), only required to use the new methods above
  • Update README with usage examples for the new methods

Note

These additions are fully backward-compatible: existing form generation and IPN callback handling are unaffected, and password is only needed if you call cancel(), refund(), cancelOrRefund() or getTransaction().


Full Changelog: v2.0.1...v2.1.0