For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ§ͺSandbox and production

Coindisco business accounts have separate sandbox and production environments.

Environment
Dashboard name
Key prefix
Transactions
Purpose

Sandbox

Sandbox

pk_test_

Simulated by the Coindisco sandbox flow

Integration development and testing

Production

Live

pk_prod_

Real

Customer traffic

The widget derives the API environment from its public key. A pk_test_ key uses sandbox; a pk_prod_ key uses live.

Sandbox URL

https://widget.coindisco.com/?publicKey=pk_test_YOUR_PUBLIC_KEY

Production URL

https://widget.coindisco.com/?publicKey=pk_prod_YOUR_PUBLIC_KEY

Environment isolation

Treat sandbox and production as separate configurations:

  • do not use a sandbox key in production;

  • configure origins and webhooks for the intended environment;

  • do not reuse test transaction IDs in live requests;

  • repeat the critical test cases after switching to production with a controlled rollout.

Last updated