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 valueCANCELLED
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 ifconfirmationStatus
isACCEPTED
and optional ifconfirmationStatus
is eitherDECLINED
orFAILED
. Updated itsdescription
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 propertythreeDsRequesterApplicationUrl
tothreeDSRequestorAppURL
. Updated itsexample
anddescription
properties - Updated schema
TransactionDetail
:required
properties changed tomaskedCardNumber
andmerchantName
Changes in Provider-to-SIX:
- Updated
servers
element - Updated some
description
elements - Updated schema
AuthenticationRequestCallbackRequest
: PropertyoobAuthenticationMethod
is now optional. Note that it is still required if theconfirmationStatus
is eitherACCEPTED
orDECLINED
. It is not required ifconfirmationStatus
isFAILED
- Removed enum value
LOGIN
from the propertyoobAuthenticationMethod
. Use the valueOTHER
instead
1.0.3
- Added
minLength
,maxLength
anddescription
to propertyauthId
1.0.2
- Replaced property
threeDsCardId
with propertyauthId
- Improved error code documentation
1.0.1
- Property
threeDsRequesterApplicationUrl
is now optional
1.0.0
- Initial version