Back to Payment Guides

How to Take PayPal Off Shopify for Your Store

Learn how to take PayPal off Shopify entirely or use HidePay to hide it conditionally by product, country, or customer tag to reduce fees and boost conversions.

Introduction

Managing your payment gateway configuration is a standard part of optimizing a Shopify store. While PayPal is a globally recognized payment method, there are many strategic reasons why a merchant might decide to remove it or limit its visibility at checkout. Whether you are looking to reduce transaction fees, minimize chargeback risks, or streamline the customer experience, knowing how to take PayPal off Shopify is a practical skill for any store owner.

We developed HidePay to give merchants precise control over these types of checkout decisions without requiring complex code or theme edits. If you want to get HidePay for your store, you can get HidePay for your store. This guide explains the technical steps to deactivate the gateway entirely and provides a more nuanced approach to hiding it conditionally when a full removal might hurt your conversion rates.

By the end of this article, you will understand how to deactivate PayPal via your admin settings and how to use advanced rules to manage its visibility based on specific customer behaviors or order details.

Why Merchants Choose to Remove PayPal

The decision to move away from PayPal often stems from a desire to gain better control over the financial aspects of a business. PayPal is a powerful tool, but it is not the perfect fit for every business model or every market.

One of the most common reasons for removal is the fee structure. Depending on your location and the volume of international sales, transaction fees can eat into thin margins. Merchants who have negotiated better rates with alternative credit card processors often find that pushing customers toward those methods is more profitable.

Another significant factor is the dispute process. PayPal has a reputation for being buyer-centric, which can sometimes lead to challenges for merchants during chargeback investigations. For stores selling high-ticket items or products in niches prone to fraud, reducing the availability of PayPal can be a deliberate risk management strategy.

Finally, some merchants find that the "Express Checkout" buttons associated with PayPal disrupt the visual flow of their branded checkout. If the bright yellow button clashes with your store’s aesthetic or if it leads to customers skipping the input of critical information like discount codes, you might want to remove it to regain control over the user journey.

How to Completely Deactivate PayPal in Shopify

If you have decided that PayPal is no longer necessary for your business, you can deactivate the integration through your store’s administration panel. This is a permanent change until you choose to reactivate it, and it will remove the option for all customers regardless of their location or cart contents.

To deactivate the provider:

  1. Log in to your Shopify admin.
  2. Click on the Settings gear icon in the lower-left corner.
  3. Select Payments from the sidebar menu.
  4. Locate the PayPal section. It is typically found near the top under the "Supported payment methods" or "Additional payment methods" list.
  5. Click the Manage button next to the PayPal entry.
  6. Scroll to the bottom of the page and select Deactivate.
  7. Confirm the deactivation when prompted.

Once these steps are complete, the gateway is removed from your checkout. If you were using the PayPal Express Checkout app, you might also need to deactivate the app itself within the same menu to ensure all elements are fully removed from the storefront.

Easily Customize Shopify Payments

Hide, sort, and rename Shopify payment methods using powerful conditions. Customize your checkout and control payment options with HidePay.

The Risks of a Total Removal

While deactivating PayPal is straightforward, a total removal can sometimes lead to unintended consequences. Payment preferences vary significantly by region. In many European and North American markets, customers feel a higher level of trust when they see the PayPal logo. If you remove it entirely, you might see an increase in cart abandonment from customers who do not want to enter their credit card details directly into a new store.

Mobile conversion rates can also be affected. Many users rely on the saved credentials in their PayPal account to complete purchases quickly on a smartphone. Without this "express" option, the friction of typing in card numbers on a small screen can cause potential buyers to drop off.

Before you commit to a full deactivation, consider whether you want to remove the option for everyone or if you only want to remove it for specific scenarios. This is where a more targeted approach becomes valuable.

Using HidePay for Conditional Visibility

Instead of a blanket deactivation, many successful stores use our app to hide PayPal only when it makes sense for the business. This "smart checkout" approach allows you to keep the gateway active for high-converting segments while removing it for transactions that pose a risk or carry high fees.

The tool uses native logic to evaluate the cart and the customer before the checkout page even loads. Because we built the app on Shopify Functions, these rules run instantly and do not slow down your store. To learn how to create these rules, see the guide on how to create a payment customization.

Hiding by Geography

You may find that PayPal is popular in your home country but carries excessive cross-border fees for international orders. In this case, you can create a rule that keeps the option visible for domestic customers but hides it for any customer whose shipping address is outside a specific region. This protects your margins on international sales without sacrificing domestic conversion rates. For details on country and market options inside the app, read when to use Localized Country, Shipping Country and Shopify Market in HidePay.

Hiding for Specific Products

If your store sells a mix of standard goods and high-risk items, you can use product tags to control payment options. For example, if you sell digital downloads alongside physical merchandise, you might want to hide PayPal for the digital items to prevent easy chargebacks that are common with non-physical goods. A simple rule in the app can detect the presence of a specific tag or product type in the cart and remove PayPal as an option automatically. See the article on whether it’s possible to hide payment methods for certain products.

Hiding for B2B Customers

B2B merchants often prefer bank transfers or net-payment terms for wholesale orders to avoid processing fees on large totals. By using customer tags, you can hide PayPal for any logged-in user tagged as "Wholesale" while keeping it available for your retail customers. This ensures your professional clients use the preferred B2B payment methods you have established. The help doc How to Hide Payment Methods based on Customer's Tags on Hidepay for Shopify walks through that setup.

Managing the PayPal Express Checkout Button

One of the most frequent requests from merchants is how to remove the PayPal Express button from the first step of the checkout or the cart page without disabling the gateway entirely. This button often appears above the email entry field, which can be distracting.

Our tool allows you to block these express buttons based on the same rules mentioned above. If you want a cleaner checkout experience, you can hide the express button while still allowing PayPal to appear as a standard radio-button option at the final payment step. This keeps the checkout process linear and ensures customers see your shipping options and discount fields before they move to payment. Instructions for hiding Express Checkout buttons and PayPal Express are in the help article on how to hide the PayPal Express Checkout button in checkout.

Comparing Deactivation to Renaming

Sometimes the problem isn't the payment method itself but how it is presented to the customer. If you find that customers are confused by the "PayPal" label or if you want to emphasize that they can pay with a credit card through the gateway, renaming is a strong alternative to removal.

Within the app interface, you can rename the payment method to something like "PayPal or Credit Card." This small change can often resolve the "how to take PayPal off Shopify" concern by making the gateway more versatile and less of a bottleneck for those who don't have an account.

Technical Benefits of Native Shopify Functions

When you use a tool like ours to manage your checkout, you are leveraging Shopify Functions. This is a modern replacement for the older Shopify Scripts. The primary advantage is that the logic is executed on Shopify’s servers, not in the customer's browser.

For you, this means:

  • No Layout Shift: Payment methods don't "blink" or disappear after a delay. They simply aren't there when the page loads.
  • Security: Because the rules are native, they cannot be bypassed by tech-savvy users attempting to manipulate the cart.
  • Compatibility: Native functions work seamlessly with Shopify's latest "One-Page Checkout" and are fully supported by all modern themes.

For more on HidePay’s features and the reasoning behind building on native functions, see our blog post introducing HidePay for Shopify.

Steps to Optimize Your Payment Mix

If you are ready to refine how PayPal appears in your store, follow this strategic approach:

  1. Analyze Your Data: Look at your transaction reports to see which regions or products result in the most PayPal usage and which result in the highest fees.
  2. Define Your Rules: Decide if you need a total removal or if conditional hiding based on cart total, geography, or customer type is better.
  3. Install the Tool: Add the app to your store to begin setting up these rules — see the Install HidePay Shopify App guide for installation steps.
  4. Test the Checkout: Use a VPN or different customer accounts to verify that the payment method appears and disappears exactly as intended.
  5. Monitor Results: Watch your conversion rates and chargeback numbers for 30 days after making the change to ensure the new configuration is helping your bottom line.

Protecting Your Margins with Order Limits

In addition to hiding payment methods, some merchants find it helpful to set limits on when certain gateways can be used. For instance, if a cart total exceeds a high value, the processing fee for PayPal might be several hundred dollars. You can create a rule that hides the gateway for any order over a specific dollar amount, guiding those high-value customers toward bank transfers or lower-fee credit card processors.

This level of control is essential for scaling stores. As your volume grows, small percentages in transaction fees become significant sums of money. Having the ability to dynamically adjust your checkout options based on the economics of the specific order is a major competitive advantage.

Integration with Other Checkout Customizations

Managing payments is often just one part of a broader checkout strategy. Many merchants who refine their payment options also look at their shipping methods. For example, if you hide PayPal for a specific region, you might also want to hide certain shipping carriers that don't operate there effectively.

If you need the same conditional logic for shipping methods, consider HideShip on the Shopify App Store.

For merchants who want both payments and shipping controlled together, learn more about the HideSuite bundle that combines these capabilities.

Conclusion

Deciding how to take PayPal off Shopify is a strategic move that should be based on your store's specific data and goals. While a full deactivation is a quick fix in the Shopify settings, it often lacks the precision needed for a global e-commerce business. By using a conditional approach, you can protect your margins and reduce risk without turning away loyal customers who prefer the security of their favorite gateway.

  • Evaluate whether you need a total deactivation or conditional hiding.
  • Use native Shopify Functions to ensure your checkout remains fast and secure.
  • Target specific pain points like international fees or high-risk products.
  • Test your changes thoroughly to balance cost savings with conversion rates.

If you are looking for a way to manage your payment methods with professional-grade precision, we invite you to install HidePay. It is a reliable, "Built for Shopify" certified tool that helps you take control of your checkout logic today.

FAQ

Will removing PayPal from my Shopify store affect my current orders?

Deactivating PayPal only affects future transactions. Any existing orders that were paid via PayPal will still allow you to process refunds or manage disputes through your Shopify admin or the PayPal merchant console. It does not delete your transaction history or pending payouts.

Can I hide the PayPal button only on mobile devices?

Yes, though most merchants prefer to hide it based on cart criteria rather than device type. Using a dedicated app allows you to set rules that can effectively manage how payment options are displayed, ensuring that the mobile checkout experience remains streamlined and free of unnecessary "Express" buttons.

Does hiding PayPal through an app slow down my checkout speed?

If the app is built on Native Shopify Functions, like our tool, there is no impact on speed. Because the logic runs directly within Shopify's infrastructure during the checkout initialization, the payment methods are filtered before the page is even rendered for the customer.

Is it possible to hide PayPal for wholesale customers only?

Yes. By using customer tags (such as "B2B" or "Wholesale"), you can create a rule that automatically hides PayPal as a payment option for those specific users. This is a common strategy for merchants who want to direct professional buyers toward bank transfers or other low-fee payment methods.

Get Started with HidePay

Hide, sort, and optimize Shopify payment methods instantly—no code required.