Is it possible to filter available payment methods to certain user roles just using the WooCommerce configuration? Without adding anything to any template file I mean. What I want to achieve is to give the possibility to pay with credit card only to certain users.
2 Answers
It is not possible by WooCommerce default configuration.
You have to install below plugin.
https://codecanyon.net/item/woocommerce-role-based-payment-shipping-methods/18953727
or programmatically, you can refer below link.