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.5
- Standardized examples and added missing descriptions.
2.1.0
Changes to Provider-to-SIX:
- Updated property
confirmationStatus: Added new enum valueCANCELLEDand 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 ifconfirmationStatusisACCEPTEDand optional ifconfirmationStatusis eitherDECLINEDorFAILED. Updated itsdescriptionaccordingly.
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 propertythreeDsRequesterApplicationUrltothreeDSRequestorAppURL. Updated itsexampleanddescriptionproperties - Updated schema
TransactionDetail:requiredproperties changed tomaskedCardNumberandmerchantName
Changes in Provider-to-SIX:
- Updated
serverselement - Updated some
descriptionelements - Updated schema
AuthenticationRequestCallbackRequest: PropertyoobAuthenticationMethodis now optional. Note that it is still required if theconfirmationStatusis eitherACCEPTEDorDECLINED. It is not required ifconfirmationStatusisFAILED - Removed enum value
LOGINfrom the propertyoobAuthenticationMethod. Use the valueOTHERinstead
1.0.3
- Added
minLength,maxLengthanddescriptionto propertyauthId
1.0.2
- Replaced property
threeDsCardIdwith propertyauthId - Improved error code documentation
1.0.1
- Property
threeDsRequesterApplicationUrlis now optional
1.0.0
- Initial version