SQIPVerificationParameters
@interface SQIPVerificationParameters : NSObject
The parameters of a verification challenge
-
Creates a new verification parameters object.
Declaration
Objective-C
- (nonnull instancetype) initWithPaymentSourceID:(nonnull NSString *)paymentSourceID buyerAction:(nonnull SQIPBuyerAction *)buyerAction locationID:(nonnull NSString *)locationID contact:(nonnull SQIPContact *)contact;
Parameters
paymentSourceID
The payment source ID that is used to verify. The ID can be a nonce or a customer card on file ID.
buyerAction
The action that is taking place
locationID
The location of the seller.
contact
The customer’s information