Bolt provides separate sandbox and production environments. Each has its own Merchant Dashboard, API keys, and divisions.

URLs

TypeSandboxProduction
APIhttps://api-sandbox.bolt.comhttps://api.bolt.com
CDN (Connect)https://connect-sandbox.bolt.comhttps://connect.bolt.com
Merchant dashboardmerchant-sandbox.bolt.commerchant.bolt.com
Shopper dashboardaccount-sandbox.bolt.comaccount.bolt.com
All transactions that flow through Bolt checkout appear in the Merchant Dashboard for the matching environment.

Configure environment variables

Set BOLT_ENV and derive the API base URL in your application:
.env
# Sandbox
BOLT_ENV=sandbox
BOLT_API_BASE_URL=https://api-sandbox.bolt.com

# Production
# BOLT_ENV=production
# BOLT_API_BASE_URL=https://api.bolt.com
Sandbox and production keys are separate. Never point https://api.bolt.com at sandbox credentials or https://api-sandbox.bolt.com at production credentials.

Divisions

A merchant account can have one or many divisions: separately configured checkout instances (e.g. storefront vs back office). Each division has its own publishable key and webhook URLs. Common divisions include Pay by Link and Back Office.
Collaborating with many developers across multiple sandboxes does not require multiple divisions. Add each URL to your Approved Domains list.

Account types

Merchant account types are tied to payment processors. Switching processors requires a new Bolt merchant account aligned with the new processor.