#bob-paymentmethodtypes
1 messages · Page 1 of 1 (latest)
@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
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
as in, for example not all methods support capture_method:"manual" (only cards and Klarna), for instance, so if you use that option on the PaymentIntent, we exclude all the types are not compatible with that
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
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?
I think it's the same in live and test mode