STPPaymentIntentConfirmationMethod
Objective-C
enum STPPaymentIntentConfirmationMethod {}
Swift
enum STPPaymentIntentConfirmationMethod : Int
Confirmation methods for a STPPaymentIntent
-
Unknown confirmation method
Declaration
Objective-C
STPPaymentIntentConfirmationMethodUnknown
Swift
case unknown = 0
-
Confirmed via publishable key
Declaration
Objective-C
STPPaymentIntentConfirmationMethodManual
Swift
case manual = 1
-
Confirmed via secret key
Declaration
Objective-C
STPPaymentIntentConfirmationMethodAutomatic
Swift
case automatic = 2