#bob-paymentmethodtypes

1 messages · Page 1 of 1 (latest)

ruby solstice
#

@coral raven right now there's no way to directly exclude something(though I think it's something we'll probably add eventually if there's more feedback like yours) - the way it works is we will make all the types that are compatible with the type of payment you're making and enabled on your account, available. So I think really the only options are writing your code to pass payment_method_types:[....] explicitly, or disabling SOFORT entirely on your account

coral raven
#

all the types that are compatible with the type of payment
Can you elaborate? I want to include all payment methods that clear immediately (e.g., sofort takes 2-14 days)

#

Disabling sofort isnt an option, since for other workflows we do accept it

ruby solstice
#

if SOFORT is compatible with the other options you're using on the PaymentIntent and it's active on your account then it would be an option. So the possibilities are what I said above, you probably want to pass your own set of payment_method_types explicitly since the automatic feature doesn't seem to fit your use case

coral raven
#

Oky. What would happen if a disabled type is passed to payment_method_types ? In test mode it shows some a warning; would in live mode it be ignored or throw an error?

ruby solstice
#

I think it's the same in live and test mode