STPPaymentIntentConfirmationMethod
enum STPPaymentIntentConfirmationMethod {}
Confirmation methods for a STPPaymentIntent
-
Unknown confirmation method
Declaration
Objective-C
STPPaymentIntentConfirmationMethodUnknown
Swift
case unknown = 0
-
Confirmed via publishable key
Declaration
Objective-C
STPPaymentIntentConfirmationMethodPublishable
Swift
case publishable = 1
-
Confirmed via secret key
Declaration
Objective-C
STPPaymentIntentConfirmationMethodSecret
Swift
case secret = 2