Buyer Verification

  • Manages the SCA buyer verification flow and returns a verification token for a payment source ID.

    See more

    Declaration

    Objective-C

    @interface SQIPBuyerVerificationSDK : NSObject
  • Indicates the action that will be performed on the card payment source ID after retrieving the verification token

    See more

    Declaration

    Objective-C

    @interface SQIPBuyerAction : NSObject
  • Represents a successfully verified buyer.

    See more

    Declaration

    Objective-C

    @interface SQIPBuyerVerifiedDetails : NSObject
  • The parameters of a verification challenge

    See more

    Declaration

    Objective-C

    @interface SQIPVerificationParameters : NSObject
  • Error codes that can be returned as a result of attempting to verify a buyer.

    See more

    Declaration

    Objective-C

    enum SQIPVerificationRequestError : NSInteger {}
  • The domain for errors that may occur when requesting a verification.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SQIPVerificationRequestErrorDomain