STPPaymentIntentStatus
enum STPPaymentIntentStatus {}
Status types for an STPPaymentIntent
-
Unknown status
Declaration
Objective-C
STPPaymentIntentStatusUnknown
-
This PaymentIntent requires a PaymentMethod or Source
Declaration
Objective-C
STPPaymentIntentStatusRequiresPaymentMethod
-
Deprecated
Use STPPaymentIntentStatusRequiresPaymentMethod
This PaymentIntent requires a Source @deprecated Use STPPaymentIntentStatusRequiresPaymentMethod instead.
Declaration
Objective-C
STPPaymentIntentStatusRequiresSource = STPPaymentIntentStatusRequiresPaymentMethod
-
This PaymentIntent needs to be confirmed
Declaration
Objective-C
STPPaymentIntentStatusRequiresConfirmation
-
The selected PaymentMethod or Source requires additional authentication steps. Additional actions found via
next_action
Declaration
Objective-C
STPPaymentIntentStatusRequiresAction
-
Deprecated
Use STPPaymentIntentStatusRequiresAction
The selected Source requires additional authentication steps. Additional actions found via
next_source_action
@deprecated Use STPPaymentIntentStatusRequiresAction instead.Declaration
Objective-C
STPPaymentIntentStatusRequiresSourceAction = STPPaymentIntentStatusRequiresAction
-
Stripe is processing this PaymentIntent
Declaration
Objective-C
STPPaymentIntentStatusProcessing
-
The payment has succeeded
Declaration
Objective-C
STPPaymentIntentStatusSucceeded
-
Indicates the payment must be captured, for STPPaymentIntentCaptureMethodManual
Declaration
Objective-C
STPPaymentIntentStatusRequiresCapture
-
This PaymentIntent was canceled and cannot be changed.
Declaration
Objective-C
STPPaymentIntentStatusCanceled