#Gabe
1 messages · Page 1 of 1 (latest)
Hello
That's correct that they are enabled globally if you are using Automatic Payment Methods
If you want this level of control, you need to set payment_method_types yourself
Is that a property on the product?
No it is on the PaymentIntent so it depends on what integration you are using for how you set it
Are you using Checkout?
Or Subs/Invoices?
Gotcha, so then you would set it explicitly when you create the Checkout Session here: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_method_types
And your prompt pointed me to the right place. We are creating a checkout session, looks like that has a payment_method_types property I can use.
Yep exactly
Thanks for the help! I was just looking in the wrong place.