# How to hide specific payments method from checkout?

You can hide any payment method by creating a “Hide Payment” rule in the app.&#x20;

1. Open the Hide-Payment Rules\
   In your Shopify admin, go to **Apps → LockPro → Hide Payment Rules**<br>
2. **Define the Conditions**\
   Under **Rules**, set one or more conditions to target when the payment should be hidden:
   * **Field:** choose a checkout property (e.g. **Is logged in**, **Order total**, **Shipping country**, etc.).
   * **Operator:** pick how to compare (e.g. **Is False**, **Greater than**, **Equals**).
   * **Value:** enter the matching value if required (e.g. `1` for orders over 1).\ <br>

     <div align="center" data-full-width="true"><figure><img src="/files/MYWrW6fyapyDe0xt8faD" alt="" width="332"><figcaption></figcaption></figure></div>

     <br>
3. **Select the Payment Method to Hide**
   * In the dropdown, type or scroll to the method (e.g. **Cash on Delivery (COD)**).\ <br>

     <figure><img src="/files/Fd4rB1OnaRgDo4iQY6WN" alt="" width="356"><figcaption></figcaption></figure>
4. **Activate & Save**
   * Ensure **Status** is set to **Active**.
   * Click **Save**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.lockpro.io/how-to-hide-specific-payments-method-from-checkout.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
