SCPOvercaptureStatus
Objective-C
enum SCPOvercaptureStatus : NSUInteger {}
Swift
enum OvercaptureStatus : UInt, @unchecked Sendable
Represents overcapture support for a confirmed PaymentIntent.
-
It is undetermined whether overcapture is supported for this transaction.
Declaration
Objective-C
SCPOvercaptureStatusUnknownSwift
case unknown = 0 -
Overcapture is not supported for this transaction.
Declaration
Objective-C
SCPOvercaptureStatusNotSupportedSwift
case notSupported = 1 -
Overcapture is supported for this transaction.
Declaration
Objective-C
SCPOvercaptureStatusSupportedSwift
case supported = 2