Buyer Verification
-
Manages the SCA buyer verification flow and returns a verification token for a payment source ID.
See moreDeclaration
Objective-C
@interface SQIPBuyerVerificationSDK : NSObject
-
Indicates the action that will be performed on the card payment source ID after retrieving the verification token
See moreDeclaration
Objective-C
@interface SQIPBuyerAction : NSObject
-
Represents a successfully verified buyer.
See moreDeclaration
Objective-C
@interface SQIPBuyerVerifiedDetails : NSObject
-
The parameters of a verification challenge
See moreDeclaration
Objective-C
@interface SQIPVerificationParameters : NSObject
-
Error codes that can be returned as a result of attempting to verify a buyer.
See moreDeclaration
Objective-C
enum SQIPVerificationRequestError : NSInteger {}
-
The domain for errors that may occur when requesting a verification.
Declaration
Objective-C
extern NSString *const _Nonnull SQIPVerificationRequestErrorDomain