JackCode navigationCreate, launch and scale iGaming products.
Change language
Practical guide

Sandboxes and SDKs

Out-of-the-box SDKs and sandboxes for APIs: secure development, faster integration, and convenience for internal and external developers.
Expert Stanislav Anisimov
To make API integration fast, secure and easy, we provide two key tools:
  • Sandbox - isolated test environment, SDK - ready-made libraries for popular languages.

The sandbox allows you to test requests without the risk of affecting combat data, and the SDK eliminates routine and errors when forming requests, authorizing and processing responses.

What is a sandbox

Sandbox is a test environment with a copy of the API in which:
  • you can securely send any requests
  • using fake data and keys
  • disabled real payment and sensitive transactions
  • there is logging and tracking of tests

Access is provided through a separate endpoint or subdomain, often with the ability to switch environments (sandbox/prod).

What is included in the SDK

Language/Platform SDK Capabilities
Python / PHP / JS Authorization, sending requests, error handling
Java / Kotlin Integration with backend systems and mobile applications
C# /.NET REST support, serialization, and response models
Universal SDKs Configuration, tokens, helper functions, data validation

Each SDK is accompanied by:

  • README file with examples, - updates when API changes, - OpenAPI autogeneration (if necessary).

Benefits for teams and partners

Quick start to integration without deep API learning

Secure testing in an isolated environment

Minimal errors due to ready-made SDKs

Complete documentation and support

Call Reuse and Standardization

Where especially important

Open or Partner API Platforms

Financial and payment solutions

Mobile applications and SPA frontends

Enterprise systems with multiple integrators


Sandboxes and SDKs are comfortable integration and reliable debugging. We create an infrastructure where any developer can quickly get started with the API without risking data and time.