STPSetupIntentStatus
enum STPSetupIntentStatus {}
Status types for an STPSetupIntent
-
Unknown status
Declaration
Objective-C
STPSetupIntentStatusUnknown
-
This SetupIntent requires a PaymentMethod
Declaration
Objective-C
STPSetupIntentStatusRequiresPaymentMethod
-
This SetupIntent needs to be confirmed
Declaration
Objective-C
STPSetupIntentStatusRequiresConfirmation
-
The selected PaymentMethod requires additional authentication steps. Additional actions found via the
nextAction
property ofSTPSetupIntent
Declaration
Objective-C
STPSetupIntentStatusRequiresAction
-
Stripe is processing this SetupIntent
Declaration
Objective-C
STPSetupIntentStatusProcessing
-
The SetupIntent has succeeded
Declaration
Objective-C
STPSetupIntentStatusSucceeded
-
This SetupIntent was canceled and cannot be changed.
Declaration
Objective-C
STPSetupIntentStatusCanceled