ConfirmPaymentIntentParams
Model representing parameters for confirming a PaymentIntent.
Types
Indicates that you intend to make future payments with this PaymentIntent’s payment method.
Shipping information for this PaymentIntent.
Properties
The client secret of this PaymentIntent. Used for client-side retrieval using a publishable key.
This hash contains details about the Mandate to create.
ID of the payment method (a PaymentMethod, Card, or compatible Source object) to attach to this PaymentIntent.
Payment-method-specific configuration for this PaymentIntent.
Email address that the receipt for the resulting payment will be sent to.
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.
If the PaymentIntent has a payment_method
and a customer
or if you’re attaching a payment method to the PaymentIntent in this request, you can pass save_payment_method=true
to save the payment method to the customer. Defaults to false
.
Indicates that you intend to make future payments with this PaymentIntent’s payment method.
Shipping information for this PaymentIntent.