STPPaymentHandlerActionStatus
@objc
public enum STPPaymentHandlerActionStatus : Int
STPPaymentHandlerActionStatus
represents the possible outcomes of requesting an action by STPPaymentHandler
. An action could be confirming and/or handling the next action for a PaymentIntent.
-
The action succeeded.
Declaration
Swift
case succeeded
-
The action was cancelled by the cardholder/user.
Declaration
Swift
case canceled
-
The action failed. See the error code for more details.
Declaration
Swift
case failed