#aadit

1 messages · Page 1 of 1 (latest)

edgy heartBOT
plucky sandal
#

Hi there, there are two ways.

  1. (Recommended) enable automatic payment methods (https://stripe.com/docs/api/payment_intents/create#create_payment_intent-automatic_payment_methods) and control it through your Dashboard (https://dashboard.stripe.com/settings/payment_methods)
  2. set them through the payment_method_types (https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_types)
forest stirrup
#

i think setting them through payment_methods is more suitable for my application

#

would I just pass in payment_methods_types as a prop to the <PaymentElements/>