Skip to content
Reorder Payment Switzerland

Show TWINT first in Switzerland

When the shipping country is Switzerland, move TWINT to the first position at checkout so local shoppers see their preferred payment method by default.

Free template · imports into Nex Reorder via Rules → Import

Checkout mockup: Show TWINT first in Switzerland

Moves TWINT to the top of the payment method list at checkout when Shipping country is Switzerland.

Why use it

The problem it solves

TWINT is the homegrown mobile payment the Swiss reach for — a quick QR scan from the banking app. If Swiss shoppers have to scroll past cards to find TWINT, your checkout feels less local and less trustworthy right at payment.

Benefits

What you get

Puts Switzerland’s preferred mobile payment at the top for local buyers.

Feels native to Swiss shoppers who default to TWINT.

Applies only to shoppers shipping to Switzerland.

No code or theme editing.

Inside this rule

What the template contains

Reorder · Payment method

TWINT

Conditions

  • Shipping country is one of Switzerland

New order

  1. 1 TWINT moved to the top
When to use it

Reach for this when…

  • You sell into Switzerland and offer TWINT via your provider.

  • Your default checkout order leads with cards.

  • You target Swiss (DE/FR/IT) shoppers and want a local checkout.

How to use it

Import in three steps

  1. 01

    Download the JSON

    Grab this template as a ready-to-import rule file.

  2. 02

    Import in the app

    In Nex Reorder, open Rules → Import and pick the file.

  3. 03

    Review & activate

    Tweak methods or conditions to match your store, then go live.

Good to know

  • TWINT is added as a custom method matched by name — confirm the checkout label matches.
  • Ships with Switzerland pre-selected.
FAQ

Questions

Show TWINT first in Switzerland

Does it hide anything?

No — TWINT only moves to the top; all methods remain.

Other countries?

Unaffected — scoped to shipping addresses in Switzerland.

Theme edits?

None.

The file

twint-first-switzerland.rule.json

{
  "formatVersion": 1,
  "type": "rule",
  "app": "pay-reorder",
  "exportedAt": "2026-08-03T00:00:00.000Z",
  "rule": {
    "name": "Show TWINT first in Switzerland",
    "methodType": "payment",
    "action": "reorder",
    "methods": [
      {
        "name": "TWINT"
      }
    ],
    "conditions": [
      {
        "type": "shipping_country",
        "operator": "in",
        "values": [
          "CH"
        ]
      }
    ],
    "matchType": "all",
    "tier": "general",
    "hideAll": false,
    "displayOrder": [
      {
        "name": "TWINT",
        "index": 1
      }
    ]
  }
}

This is the exact import format — app: "pay-reorder", validated by the app on import.

Control your Shopify checkout

$4.99/month, free trial. Import this template and go live in minutes.