Release notes for Card Transactions: 16/07/2025

✅ New fields added to the card transactions (Card Transactions API)

  • authorisationCode (string)

    • Authorisation code generated for approved and declined authorisation requests.
  • paymentToken (object)
    Provides payment toeken information. The following fields were added:

FieldTypeDescription
idstringUnique identifier of the payment token.
creatorstringSource or provider of the token, e.g., MC-MDES, VISA-T.
expiryDatestringExpiry date of the token (YYYY-MM-DD).
typestringType of token (e.g., SE for Secure Element PAN).
statusstringToken status code; e.g., "00" = Active.
creatorStatusstringStatus from token creator’s system, e.g., "A" = Active.
walletstringWallet provider, e.g., APPLE.
deviceTypestringType of device used, e.g., M for Mobile.
languageCodestringDevice’s preferred language, e.g., en.
deviceTelephoneNumberstringTelephone number associated with the device.
deviceIpAddressstringIP address of the device used during token activation. It may arrive in either of 2 formats:

Hex format: FFFFFFFF (255.255.255.255)
Decimal format: A17F001E (081.5.006.255)
deviceIdstringUnique identifier of the device.
deviceNamestringName of the device.
activationCodestringCode used to activate the token.
activationExpiryDateTimestringExpiry date/time of the activation code.
activationMethodDatastringData used in the activation method (e.g., phone number).
activationMethodstringActivation method code (e.g., 1 = SMS).