Skip to content

Creating Your Account

Sign up

Navigate to the ElasticPay dashboard and create an account. A sandbox account is created automatically — no approval required to start testing.

Sandbox vs live

ModeSetupUse for
SandboxImmediateDevelopment and testing
LiveRequires compliance reviewReal payments

Your sandbox account is fully functional with the same API and portal features as live. Payments made in sandbox mode are simulated and never charged to real cards.

Your first API keys

When your account is created, ElasticPay automatically generates one secret key and one publishable key for sandbox mode. Find them in Settings → API Keys.

  • Secret key (sk_sandbox_...) — use on your server to create and confirm payment intents
  • Publishable key (pk_sandbox_...) — use in the browser to initialize the widget

Next steps