#andrepaua
1 messages · Page 1 of 1 (latest)
hi! not sure, I don't think so, if you couldn't find an option for it in the Dashboard, and I don't know of anything in the API that influences the payment methods in the portal
Is it possible to set a payment method configuration as default (using APIs) that wont have the cards, would this work (ie only show DD for my customers), or no point in trying this option.
well it's complicated because Invoices/Subscriptions don't really use the PaymentMethodConfiguration API entirely
they mainly use the settings in your "default payment terms" in the Invoice Template settings page of the Dashboard https://dashboard.stripe.com/settings/billing/invoice?tab=general
you can turn off card there I think but it will affect all Invoices/Subscriptions across your account, which might not be what you want
we just tried this but still allows to add cards as apyament methods in the portal. What about using the https://stripe.com/docs/connect/payment-method-configurations
To create a new default configuration without cards? would this work?
well as I said Invoices/Subscriptions don't really use the PaymentMethodConfiguration API entirely(they do their own thing with that settings page for now but we are harmonising the products this year) so I don't think you'd have much success