Skip to main content

Release Notes

The debiX API follows semantic versioning. If a release version is not listed, it does not include any changes to the interface definitions.

2.1.0

Changes to Provider-to-SIX:

  • Updated property confirmationStatus: Added new enum value CANCELLED and updated its description.

2.0.6

Changes to Provider-to-SIX:

  • Updated description for property confirmationStatus: Clarified how this parameter must be used in case the user fails to respond within a time window which may be set by the authentication provider.
  • Updated property oobAuthenticationMethod: Is mandatory now only if confirmationStatus is ACCEPTED and optional if confirmationStatus is either DECLINED or FAILED. Updated its description accordingly.

2.0.0

Changes to SIX-to-Provider and Provider-to-SIX:

  • Used single quotes instead of double quotes
  • Removed single quotes wherever possible

Changes in SIX-to-Provider:

  • Updated schema AuthenticationRequest: Renamed property threeDsRequesterApplicationUrl to threeDSRequestorAppURL. Updated its example and description properties
  • Updated schema TransactionDetail: required properties changed to maskedCardNumber and merchantName

Changes in Provider-to-SIX:

  • Updated servers element
  • Updated some description elements
  • Updated schema AuthenticationRequestCallbackRequest: Property oobAuthenticationMethod is now optional. Note that it is still required if the confirmationStatus is either ACCEPTED or DECLINED. It is not required if confirmationStatus is FAILED
  • Removed enum value LOGIN from the property oobAuthenticationMethod. Use the value OTHER instead

1.0.3

  • Added minLength, maxLength and description to property authId

1.0.2

  • Replaced property threeDsCardId with property authId
  • Improved error code documentation

1.0.1

  • Property threeDsRequesterApplicationUrl is now optional

1.0.0

  • Initial version