IntentConfiguration
Contains information needed to render PaymentSheet. The values are used to calculate the payment methods displayed and influence the UI.
Note: The PaymentIntent or SetupIntent you create on your server must have the same values or the payment/setup will fail.
Parameters
Whether PaymentSheet should present a payment or setup flow.
The payment methods types to display. If empty, we dynamically determine the payment method types using your Stripe Dashboard settings.
The configuration ID (if any) for the selected payment method configuration. See https://stripe.com/docs/payments/multiple-payment-method-configs for more information.
The account (if any) for which the funds of the intent are intended. See our docs for more info.
Constructors
Types
Controls when the funds will be captured.
Contains information about the desired payment or setup flow.
Indicates that you intend to make future payments with this PaymentIntent's payment method. See our docs for more info.