STPSetupIntentStatus
@objc
public enum STPSetupIntentStatus : Int
Status types for an STPSetupIntent
-
Unknown status
Declaration
Swift
case unknown
-
This SetupIntent requires a PaymentMethod
Declaration
Swift
case requiresPaymentMethod
-
This SetupIntent needs to be confirmed
Declaration
Swift
case requiresConfirmation
-
The selected PaymentMethod requires additional authentication steps. Additional actions found via the
nextAction
property ofSTPSetupIntent
Declaration
Swift
case requiresAction
-
Stripe is processing this SetupIntent
Declaration
Swift
case processing
-
The SetupIntent has succeeded
Declaration
Swift
case succeeded
-
This SetupIntent was canceled and cannot be changed.
Declaration
Swift
case canceled