OPPThreeDSTransactionStatus
@objc
public enum OPPThreeDSTransactionStatus : Int
An enumeration for the various types of status for the 3-D Secure 2 transaction.
-
Authentication/verification successful.
Declaration
Swift
case authenticated
-
Not authentication/not verified, but a proof of attempted authentication/verification is provided.
Declaration
Swift
case attemptProcessingPerformed
-
Not authenticated or account not verified, transaction denied.
Declaration
Swift
case denied
-
Issuer is rejecting authentication/verification and request that authorisation not attempted.
Declaration
Swift
case rejected
-
Authentication/verification cannot be performed due to some technical or other problems.
Declaration
Swift
case failed
-
Undefined transaction status.
Declaration
Swift
case undefined