Sandbox Environments
Access
If you want to use a Sandbox Environment during the development of your integration, contact your ToughClicks rep to get setup.
To access the Sandbox environment, navigate to https://app.stage.toughclicks.com
Integration
Once set up, to use the sandbox account, pass an optional environment variable when instantiating the library.
const tc = new ToughClicks(clientToken, packetId, true, TCEnvironment.staging);
Updated 12 months ago