Introduction
Managing the payment methods available at your checkout is a core part of maintaining a professional store and protecting your profit margins. While PayPal is a popular payment gateway globally, many merchants find that its default presence on every order doesn't align with their specific business goals. Whether you want to reduce transaction fees, minimize chargeback risks, or simply clean up your checkout layout, knowing how to turn off PayPal on Shopify is a necessary skill for any growing brand.
We developed HidePay to give merchants the precision control that the default Shopify settings lack, allowing for a more customized checkout experience — you can install HidePay directly from the Shopify App Store.
This guide explains the process for deactivating PayPal entirely through the Shopify admin and explores how to use conditional logic to hide it only when it makes sense for your business. For an overview of the app and why it was built, see our Introducing HidePay for Shopify blog post.
By the end of this article, you will understand how to disable PayPal globally, how to manage express checkout buttons, and how to use advanced rules to show the right payment options to the right customers.
How to Turn Off PayPal on Shopify via Admin Settings
If you have decided that PayPal is not the right fit for your store at all, you can deactivate it directly within your store settings. Shopify automatically enables a PayPal Express Checkout account using your store's login email when you first launch. If you haven't completed the setup or simply want it gone, follow these steps.
Steps for Desktop
- Log in to your Shopify admin.
- Navigate to Settings, located at the bottom left of the screen.
- Select Payments.
- Locate the Supported payment methods or Additional payment methods section where PayPal is listed.
- Click the Manage or PayPal button.
- Scroll to the bottom and click Deactivate.
- Confirm your choice when prompted.
Steps for Mobile
- Open the Shopify app on your mobile device.
- Tap the menu icon and then tap Settings.
- In the Store settings section, tap Payments.
- In the PayPal section, tap Manage.
- Tap Deactivate and confirm.
Once deactivated, the PayPal option will no longer appear at checkout for any customer. Your account details remain saved within Shopify, so if you decide to reactivate the service later, you can do so without re-entering all your business information from scratch.
Why Merchants Choose to Disable or Limit PayPal
Turning off a major payment provider isn't a decision made lightly. Most merchants who seek to remove PayPal do so for very specific operational reasons. Understanding these reasons can help you decide if a total deactivation or a conditional hiding strategy is better for your store.
Transaction Fees and Margin Protection
PayPal often carries different fee structures than Shopify Payments. For international transactions or certain currency conversions, these fees can eat into thin margins. Merchants running high-volume, low-margin businesses often prefer to direct customers toward their primary credit card processor to keep costs predictable.
High Chargeback Rates
In certain industries or geographic regions, PayPal is associated with higher rates of "friendly fraud" or disputes. Because PayPal’s dispute resolution process is separate from traditional banking systems, some merchants find it more difficult to win legitimate cases. If a specific product category attracts frequent disputes, disabling PayPal for those specific items can protect the business.
Checkout Aesthetics and Friction
The "Yellow Button" for PayPal Express often appears at the very top of the checkout. While this is meant to be convenient, it can distract customers from your branded checkout flow or lead to confusion regarding shipping rates and discount codes. Merchants who have invested heavily in a custom checkout experience often find that the prominent PayPal branding clashes with their store's visual identity.
Hide, sort, and rename Shopify payment methods using powerful conditions. Customize your checkout and control payment options with HidePay.
The Problem with Global Deactivation
While turning off PayPal globally is easy, it is often a blunt instrument for a nuanced problem. Many customers, especially in Europe and North America, trust PayPal and may refuse to shop at a store that doesn't offer it. If you deactivate it entirely, you might solve your fee problem but create a conversion problem.
This is where a "Smart Checkout" approach becomes valuable. Instead of a total shutdown, many successful stores use our tool to hide PayPal only under specific conditions. This allows you to keep the sales from loyal PayPal users while protecting yourself in high-risk scenarios.
Action Summary: Basic Management
- Deactivate PayPal globally if it is causing consistent financial loss.
- Check your "Settings > Payments" menu to ensure the setup is either complete or removed.
- Monitor your conversion rate for 14 days after deactivating to see if abandonment increases.
Using HidePay for Conditional Control
Sometimes the best way to "turn off" PayPal is to do it selectively. HidePay allows you to create rules that determine exactly when PayPal should be visible. This ensures that you aren't losing sales in low-risk markets while still protecting your store where it matters most. To get started, learn how to create a payment customization in the HidePay dashboard.
Our app runs on native Shopify Functions, which means the rules you set are processed instantly within the Shopify infrastructure. This avoids the lag often associated with older, script-based workarounds.
Hiding PayPal by Geographic Location
You may want to offer PayPal to customers in the United States but turn it off for customers in regions where you have experienced high rates of fraud. Within the app, you can create a rule that detects the customer's country or zip code — see the HidePay guide to hide payment methods by country using the country-mapper for step-by-step instructions. If a customer is in a "blacklisted" region, the PayPal option simply never appears.
Hiding PayPal by Product Type or Tag
If you sell a mix of low-risk and high-risk goods, you can use product tags to control payment options. For example, if you sell digital downloads alongside physical merchandise, you might want to disable PayPal for digital goods due to the ease of filing disputes for non-tangible items. The HidePay FAQ explains how you can hide payment methods for certain products when a tagged item is in the cart.
Hiding PayPal by Cart Total
High-ticket items carry higher risks. You might decide that any order over $1,000 must be paid via credit card or bank transfer to ensure better verification. You can set a rule to hide PayPal whenever the cart total exceeds a specific amount — the HidePay tutorial on preventing fraud by hiding risky payment methods for expensive orders demonstrates this pattern using Cart Total conditions.
Managing Express Checkout Buttons
A common frustration for Shopify merchants is the "Express Checkout" section that appears at the top of the information page. This often includes PayPal, Shop Pay, and Apple Pay. Even if you have "turned off" PayPal as a standard payment method, these express buttons can sometimes persist or appear in ways that disrupt the customer journey.
Managing these buttons requires a more tactical approach:
- Direct Deactivation: As covered earlier, deactivating the gateway in the Payments section usually removes the button.
- Theme Customization: Some older themes have PayPal code hardcoded into the cart page. You may need to check your theme's "Product Page" or "Cart Page" settings in the Theme Editor to toggle off "Show dynamic checkout buttons."
- Rule-Based Blocking: With our app, you can specifically target express checkout buttons — learn how to hide the PayPal Express Checkout button during checkout.
This is useful if you want to allow PayPal for standard checkout but hide the big yellow button at the top of the page so customers enter their shipping details and discount codes first.
Optimizing the Checkout Layout
Turning off PayPal is often just the first step in a larger effort to optimize the checkout. Once you have removed the options you don't want, you should focus on how the remaining options are presented.
Sorting for Conversion
The order in which payment methods appear influences which one a customer chooses. If you have a preferred gateway with lower fees, it should be at the top. The app allows you to reorder your payment list — read the HidePay guide to sort and rename payment methods in the checkout to position your preferred gateway where it gets the most visibility.
Renaming for Clarity
Sometimes customers hesitate because payment labels are confusing. You can use the app to rename "PayPal" to something like "PayPal & Pay Later" or "PayPal (Credit/Debit Cards)" to provide more context. This can improve the user experience and reduce the likelihood of a customer leaving the checkout because they didn't think their preferred sub-method was supported.
Technical Foundation: Shopify Functions
It is important to understand that the way Shopify handles checkout customization has changed. Previously, merchants used "Shopify Scripts" to hide or sort payment methods. However, Scripts are being deprecated and are only available to Shopify Plus merchants.
HidePay is built on Shopify Functions, the modern standard for checkout logic — for background on the shift and why Functions matter, read Why Shopify Functions are the future. Functions are available to more merchants and offer several advantages:
- Performance: They run in under 5ms, ensuring no delay at checkout.
- Reliability: Because they are native, they don't break when Shopify updates its core code.
- Security: They do not require access to sensitive customer data to function.
By using a tool built on this architecture, you ensure that your rules for turning off or hiding PayPal remain active and stable as your store scales.
Protecting Your Bottom Line
The ability to control your payment methods is a powerful tool for margin protection. High processing fees and chargebacks are not just "part of doing business"—they are variables that can be managed with the right rules.
For instance, if you are a B2B merchant, you might want to hide PayPal entirely for customers tagged as "Wholesale" and only show "Bank Deposit" or "Net 30" terms. Conversely, if you are a dropshipper, you might want to hide PayPal for orders from specific suppliers where shipping times are longer, as long wait times often lead to PayPal disputes.
Key Takeaways for Merchants
- Global deactivation is for total removal. Use the Shopify admin settings if you never want to see PayPal again.
- Conditional hiding is for growth. Use rules to disable PayPal for specific countries, products, or order values.
- Express buttons need attention. Don't forget that the yellow button on the cart page is controlled differently than the payment option at the end of the checkout.
- Sorting matters. If you keep PayPal, move it below your preferred payment method to reduce its usage.
Contextualizing with Other Nextools Apps
Managing payments is often tied to managing shipping. If you find yourself needing to hide payment methods based on how a product is delivered, you might also find HideShip on the Shopify App Store useful.
It performs similar logic but for shipping methods, allowing you to hide specific carriers or delivery options based on the same types of rules. For merchants who need both, see the Nextools post about the HideSuite bundle that combines HidePay and HideShip.
If you are looking for even broader control over order validation, CartBlock on the Shopify App Store can prevent orders from being placed at all if they don't meet your criteria.
Conclusion
Deciding how to turn off PayPal on Shopify depends entirely on your business model. For some, a total deactivation in the Shopify admin is the quickest path to a cleaner checkout. For others, the strategic use of conditional logic allows for a balance between customer preference and business security.
By using HidePay, you gain the ability to hide, sort, and rename PayPal based on the specific needs of your store. This level of control helps reduce fees, prevent chargebacks, and create a smoother path to purchase for your customers.
Take control of your checkout today by setting up your first payment rule — try HidePay on Shopify.
FAQ
Does turning off PayPal on Shopify affect my existing orders?
No, deactivating PayPal only prevents future customers from using it at checkout. Any pending orders or previous transactions made through PayPal will still be accessible in your PayPal business dashboard for refunds or manual captures.
Can I hide the PayPal button only for certain countries?
Yes, but this cannot be done through standard Shopify settings. You need an app like HidePay to create a geography-based rule that detects the customer's country and hides the PayPal gateway for those specific locations while keeping it active for others. See the HidePay country-mapper guide for details.
Will disabling PayPal lower my conversion rate?
It depends on your customer base. In many markets, PayPal is a highly trusted brand. If you remove it, some customers may be hesitant to share their credit card details directly. We recommend testing this by using rules to hide it for a small segment of your traffic before making a global change.
How do I remove the yellow PayPal button from my product pages?
This button is often part of Shopify's "Dynamic Checkout" feature. You can usually disable it by going to your Theme Editor, navigating to the Product Page settings, and unchecking the box that says "Show dynamic checkout button." Alternatively, you can use HidePay to hide express checkout buttons based on specific rules — see the HidePay guide on hiding the PayPal Express Checkout button for step-by-step instructions.