> ## Documentation Index
> Fetch the complete documentation index at: https://docs.checkoutrules.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Rename payment methods

> Rename/Translate or add a message to the selected payment methods at the checkout under given conditions.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/QOi26znVeDs?si=536f31W5q8bHE6KB" title="BeSure Rename Payment Methods" style={{ border: 0 }} allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

## Rule overview

This rule allows you to rename, translate, or add a message to specific payment methods at the checkout based on defined conditions. You can customize the displayed payment method labels using criteria such as cart value, shipping address, customer tags, or product details, etc.

This helps enhance clarity, support localization, and improve the overall checkout experience for customers.

## Sample configuration

The following steps show how to create and configure a **Rename Payment Methods** rule using the app.

### Create a new rule

From your [Shopify admin](/guides/en/get-started/installation#go-to-the-app), open the app. In the sidebar, go to the [Rules](/guides/en/get-started/quickstart#create-a-sample-rule) section and click *"Create Rule"*.

Then, You’ll be redirected to the **Select checkout rule type screen**. Choose *category "Payment" → select checkout rule type "Rename Payment Methods" → click “Select Rule”*.

<img src="https://mintcdn.com/storespark/I1UBjFyXWKs0eNGB/images/essentials/payment/select-rename-payment-methods.webp?fit=max&auto=format&n=I1UBjFyXWKs0eNGB&q=85&s=624cdc444d928ee02c63b01527cd1e41" alt="Select Rename Payment Methods" width="990" height="609" data-path="images/essentials/payment/select-rename-payment-methods.webp" />

Next, you’ll land on the **Create new rename payment methods rule** screen, where you can configure your rule.

### Rule configuration

To configure the rule, first optionally we can add a name such as "Rename payment methods" to describe what it does. Then, select the rule [status](/guides/en/get-started/concepts#status): Testing, Active, or Deactivated.

Here we are going to choose **Testing** status, so we can quickly test the rule without affecting the checkout for actual customers.

<img src="https://mintcdn.com/storespark/I1UBjFyXWKs0eNGB/images/essentials/payment/rule-configure-1-rename-payment-methods.webp?fit=max&auto=format&n=I1UBjFyXWKs0eNGB&q=85&s=2aa74721a519133b17c9b740e01ff0ef" alt="Rule Configure 1" width="975" height="492" data-path="images/essentials/payment/rule-configure-1-rename-payment-methods.webp" />

Next, on the same screen, select the relevant [condition set](/guides/en/get-started/concepts#condition-set), [condition](/guides/en/get-started/concepts#conditions-when), and [action](/guides/en/get-started/concepts#action-what).

> As an example, We are using **Condition set 1**, setting the rule to run **Always**, and configuring it to rename the payment method **"Cash on Delivery (COD)"** to **"Pay Cash"**.

Alternatively, we can set the “Rename to” option to “Add message” to append a custom message to the payment method name instead of fully renaming it.

<img src="https://mintcdn.com/storespark/I1UBjFyXWKs0eNGB/images/essentials/payment/condition-set-rename-payment-methods.webp?fit=max&auto=format&n=I1UBjFyXWKs0eNGB&q=85&s=2e437884a40ffce1a55996bb200ca08a" alt="Condition Set Rename Payment Methods" width="1004" height="964" data-path="images/essentials/payment/condition-set-rename-payment-methods.webp" />

Finally, click the <b>Save</b> button at the top to create and save your rule.

<img src="https://mintcdn.com/storespark/ZoBcc0QT_aT_tX8T/images/shared/save-rule.webp?fit=max&auto=format&n=ZoBcc0QT_aT_tX8T&q=85&s=49b09a4f049059fd67144f92d10233ca" alt="Rule Save" width="713" height="184" data-path="images/shared/save-rule.webp" />

## Test the rule

Since, the rule is set to testing status, we have to use `test@testing.com` as the email, instead of the actual email, to run the rule at checkout.

<Warning>
  The image below shows the checkout page <b>before</b> the testing email
  address was used. Please note the Cash on Delivery (COD) payment method is not
  yet renamed.
</Warning>

<img src="https://mintcdn.com/storespark/I1UBjFyXWKs0eNGB/images/essentials/payment/before-rule-apply-payment-methods.webp?fit=max&auto=format&n=I1UBjFyXWKs0eNGB&q=85&s=35c3ce79072bed0f60953e7bf5be509f" alt="Before Rule Apply" width="1043" height="671" data-path="images/essentials/payment/before-rule-apply-payment-methods.webp" />

After setting the email, the checkout rule runs and renames the specified payment methods. We can verify that the **"Cash on Delivery (COD)"** payment method is now displayed as **"Pay Cash"**, as shown below.

<img src="https://mintcdn.com/storespark/I1UBjFyXWKs0eNGB/images/essentials/payment/after-rule-apply-rename-payment-methods.webp?fit=max&auto=format&n=I1UBjFyXWKs0eNGB&q=85&s=68517e859215489314ea7f4c7e6af137" alt="After Rule Apply" width="1078" height="706" data-path="images/essentials/payment/after-rule-apply-rename-payment-methods.webp" />

## Activate the rule

Once testing is done, we can activate the rule, so it can start making changes to the checkout for actual customers. Only activated rules can make changes to the checkout for all customers.

Click on **Rules** in the sidebar to view all rules. Select the rule you want to activate, then click the **Activate** button to activate it.

<Warning>
  Rule activation is only available on paid plans. If you haven't upgraded your
  plan yet, follow the instructions
  [here](/guides/en/get-started/installation#upgrade-your-plan) to upgrade.
</Warning>

<img src="https://mintcdn.com/storespark/I1UBjFyXWKs0eNGB/images/essentials/payment/activate-the-rule-rename-payment-methods.webp?fit=max&auto=format&n=I1UBjFyXWKs0eNGB&q=85&s=36f9bb46286149bbbd0f25fd7e388146" alt="Activate The Rule" width="985" height="178" data-path="images/essentials/payment/activate-the-rule-rename-payment-methods.webp" />

## Limitations

* Payment methods that only show a logo can't be renamed.
* PayPal, Amazon Pay, Shop Pay, and some other payment methods can't be renamed.
* For US/Canada-based stores, the Credit card option can't be changed unless you are on Shopify Plus. This limitation comes from Shopify.
