Changelog

Table of Contents

Version 1.6 (released 2017-04-04)

Version 1.5 (released 2017-02-07)

  • introduced version 1.5
  • added value 1.5 for SpecVersion
  • added method Transaction/AssertCapture for checking the status of a pending capture (currently needed for paydirekt)
  • added method Transaction/AssertRefund for checking the status of a pending refund (currently needed for paydirekt)
  • added container PendingNotification for Transaction/Capture requests for notification settings on pending captures (currently needed for paydirekt)
  • added container PendingNotification for Transaction/Refund requests for notification settings on pending captures (currently needed for paydirekt)
  • added Status in Transaction/Capture responses to indicate the status of a capture
  • changed Date in Transaction/Capture responses to optional, e.g. for pending captures
  • changed PaymentPage/Initialize request to allow BillingAddressForm.Display and DeliveryAddressForm.Display both set to true at the same time
  • added ContentSecurityEnabled to Styling container to control Content Security Policy
  • corrected type documentation for CountrySubdivisionCode to "AlphaNumeric" in the address containers

Version 1.4 (released 2016-10-15)

Back to Top