How to block a payment method for specific customer

hlmo
Tourist
5 0 23

We would like to disable a specific payment method when specially tagged customer.

Replies 66 (66)

stedes
Visitor
2 0 2

I don't understand how this request is over two years old and still not implemented. @Dirk any updates on this? I'm currently in the process of convincing a client to switch to Shopify and was surprised to see that this is not a standard option (it will be a dealbreaker for the client).

brendaanne3
Excursionist
34 0 15

+10000000!! PLEASE implement this! My company is also in desperate need of this option. It's ridiculous that store owners don't have control over this for their businesses. Our site works as a "catalog" with wholesale and B2C options but does not produce enough revenue to justify $2000/month JUST for this feature!!

simonski
Shopify Partner
145 11 55

Need this feature as well! Please Shopify, make it available to all plans, not only for Shopify Plus! It's very frustrating to constantly cancel orders from customers who are using manual payment even it's clearly described that only certain customers are allowed to use it! Frustrating to me and to customers!

ELKAD
Shopify Partner
3 1 0

Hi all,

 

As a Shopify developer, I had to find a workaround for one of my client. I thought I would help some of you by sharing the workaround I thought of. This solution is depending only on the payment provider you want to allow for your Wholesale customer


Almost all of the payment providers have APIs or embedding solutions you can use to allow customers to pay directly on your website. The solution here is to add a condition to your "go to checkout" button and redirect to a custom page where you embbed the payment form from your payment provider by transfering the JSON data from the cart to their form. However, you won't be able to track the sales in your dashboard (except if you add them manually or create an automatic process but it would take some time to develop it).

 

Hopefully this will help some of you who know how to code

ELKAD
https://elkad.fr/

purplemonkey
Visitor
2 0 0

2.5 years after this post. I need this too.

chadnl
Tourist
3 0 9

I found an e-commerce site that ends with "wid" works well for what I needed. I can place customers into specific groups. Then restrict special payment methods to group members. Whether or not this will work for your needs is something you will need to review.

JacquiTrumpet
Shopify Partner
4 0 0

+1 Really need this feature!

3NodeSoftware
Shopify Partner
4 0 0

As a Shopify Partner agency we can develop a custom page for making wholesale orders. This page could be restricted only for your business partners accounts. That is the only way how to do it.

If you want just send me a message to info@3node.cz and we can do this for you.

miabchdave
Visitor
2 0 3

Does your agency have access to the checkout template?  We have this same issue, and we just need "If Customer Tag != ApprovedNetTerms and Payment ID is 'Net 30', then don't display." on the checkout page.  Simple, but seems so complicated that this isn't built-in? 

 

Doesn't seem like it would be something to withhold like Full Self-Driving software for a Tesla.  Come on, Shopify.  We are a new customer, have the Advanced plan, and there's nothing for this.

verkil
Visitor
2 0 2

Is there still no solution for this?

 

DanWallace
Excursionist
14 0 15

Adding ourselves to list of stores desperately needing this feature.

Shopify will never add it since adding useful features goes against Shopify policy so go ahead and open it up to developers for an app solution. Forcing everything to an app is poor policy (unless Shopify itself becomes free) but it's better than the $2000/month Shopify plan just to get what should be a basic feature.

mv5
Excursionist
20 2 2

Bump, looking for this too

Eating losses as my wholesale customers are discounted and I have to pay higher fees when they use Shop Pay

I still want regular customers to have the option

Alvinm011
New Member
7 0 0

Hi all, have you tried this app: Hidepay

 

Looks like you can Hide certain payment methods using many rules, so perhaps you can hide manual payments to general customers and have the manual payment methods showing only to your wholesale customers,  based on the rules you choose (Value, customer)

Alvinm011
New Member
7 0 0

Free app to use: extreme checkout customizer, 

 

use a rule in the app: Hide payment methods when tag is not the same as your wholesale customers, i only allow my wholesale customers to pay manually

RicardoKEDGE
Visitor
3 0 0

This sounds great, but then it will show when there is no tag available... (new customers or customers without an account)

How did you tackle this?

Alvinm011
New Member
7 0 0
Hi, yes you will have to get creative with how you apply this, so in my
case I don’t want any new or regular retail customers being able to select
manual payment options as this results in a lot of orders placed with the
customers never making bank payments, but I wanted to give this option only
to my approved wholesale customers. So I will create an account for the
wholesale customer and use the tag: “wholesale” under the customer
maintenance screen

And using this free app I create a rule: hide manual payment for all,
except for those tagged “wholesale”

The wholesale customers will have to then log in or if using their
designated name in the order , at the checkout they will be able to see the
manual payment option they can click
MiraPatil
Excursionist
79 0 5

Hello @RicardoKEDGE 

 

Please take a look with this app: https://apps.shopify.com/payfy-conditional-payments

It has easy way to restrict payment method by customer tag.

 

1) in the app create a rule

MiraPatil_0-1689578753665.png

 

2) and set a rule like below screenshot:

MiraPatil_1-1689578855935.png

 

choose does not contain if you want to hide payment method if customer has not tag.

 

I hope this helps you.