ConfirmPaymentIntentParams
Model representing parameters for confirming a PaymentIntent.
Types
Link 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? = null, phone: String? = null, trackingNumber: String? = null) : StripeParamsModel, Parcelable
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
Link copied to clipboard
Properties
Link copied to clipboard
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.