#sergio_sanchez
1 messages ยท Page 1 of 1 (latest)
Yes you can set the list of payment method types (https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_types) that you want your customer to use.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
but it is possible the opposite, I mean
You mean to exclude? no
Or you can just use automatic payment methods and turn off sepa_debit in your dashboard.
Yes I know, but the issue is that we want sepa_debit for some cases, so we can not turn off, and we would like to avoid "hardcoded" which payment method are available, so if we add more in the dashboard it will appear without changes
the use case is some all payment methods turn on, except sepa_debit that is turn on too
if it is not possible
do we have a API call to get the list of all payment method enabled in our dashboard?
No, there's no such API.
For the cases that you need Sepa, you can explictly set it through the payment_method_types
even if it is turn off?
Yes you can still set sepa_debit in payment_method_types even if it's turned off in the auto payment methods Dashboard settings
Happy to help!