Skip to content

Test Mode vs Live Mode

Genius Checkout runs every merchant account in two parallel worlds — Test and Live. The toggle in the top bar (next to the merchant switcher) decides which world you're looking at right now. This page explains what flips and what doesn't.

The mode pill

Top bar Test/Live mode pill with Live segment highlighted in green

In the top bar you'll see a rounded pill with two segments labelled Test and Live. The active mode is shown with a white background and bold colored text:

  • Orange background and accent — you're in Test mode. A thin orange bar also appears at the very top of every page as a permanent reminder.
  • Green background and accent — you're in Live mode.

Clicking the inactive segment posts to /merchant/view-mode, persists the choice to your session, and reloads the page so every list and counter re-fetches under the new scope.

What is mode-scoped

When you flip modes, the following all refetch under the new scope:

SurfaceScoped?
Transactions list and detailYes
Payment linksYes
SubscriptionsYes
CustomersYes
DisputesYes
API keysYes (each key is either a test key or a live key)
Webhook endpoints and deliveriesYes
Dashboard stats and KPI tilesYes
Gateway configurationsEach gateway has separate Test and Live credentials — see Test vs Live Credentials
Checkout brandingNo — branding applies to both modes
Team and rolesNo — your team is the same in both modes
Integrations connectionsConnection metadata is shared; each integration decides per-connection whether it ran in Test or Live

Flipping safely

Portal after switching to Test mode, showing the orange top bar and Test-scoped data

The toggle is non-destructive. You're never deleting or hiding anything — you're just changing which subset the portal renders. Flip as often as you need to.

WARNING

Test mode transactions cannot move money. Live mode transactions do. Before you flip to Live and process a real payment, make sure your gateway has Live credentials saved (the Gateways page shows the status badge).

When to flip to Test

  • Verifying a new payment link before sharing it
  • Trying out a new gateway's hosted page UI
  • Testing webhook deliveries against a development endpoint
  • Walking through a checkout flow with a test card
  • Reproducing a customer's reported issue without charging them again

When to flip to Live

  • Once your gateway has been provisioned with real credentials
  • When you're checking on actual revenue, refunding a real customer, or chasing a real dispute

TIP

The mode is per-session, per-user. Your teammate looking at the same merchant account may be on Live while you're on Test. That's intentional — testing doesn't take your colleagues out of production.

Switching merchants vs switching modes

These are separate controls in the top bar. The merchant switcher (showing the merchant's name) moves you to a different merchant account. The mode toggle changes the view scope within the current merchant. Switching merchants does not change your mode — you'll land in whichever mode you were in last for that merchant.

Released under the proprietary Genius Checkout license.