ExtensionCardPayment extension

on

Methods

confirmCardPayment(String clientSecret, {ConfirmCardPaymentData? data, ConfirmCardPaymentOptions? options}) Future<PaymentIntentResponse>

Available on Stripe, provided by the ExtensionCardPayment extension

Use stripe.confirmCardPayment when the customer submits your payment form. When called, it will confirm the PaymentIntent with data you provide and carry out 3DS or other next actions if they are required.