Skip to content

Rename payment methods

A rename payment method operation changes the display name a payment method shows to the customer at checkout. The method itself is unchanged in Shopify admin — only the customer-facing label is rewritten.

Use a rename operation when:

  • A payment provider’s default name is unfriendly. (Cash on Delivery (COD)Pay on delivery)
  • You want to translate method names into the customer’s language.
  • You want to add your own branding (Credit CardCredit card · YourBrand).

A rename operation has three parts:

  1. Match — which methods to rename. You list the method’s current name (matching is exact).
  2. Renames — for each matched method, the new name to show, plus optional translations.
  3. Conditions — a list of if clauses. All must be true for the rename to apply.
  1. Open Payment → Rename Operations in the app.
  2. Click Create Operation.
  3. Give the operation a name.
  4. Payment method renames — click + Add Payment Method Rename for each method you want to rename. For each:
    • Payment method name — the method’s current name in Shopify admin.
    • Translations — by default, one translation (the primary locale). On plans that include localization, click + Add Translation to add a per-locale translation. See Locales.
  5. Conditions — add as many as you need. All must be true.
  6. Click Save. The operation publishes through the background job.

At checkout, the function looks at the customer’s locale and picks the best translation for each method:

  1. The customer’s exact locale (e.g. fr-CA) if you’ve added a translation for it.
  2. The customer’s language (e.g. fr) if you’ve added a translation for it.
  3. The shop’s primary locale (typically en).
  4. The original method name.

The form’s + Add Translation button is only available on plans that include the localization feature. On Basic and Advanced, you can have one translation per method (the primary locale). On Developer, Partner, and Pro, you can have as many as you have available locales. See Plans and feature gating.

  • Credit cards in the US and Canada cannot be renamed. Shopify’s payment surface locks the credit card label in those markets, regardless of what the rename operation tries to do. A rename targeting Credit Card for a US or Canadian customer is silently ignored.
  • The match is the method’s display name. If you’ve already renamed the method with another operation, this operation sees the post-rename name. The first matching rename wins for a given method. See Order of operations.

Goal: rename “Cash on Delivery” to “Pay on delivery” in English and “Payer à la livraison” in French.

  • Operation name: COD → Pay on delivery (multi-locale)
  • Add one method rename:
    • Payment method name: Cash on Delivery
    • enPay on delivery
    • frPayer à la livraison
  • No conditions.
  • Save.