#Franck-element
1 messages · Page 1 of 1 (latest)
Hi! Yes you can use Stripe Elements with SetupIntent, and can suggest multiple payment methods types https://stripe.com/docs/api/setup_intents/create#create_setup_intent-payment_method_types
I saw that we can provide an array of payment means but why isn't auto like the payment element ?
Here we have to provide ourself the payments means that will be suggested to the user.
In the payment element we do not prive any payment method it is auto suggested depending of user locale
In the payment intent we have the option "automatic_payment_methods" why isn't there the same option in the setup_intent ?