Payment rules & restricitons

I’d like to restrict or “hide” certain as a payment method depending on the user’s country.

I tried using the “Kings checkout rule” app. but its not working. developer is no help.

I am able to disable Paypal, but can’t seem to disable Stripe

Hope someone here has a solution to this.

@Silax

Where are you want hide payment method? If on checkout page the Payment Method you cannot custom directly by code or setting as you want, If the app does not support you can try other app.

You can do this with checkout plus. Using the payment customizations feature there is an option to hide shipping options based on the selected country. Here is an example screenshot:

This also should work for the Stripe option :+1:

Hey! You can use a checkout customization app using Shopify Functions.
It can hide specific payment methods (including Stripe/PayPal) based on country/region, and you can also add checkout validation rules if needed.
You should be able to use this app RulePilot to setup the exact rule to hide your payment method.