Going live

When your sandbox integration is solid, request production access. Live credentials are issued by your operator after a short review.

Go-live checklist

  • Webhook callback URL configured and signature verification in place.

  • Completed a test Express push and a C2B simulation in the console.

  • C2B validation & confirmation URLs registered, with an allowed mode chosen.

  • Idempotency keys on every money-moving call; idempotent webhook handlers.

  • Error, rate-limit and retry handling reviewed.

  • Secrets stored server-side in a secret manager; rotation runbook in place.

What changes in production

Sandbox

Production

Money

Simulated

Real

Keys

pk_test_… / sk_test_…

pk_live_… / sk_live_…

MSISDNs

Seeded test numbers

Real customer phones

Base URL & contract

Identical

Identical (no code changes)

Request production from the Developer portal: open it →

Was this page helpful?