Environments¶
The Pontotel API is available in two environments: Production and Sandbox.
Production¶
Official environment where the data is real and operations have immediate effect.
| Text Only | |
|---|---|
Warning
Operations in production affect real data of employees and companies. Always validate your integration into the Sandbox before going to production.
Characteristics¶
- Real customer data
- Rate limit: 500 requests/hour, burst 50/min
- Availability SLA: 99.9%
- Monitoring 24/7
Sandbox¶
Isolated environment for development and testing. The data are fictitious and do not affect production.
| Text Only | |
|---|---|
Use Sandbox
Sandbox is the right place for:
- Prototyping your integration
- Test error streams
- Validate behaviour before production
- Training development teams
Characteristics¶
- Isolated test data
- Rate limit: 1000 requests/hour, burst 100/min
- Resumes periodically
- Latency may be slightly higher
Comparative¶
| Feature | Production | Sandbox |
|---|---|---|
| Base URL | apis.pontotel.com.br | sandbox-apis.pontotel.com.br |
| Data | Real | Fictitious |
| Rate Limit | 500 req/hour | 1000 req/hour |
| Availability | 99.9% SLA | Best effort |
| Accreditations | Separated | Separated |
Separate credentials
Sandbox credentials are different Production. Request credentials for each environment separately to support.
Recommended Settings¶
Environment Variables¶
Use environment variables to switch between environments:
| Python | |
|---|---|