SCPCardPresentCaptureMethod
Objective-C
enum SCPCardPresentCaptureMethod : NSUInteger {}
Swift
enum CardPresentCaptureMethod : UInt, @unchecked Sendable
Capture Method values that can be used as card-present payment method options.
-
Use manual_preferred if you prefer manual
capture_methodfor the SCPPaymentIntent’scapture_methodbut support falling back to automatic based on the presented payment method.Declaration
Objective-C
SCPCardPresentCaptureMethodManualPreferredSwift
case manualPreferred = 0 -
Use manual if you intend to place the funds on hold and want to override the top-level
capture_methodvalue for this payment method. Contact Stripe support to enable this feature on your account.Declaration
Objective-C
SCPCardPresentCaptureMethodManualSwift
case manual = 1