🌍Environment
🌐 Environment Setup
This guide explains how to configure your environments to interact with our API — including test (sandbox) and production modes. Each environment uses the same endpoints but requires different credentials.
🔗 API and Authentication Endpoints
Use the following URLs for both environments:
Purpose | URL |
---|---|
API Base URL | https://core-manager.a55.tech/api/v1 |
Auth URL | https://smart-capital.auth.us-east-1.amazoncognito.com/oauth2/token |
While the endpoints are identical, the credentials differ per environment.
🧪 Test Environment
The Test (Sandbox) environment is used for development and validation.
- ✅ Simulate full payment and wallet flows
- ✅ No real funds or production data
- ✅ Ideal for QA and integration testing
🚀 Production Environment
The Production environment is used for real transactions.
- 🔐 Requires proper KYC/onboarding
- 💳 Connects to financial providers
- 📊 Generates live dashboards and reports
📝 How to Request Access
To request credentials for either environment, please email:
Include the following:
- Company name and CNPJ
- Contact email and responsible person
- Intended usage (Test / Production)
- Platform or project URL
✅ Best Practices
- Begin in test before switching to production
- Never use production credentials in staging/dev
- Store secrets safely — never expose
client_secret
in frontend - All requests must be made over HTTPS
- When in doubt, reach out: [email protected]
Updated 1 day ago