How the sandbox model works
- You can create multiple sandbox companies under one production company.
- Production and sandbox companies use the same base URL
https://app.fintoro.sk/api/public/v1. - The token decides which company you work with, not the host or path.
- A sandbox company has limited access to some Fintoro sections.
- For Fintoro API testing, the sandbox company acts as an isolated test environment and has its own tokens.
Where to create a sandbox company
In Fintoro, open the production company and go to the integrations area for Fintoro API. This is where you manage tokens and sandbox companies. There you can create sandbox companies for a specific integration scenario, partner, or testing environment. We recommend creating a separate sandbox company for each larger integration scenario or partner.Same host, different token
Recommended testing flow
- Create a dedicated sandbox company for the integration scenario.
- Create sandbox company tokens for the read-only or write flows you need.
- Test lookups, read flows, and then write flows with
Idempotency-Key. - Keep production and sandbox secrets, logs, and token naming separate.
- Clean up the sandbox company or its tokens when the test cycle is finished.

