✅ 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:
Field | Type | Description |
---|---|---|
id | string | Unique identifier of the payment token. |
creator | string | Source or provider of the token, e.g., MC-MDES , VISA-T . |
expiryDate | string | Expiry date of the token (YYYY-MM-DD ). |
type | string | Type of token (e.g., SE for Secure Element PAN). |
status | string | Token status code; e.g., "00" = Active. |
creatorStatus | string | Status from token creator’s system, e.g., "A" = Active. |
wallet | string | Wallet provider, e.g., APPLE . |
deviceType | string | Type of device used, e.g., M for Mobile. |
languageCode | string | Device’s preferred language, e.g., en . |
deviceTelephoneNumber | string | Telephone number associated with the device. |
deviceIpAddress | string | IP 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) |
deviceId | string | Unique identifier of the device. |
deviceName | string | Name of the device. |
activationCode | string | Code used to activate the token. |
activationExpiryDateTime | string | Expiry date/time of the activation code. |
activationMethodData | string | Data used in the activation method (e.g., phone number). |
activationMethod | string | Activation method code (e.g., 1 = SMS). |