TokenEnrollmentStatus
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).
stringTokenEnrollmentStatus (string)
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
]
TokenEnrollmentStatus
"TOKENIZATION_INITIATED"