Skip to main content

Sandbox Environment

WickiePay provides a free sandbox environment for testing your integration before going live.

Sandbox Details

PropertyValue
Base URLhttps://api.sandbox.layer1.com
PortalContact your account manager for sandbox access
DataSeparate from production — test freely
LimitationsTest networks only (no real funds)

Getting Started

  1. Request Sandbox Access — Contact your WickiePay account manager
  2. Receive Credentials — You'll get sandbox portal access and API key setup instructions
  3. Generate API Keys — Follow the Authentication Guide
  4. Start Testing — Use sandbox API endpoints for all testing

Test Networks

The sandbox uses blockchain testnets:

NetworkTestnet
EthereumSepolia
TronNile
SolanaDevnet
BSCTestnet
PolygonAmoy

Test Wallets

Set up test wallets to simulate customer payments:

Testing Checklist

  • Create API keys and test authentication
  • Create a test payment (Payment In)
  • Complete a test payment using a test wallet
  • Verify webhook delivery
  • Create a test payout (Payment Out)
  • Test Hosted Checkout flow
  • Test error scenarios (expired, underpaid)
  • Verify compliance screening

Sandbox vs. Production

FeatureSandboxProduction
API Base URLapi.sandbox.layer1.comapi.layer1.com
BlockchainTestnetsMainnets
FundsTest tokens (no value)Real digital assets
ScreeningSimulated resultsReal compliance checks
WebhooksFully functionalFully functional
API Key Separation

Use separate API keys for sandbox and production. Never use production keys in the sandbox or vice versa.

Next Steps