Indietro Guide ai pagamenti

How to Disable Shopify Shop Pay: A Practical Merchant Guide

Wondering how do i disable shopify shop pay? Follow our simple guide to deactivate it in your settings or use HidePay to conditionally hide it for better control.

Introduction

You can disable Shop Pay directly through your Shopify admin settings to gain more control over your store's checkout flow. While this accelerated checkout option is designed to speed up the purchase process, many merchants find that a one-size-fits-all payment button does not suit their specific business model. Whether you are dealing with subscription complexities, regional restrictions, or simply a cluttered checkout interface, removing or customizing this feature is a straightforward process.

We recognize that every store has unique requirements for how customers finalize their purchases. Using a tool like install HidePay allows you to go beyond a simple "on or off" switch by setting specific rules for when payment methods appear. This guide provides the exact steps to deactivate the feature and explores how to manage your checkout options more effectively to protect your margins and improve the customer experience.

By the end of this article, you will understand the technical steps for deactivation, the impact on your existing subscriptions, and how to use modern Shopify Functions to create a more strategic checkout.

How to Deactivate Shop Pay on Desktop

The process for disabling Shop Pay is managed within your payment provider settings. Because it is an integrated part of Shopify Payments, you do not need to uninstall a separate app to remove the button.

  1. Access Your Admin: Log in to your Shopify admin panel and click the Settings gear icon in the lower-left corner.
  2. Open Payment Settings: Select Payments from the left-hand sidebar menu.
  3. Manage Shopify Payments: Locate the Shopify Payments section. Click the Manage button.
  4. Edit Payment Methods: Scroll down to the section labeled Shop Pay.
  5. Toggle the Feature: Uncheck the box next to Shop Pay.
  6. Confirm Deactivation: A dialog box will appear explaining the impact of this change. Click Save or Deactivate to confirm.

Once these steps are complete, the purple accelerated checkout button will no longer appear on your product pages or at the start of the checkout process.

How to Deactivate Shop Pay on Mobile

If you are managing your store through the Shopify mobile app, the steps are nearly identical but follow a slightly different UI path.

  1. Open the App: Launch the Shopify app on your iOS or Android device.
  2. Go to Settings: Tap the Store icon at the bottom right, then select Settings.
  3. Find Payments: Tap on Payments under the store settings header.
  4. Manage Provider: In the Shopify Payments area, tap the Manage link.
  5. Adjust Methods: Tap the three dots (⋮) in the top corner or scroll down to find the Manage payment methods section.
  6. Disable Shop Pay: Deselect the Shop Pay option and save your changes.
Personalizza facilmente Shopify Payments

Nascondi, ordina e rinomina i metodi di pagamento di Shopify usando potenti condizioni. Personalizza il tuo checkout e controlla le opzioni di pagamento con HidePay.

The Impact on Active Subscriptions

Before you disable this feature, you must evaluate your current subscription model. This is the most critical consideration for any merchant using recurring billing. When a customer signs up for a subscription using Shop Pay, their payment authorization is tied specifically to that service.

If you deactivate the feature, Shopify cannot process subsequent billing cycles for those specific customers. The recurring charges will fail because the underlying payment vaulting mechanism is no longer active for your store. After several failed attempts, most subscription apps will automatically cancel the customer's plan.

To avoid losing recurring revenue, take these steps before deactivating:

  • Identify all active subscribers who used Shop Pay as their checkout method.
  • Communicate with these customers to explain that they will need to update their payment method.
  • Consult your subscription app’s documentation to see if there is a way to migrate these tokens to standard credit card processing.

Why Merchants Choose to Disable Shop Pay

While the speed of an accelerated checkout is often cited as a benefit, there are several practical reasons why a merchant might want to remove it.

1. Complex Subscription Workflows

As mentioned, the technical link between Shop Pay and subscription apps can be brittle. Merchants who want to move toward a more stable, long-term subscription gateway often disable accelerated checkouts to force customers through a standard checkout flow that uses more robust payment vaulting.

2. Branding and Checkout Clarity

For some high-end or bespoke brands, the bright purple Shop Pay button can clash with the store's aesthetic. Additionally, having too many "Express" buttons (Apple Pay, Google Pay, PayPal, and Shop Pay) can lead to choice paralysis. Reducing the number of options often leads to a cleaner, more professional-looking interface.

3. Regional and Currency Limitations

Shop Pay is highly optimized for North American markets. If a significant portion of your customer base is in a region where local payment methods like iDEAL, Bancontact, or Klarna are preferred, the prominence of Shop Pay might distract from the options those customers actually want to use.

4. B2B and Wholesale Requirements

B2B merchants often require specific payment terms, such as Net 30 or bank transfers. Accelerated checkout buttons usually bypass the ability for a merchant to collect specific order attributes or VAT numbers that are required for wholesale transactions. By disabling express options, you ensure all business customers fill out the necessary fields.

The Better Alternative: Conditional Hiding

A blanket deactivation is often a blunt instrument. You might like Shop Pay for your domestic retail customers but want it gone for your international wholesale clients. This is where HidePay provides a significant advantage. Instead of turning the feature off for everyone, you can create rules that hide it only when certain conditions are met.

If you want to learn how to create those rules step‑by‑step, see how to create a payment customization.

You can set up logic to hide payment methods based on:

Using the app allows you to keep the conversion benefits of Shop Pay where they work while removing them where they cause operational friction.

Sorting and Renaming for Better Conversion

Sometimes the problem isn't that Shop Pay exists, but that it's in the wrong place. In the standard Shopify admin, you have limited control over the order in which payment methods appear. By using our tool, you can reorder the list.

If you find that your credit card processor has lower fees than other methods, you can sort "Credit Card" to the top. Conversely, if you want to discourage the use of certain methods without removing them entirely, you can move them to the bottom of the list.

Renaming is another powerful tactic. You can change how a payment method is labeled to provide more clarity. For example, if you offer "Cash on Delivery" but want to clarify that it carries an extra fee or is only for certain zip codes, you can rename the label directly in the checkout without editing any theme code. See the walkthrough for sorting and renaming payment methods.

If you also need control over shipping methods, many merchants pair HidePay with HideShip on the Shopify App Store or use the bundled HideSuite for unified billing and rules.

Handling Express Checkout Buttons

Shop Pay often appears as an "Express Checkout" button at the very top of the checkout page or even on the product page. These buttons are designed to bypass the traditional checkout steps. However, this bypass can cause issues if you rely on apps that collect data on the cart page, such as gift messages, delivery date pickers, or Terms and Conditions checkboxes.

If you want to disable these buttons specifically while keeping the payment method available in the final stage of checkout, you can use our app to block express buttons based on specific rules — see the guide on hiding the Express Checkout with HidePay. This ensures that customers are forced to go through the standard checkout flow where your mandatory fields are located.

Moving to Shopify Functions

It is important to understand the technology behind how you manage your checkout. In the past, customizing the checkout required Shopify Plus and the use of "Shopify Scripts." These scripts were often complex to write and are currently being deprecated.

HidePay is built on the new Shopify Functions API. This is a "Built for Shopify" certified approach that works for all merchants, not just those on the Plus plan. Functions are more reliable because they do not rely on external servers or heavy Javascript. They are part of the core Shopify logic. When you set a rule to hide or sort a payment method, it happens server-side, providing a fast and secure experience for the buyer.

If you want to learn why Functions replace Scripts and how to adopt them, read Why Shopify Functions are the future and scripts are the past. If you need automated migration or to generate functions without coding, consider tools such as SupaEasy on the Shopify App Store.

Practical Scenarios for Customization

To help you decide whether to disable or simply hide Shop Pay, consider these common merchant scenarios.

The International Specialist: A merchant based in the UK sells globally. They want Shop Pay available for UK and US customers because it converts well. However, for customers in Germany, they want to prioritize "Sofort" and "Klarna." Instead of disabling Shop Pay globally, they use a geography rule to hide it for German IP addresses, ensuring the most relevant local methods are shown first.

The High-Risk Seller: A store selling expensive electronics might find that certain accelerated checkout methods are prone to higher chargeback rates because they make it "too easy" for unauthorized users to checkout quickly. This merchant uses a rule to hide express buttons for any order over $1,000, forcing a standard checkout where more robust fraud analysis can take place.

The Hybrid Store: A merchant sells both physical goods and digital subscriptions. They use the app to hide Shop Pay only when a subscription product is in the cart. This prevents the "failed subscription" issue mentioned earlier while allowing physical product customers to enjoy a fast checkout.

Testing Your Checkout Changes

Whenever you modify your payment settings or add rules to hide methods, you must test the flow. We recommend using a private or incognito browser window to view your store as a new customer would.

  1. Add to Cart: Place an item in your cart and proceed to checkout.
  2. Verify the UI: Check if the Shop Pay button is present or absent based on the changes you made.
  3. Check Conditionals: If you used our app to set a rule (like hiding it for a specific country), use a VPN to verify that the rule triggers correctly for that region.
  4. Complete a Test Order: If possible, use a test credit card or a real transaction (which you can later refund) to ensure the payment goes through the intended gateway.

Action Summary

If you have decided that Shop Pay is not right for your store, follow this quick checklist:

  • Go to Settings > Payments > Manage and uncheck Shop Pay.
  • Notify any existing subscribers that their payment method needs updating.
  • If you only want to hide it for certain customers, install HidePay on the Shopify App Store to set up conditional rules.
  • Test your checkout across mobile and desktop devices to ensure the user experience is exactly what you intended.

Conclusion

Disabling Shop Pay is a simple administrative task, but it requires a strategic approach to ensure you don't accidentally disrupt your subscriptions or lower your conversion rates. While a total deactivation works for some, many merchants find that conditional control is a more effective way to manage their checkout.

By using HidePay, you can tailor your payment options to fit your specific business needs, whether that means hiding methods by geography, sorting them to favor lower fees, or blocking express buttons to ensure data collection. Regaining control over your checkout doesn't have to be an "all or nothing" decision.

Take control of your checkout today — try HidePay on Shopify or read more about the product in our announcement post: Introducing HidePay for Shopify.

FAQ

Does disabling Shop Pay also disable Shopify Payments?

No, disabling Shop Pay only removes the accelerated checkout feature and the "Buy Now, Pay Later" installments option. Your store will still be able to accept credit cards and other payment methods through the standard Shopify Payments gateway.

What happens to my Shop Pay Installments if I turn it off?

When you disable Shop Pay, the installments feature is also deactivated. Customers will no longer have the option to split their purchase into multiple payments. If you want to keep installments but remove the express button, you may need to use a rule-based app to manage the visibility of the buttons specifically.

Can I hide Shop Pay only for international customers?

Standard Shopify settings do not allow you to hide Shop Pay based on the customer's location. To achieve this, you need to use an app like HidePay, which can detect the customer's shipping country and hide or show specific payment methods accordingly.

Will turning off Shop Pay affect my SEO or site speed?

No, deactivating Shop Pay has no impact on your search engine optimization. In fact, removing unnecessary third-party buttons and scripts can occasionally result in a slightly faster checkout page load time, though the difference is usually negligible for most stores.

Inizia a usare HidePay

Nascondi, ordina e ottimizza i metodi di pagamento di Shopify istantaneamente, senza bisogno di codice.