Sandbox environment
Cryptonly provides a sandbox environment for testing merchant flows before going live.
Last updated
Cryptonly provides a sandbox environment for testing merchant flows before going live.
The sandbox is available at:
Merchant panel: https://sandbox-merchant.cryptonly.net Merchant api: https://sandbox-api-merchant.cryptonly.net
Use this environment to test invoices, hosted checkout pages, deposits, withdrawals, API integrations, and webhook handling without using real mainnet funds.
The sandbox environment does not use mainnet networks.
Do not send real funds to sandbox payment addresses. Sandbox payments should only be made with testnet assets.
Supported sandbox networks:
Ethereum
ETH Sepolia
BNB Smart Chain
BSC Testnet
TRON
Tron Shasta
Bitcoin
BTC Testnet
The sandbox environment is designed for testing the full payment flow:
creating invoices
opening hosted payment pages
sending testnet crypto payments
checking payment statuses
testing confirmations
testing merchant balances
testing withdrawals
validating API integration
validating webhook events
This allows merchants and developers to verify their integration before switching to the production environment.
To complete test payments, use testnet assets from the supported networks.
You may need testnet funds for:
ETH Sepolia
BSC Testnet
Tron Shasta
BTC Testnet
Testnet assets have no real monetary value and are used only for development and QA purposes.
Sandbox
Testing and integration
Testnets only
Testnet funds
Production
Real merchant payments
Mainnets
Real funds
Use sandbox while building and testing. Use production only when your integration is ready for real payments.
Log in to the sandbox merchant dashboard.
Create a test invoice or hosted checkout payment.
Select one of the supported testnet networks.
Send testnet funds to the generated payment address.
Wait for the payment status to update.
Verify the payment in the dashboard.
Confirm that your webhook endpoint receives the expected events.
Test balance and withdrawal behavior where applicable.
For more ways to verify status transitions and webhook delivery without a real payment, see Testing your integration.
Never send mainnet assets to sandbox addresses.
Sandbox addresses are intended for testnet transactions only. Mainnet funds sent by mistake may not be recoverable.
Last updated