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_method for the SCPPaymentIntent’s capture_method but support falling back to automatic based on the presented payment method.

    Declaration

    Objective-C

    SCPCardPresentCaptureMethodManualPreferred

    Swift

    case manualPreferred = 0