Last updated:
Stanislav Anisimov
Sandboxes and SDKs
Click to expand / collapse
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/PlatformSDK Capabilities
Python / PHP / JSAuthorization, sending requests, error handling
Java / KotlinIntegration with backend systems and mobile applications
C# /.NETREST support, serialization, and response models
Universal SDKsConfiguration, 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.

Popular topics


Main topics