BTThreeDSecureResult
@objcMembers
public class BTThreeDSecureResult : NSObject
The result of a 3D Secure payment flow
-
The
BTCardNonce
resulting from the 3D Secure flowDeclaration
Swift
public var tokenizedCard: BTCardNonce?
-
The result of a 3D Secure lookup. Contains liability shift and challenge information.
Declaration
Swift
public var lookup: BTThreeDSecureLookup?
-
The error message when the 3D Secure flow is unsuccessful
Declaration
Swift
public var errorMessage: String?