ConfirmPaymentIntentParams
Model representing parameters for confirming a PaymentIntent.
Types
Link copied to clipboard
enum SetupFutureUsage : Enum<ConfirmPaymentIntentParams.SetupFutureUsage>
Content copied to clipboard
Indicates that you intend to make future payments with this PaymentIntent’s payment method.
Link copied to clipboard
data class Shipping @JvmOverloads constructor(address: Address, name: String, carrier: String?, phone: String?, trackingNumber: String?) : StripeParamsModel, Parcelable
Content copied to clipboard
Shipping information for this PaymentIntent.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Create a Map representing this object that is prepared for the Stripe API.
Link copied to clipboard
open override fun withShouldUseStripeSdk(shouldUseStripeSdk: Boolean): ConfirmPaymentIntentParams
Content copied to clipboard
Link copied to clipboard
Properties
Link copied to clipboard
The URL to redirect your customer back to after they authenticate or cancel their payment on the payment method’s app or site. If you’d prefer to redirect to a mobile application, you can alternatively supply an application URI scheme. This parameter is only used for cards and other redirect-based payment methods.
Link copied to clipboard
var setupFutureUsage: ConfirmPaymentIntentParams.SetupFutureUsage? = null
Content copied to clipboard