Environments
banca.me provides two environments for API integration:
Development Environment
The development environment is used for integration purposes. It is an exact copy of production but with a different base URL.
Base URL: https://beta.api.banca.me
Use this environment for:
- Testing your integration
- Development and debugging
- Staging deployments
Automation Environment
The automation environment is used for testing and integration purposes. It's functionality is specially focused on providing test cases that can be incorporated into CI/CD testing pipelines because they always deliver the same outcomes. Please check the test cases documentation for more information.
Base URL: https://automation.api.banca.me
Use this environment for:
- Testing your integration
- Integrating into CI/CD workflows
- Staging deployments
Production Environment
The production environment is used for live transactions and real customer data.
Base URL: https://api.banca.me
Use this environment for:
- Live transactions
- Real customer data
- Production deployments
Each environment requires its own set of API keys. Make sure to use the correct API keys for each environment.