STPPaymentIntentStatus
enum STPPaymentIntentStatus {}
Status types for an STPPaymentIntent
-
Unknown status
Declaration
Objective-C
STPPaymentIntentStatusUnknown
-
This PaymentIntent requires a Source
Declaration
Objective-C
STPPaymentIntentStatusRequiresSource
-
This PaymentIntent needs to be confirmed
Declaration
Objective-C
STPPaymentIntentStatusRequiresConfirmation
-
The selected Source requires additional authentication steps. Additional actions found via
next_source_action
Declaration
Objective-C
STPPaymentIntentStatusRequiresSourceAction
-
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