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.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 to digitalCardStatusUpdateReason used in DigitalCardsStatusUpdateRequest and DigitalCardStatusUpdateRequest.
  • 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 the FraudConfiguration.

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 and cardExpiry as optional search parameters for Presentments.
  • Added publicKeyId in the CardEncryptionResponse.
  • Added SIX_FRAUD_BY_DEBIX as CardBlockOrigin enum.
  • Added schemeTransactionId and approvalCode 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: Changed type from number to string.
  • Updated schema Image: Changed type of property version from integer to string.
  • Renamed Transaction to Authorization, 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 contain WalletType instead of WalletProvider.
  • Converted Dpan to a string.
  • Made DigitalCard/tokenRequestor and Presentment/transactionDataDetails optional.
  • Grouped card block information in blockInformation.
  • Changed region name RUSSIA to EASTERN_EUROPE_AND_CENTRAL_ASIA.

Removed

  • Removed deprecated Parameters moneySendReceiveAccepted, moneySendReceiveAccepted, emCertId and allowedMerchantCategoryCodes.
  • Removed unneeded header X-Request-ID in requests /credentials, /start-set-pin, and /set-pin.
  • Removed contactlessActivationStatus.
  • Removed OnlineLimits from /cards/details response.