ThreeDS2Action
public enum ThreeDS2Action : Decodable
Describes an action in which a full 3D Secure 2 flow should be executed including fingerprint collection, and potentially a challenge or a fallback to 3DS1.
-
Indicates a 3D Secure device fingerprint should be taken.
Declaration
Swift
case fingerprint(ThreeDS2FingerprintAction)
-
Indicates a 3D Secure challenge should be presented.
Declaration
Swift
case challenge(ThreeDS2ChallengeAction)
-
The 3DS2 flow type.
See moreDeclaration
Swift
public enum ActionType : String, Decodable