Sandboxes and SDKs

- Sandbox - isolated test environment,
- SDKs are 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 - this 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 Features |
---|---|
Python/PHP/JS | Authorization, Querying, 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 in case of API changes,
- - autogeneration via OpenAPI (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.
Contact Us
Fill out the form below and we’ll get back to you soon.