#XFlow developer
1 messages · Page 1 of 1 (latest)
You can disable the in the dashboard here: https://dashboard.stripe.com/settings/payment_methods
Actually there is no "Turn Off" button for Cards in the above link. Is it because I am in Test Mode?
Oh right! It's not possible to turn of card for automatic payment methods integration in the dashboard.
If you're using Payment Intents, you can control payment methods with payment_method_types: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_types
Yes payment_method_types works but I do not want to maintain mapping of different payment methods name in my code and was really looking to use automatic_payment_methods: enabled . Is there no way I can use automatic_payment_methods and disable cards?
Unfortunately, card is always on by default for automatic payment methods and it can't be turned off