CardTokenizationEvent
A webhook event related to prepaid card tokenization updates.
Change identifier.
af5c8b52-0afd-4799-85ab-fe659a076932
af5c8b52-0afd-4799-85ab-fe659a076932
Wallet customer id.
Possible values: <= 50 characters
Specifies the type of digital wallet used for storing and managing tokens.
- APPLE - Apple Wallet.
- GOOGLE - Google Pay Wallet.
- MRCHTOKEN - Merchant-specific digital wallet.
Telephone number of the device linked to the token(if applicable).
IP address (full or last part only) of the device at time of binding / digitisation.
Unique ID of the secure element in the device linked to the token.
Specifies the method used for processing transactions.
- POS - Point-of-Sale terminal.
- ATM - Automated Teller Machine.
- GPT - Gaming Payment Transaction.
Possible values: [POS
, ATM
, GPT
]
Status of the payment token as received from the payment token creator (normally Visa or Mastercard).
- A = Active
- D = Deleted (once in this status, it is normally never changed)
- I = Inactive
- N = Not Tokenised
- P = Pending
- S = Suspended
- U = Unknown
- X = Deactivated
Possible values: [A
, D
, I
, N
, P
, S
, U
, X
]
The language configured on the device linked to the token (if available).
Which activation method was used: 0 = none 1 = SMS to mobile phone 2 = email 3 = cardholder called an automated call centre; 4 = cardholder called a human call centre 5 = website 6 = mobile application 7 = voice phone call
Possible values: <= 1 characters
Represents the various statuses that can occur during the token enrollment process.
- TOKENIZATION_INITIATED - The process of tokenization has been started but is not yet completed.
- TOKENIZATION_FAILED - The tokenization process encountered a failure at some point.
- TOKENIZATION_ENROLLMENT_UNSUCCESSFUL - Attempt to enroll the token was unsuccessful.
- ENROLLMENT_SUCCESSFUL - The token enrollment process has successfully completed.
- ACTIVATION_OTP_SENT - An OTP (One-Time Password) for activation has been sent.
- DEACTIVATION - The token has been deactivated.
- TOKEN_SUSPENDED - The token has been suspended temporarily.
- TOKEN_RESUMED - A previously suspended token has been resumed.
- TOKENIZATION_FAILED_MC - Tokenization failed due to a specific reason related to MasterCard (MC).
Possible values: [TOKENIZATION_INITIATED
, TOKENIZATION_FAILED
, TOKENIZATION_ENROLLMENT_UNSUCCESSFUL
, ENROLLMENT_SUCCESSFUL
, ACTIVATION_OTP_SENT
, DEACTIVATION
, TOKEN_SUSPENDED
, TOKEN_RESUMED
, TOKENIZATION_FAILED_MC
, ACTIVATION_OTP_SENT_MC
]
Payment token type.
- C - Contactless Device PAN
- CF - Card on File PAN
- CL - Cloud-base payments PAN
- P - Real PAN (i.e. a normal ISO form factor card)
- SE - Secure Element PAN
- U - Unknown
- V - Virtual PAN (i.e. virtual card)
- BW - Browser-accessible wallet
Possible values: [C
, CF
, CL
, P
, SE
, U
, V
, BW
]
Payment token identifier for the MDES or VTS Card.
Possible values: <= 50 characters
14450949864
{
"id": "af5c8b52-0afd-4799-85ab-fe659a076932",
"cardId": "af5c8b52-0afd-4799-85ab-fe659a076932",
"customerId": "string",
"walletType": "string",
"deviceMobileNumber": "string",
"deviceIp": "string",
"deviceId": "string",
"deviceType": "POS",
"creatorStatus": "A",
"lang": "string",
"activationMethod": "string",
"activationMethodData": "string",
"eventTimestamp": "2021-07-15T17:54:12Z",
"enrollmentStatus": "TOKENIZATION_INITIATED",
"paymentTokenType": "C",
"paymentTokenId": "string",
"eventId": "14450949864"
}