#soumya
1 messages · Page 1 of 1 (latest)
Hi
When enabled, this SetupIntent will accept payment methods that you have enabled in the Dashboard and are compatible with this SetupIntent’s other parameters.
https://stripe.com/docs/api/setup_intents/create#create_setup_intent-automatic_payment_methods
where in dashboard we enable it?
if we do not send automatic_payment_methods :enable while creating intent then what will happne?
Then by default, only card payment methods are accepted
what will be the defualt options visible?
You can specify more options via:
https://stripe.com/docs/api/setup_intents/create#create_setup_intent-payment_method_types
This is documented here:
https://stripe.com/docs/api/setup_intents/create#create_setup_intent-usage
yes went through that but couldnot understand can u give an example scenario?
What you didn't understand exactly ?