STPPaymentIntentSetupFutureUsage
@objc
public enum STPPaymentIntentSetupFutureUsage : Int
Indicates how you intend to use the payment method that your customer provides after the current payment completes. If applicable, additional authentication may be performed to comply with regional legislation or network rules required to enable the usage of the same payment method for additional payments.
-
Unknown value. Update your SDK, or use
allResponseFields
for custom handling.Declaration
Swift
case unknown
-
No value was provided.
Declaration
Swift
case none
-
Indicates you intend to only reuse the payment method when the customer is in your checkout flow.
Declaration
Swift
case onSession
-
Indicates you intend to reuse the payment method when the customer may or may not be in your checkout flow.
Declaration
Swift
case offSession