๐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:
๐ง [email protected]
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 about 2 months ago