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.12.0
- Added capability to order physical cards via
/cards
POST endpoint. - Removed error codes 4441 and 4459 as Set/Get PIN are now allowed for virtual cards as well.
- Renamed
reason
in the list of required fields todigitalCardStatusUpdateReason
used inDigitalCardsStatusUpdateRequest
andDigitalCardStatusUpdateRequest
. - Switch to latest certificate: debix-to-issuer-jws-signing-key signing with thumbprint f1ecc61a6f3aeaed65268fde15eab2161de60dad.
2.11.0
- Added password to 3DS registration for issuers with PSD2 regulations.
2.10.0
- Added endpoint POST
/cards/pin
to get the PIN of a card. - Added new error codes for
/encrypt-card-data/click-to-pay
endpoint.
2.9.0
- Bugfix: Added missing
CardBlockReason
enums.
2.8.0
Added
- Added endpoint POST
/cards/card-token
. - Added endpoint POST
/3ds/details
. - Added
JTI
containing a UUID to the claims in the authorization-code. - Added
riskShieldListing
in theFraudConfiguration
.
Updated
- Thales authorization-code is valid for 20 seconds now.
2.6.1
Added
- Added new error code in case
WalletType
is invalid. - Added
cardSeqNumber
andcardExpiry
as optional search parameters forPresentments
. - Added
publicKeyId
in theCardEncryptionResponse
. - Added
SIX_FRAUD_BY_DEBIX
asCardBlockOrigin
enum. - Added
schemeTransactionId
andapprovalCode
to/transactions/search
and/digitalcards/{dpan}/transactions
response. - Added
/cards/otrc
to retrieve an OTRC. - Added
/cards/click-to-pay/status
endpoint.
Updated
- Updated parameter
ImageVersionHeader
: Changedtype
fromnumber
tostring
. - Updated schema
Image
: Changedtype
of propertyversion
frominteger
tostring
. - Renamed
Transaction
toAuthorization
, including URL-resources, filters, and response objects. - Corrected response content-type for requests
/credentials
and/start-set-pin
. - Corrected parameter names
PresentmentSearchRequestFilter
->PresentmentsSearchRequestFilter
DigitalCardSearchRequestFilter
->DigitalCardsSearchRequestFilter
proceessingType
->processingType
accountAuthority
->accountAuthorities
statusUpdateReason
->cardStatusUpdateReason
reason
->digitalCardStatusUpdateReason
- Changed
Authorization
to containWalletType
instead ofWalletProvider
. - Converted
Dpan
to a string. - Made
DigitalCard/tokenRequestor
andPresentment/transactionDataDetails
optional. - Grouped card block information in
blockInformation
. - Changed region name
RUSSIA
toEASTERN_EUROPE_AND_CENTRAL_ASIA
.
Removed
- Removed deprecated Parameters
moneySendReceiveAccepted
,moneySendReceiveAccepted
,emCertId
andallowedMerchantCategoryCodes
. - Removed unneeded header
X-Request-ID
in requests/credentials
,/start-set-pin
, and/set-pin
. - Removed
contactlessActivationStatus
. - Removed
OnlineLimits
from/cards/details
response.