STPPaymentIntentCaptureMethod
enum STPPaymentIntentCaptureMethod {}
Capture methods for a STPPaymentIntent
-
Unknown capture method
Declaration
Objective-C
STPPaymentIntentCaptureMethodUnknown
Swift
case unknown = 0
-
The PaymentIntent will be automatically captured
Declaration
Objective-C
STPPaymentIntentCaptureMethodAutomatic
Swift
case automatic = 1
-
The PaymentIntent must be manually captured once it has the status
STPPaymentIntentStatusRequiresCapture
Declaration
Objective-C
STPPaymentIntentCaptureMethodManual
Swift
case manual = 2