In WooCommerce filter the available Payment Methods by User Role [closed]

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
2

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.

WooCommerce: Disable Payment Gateway for Specific User Role

Leave a Comment