Environment

Brick provides two separate environments to support both development and production use cases.

To generate and manage your API credentials for each environment, log in to the Brick Dashboard, navigate to the Configuration menu, and select the API Credentials tab.

Available Environments

EnvironmentBase URLPurpose
Sandboxhttps://sandbox.onebrick.io/v2Use this environment for testing and development. It simulates live behavior using mock data.
Productionhttps://api.onebrick.io/v2Use this environment for live applications connected to real financial institutions.

🚧

Important Notes

  • Credentials are different for each environment. Make sure you use the correct client_key and client_secret for the environment you're working in.
  • Transactions in the Sandbox environment do not affect real accounts or institutions.
  • Before switching to Production, ensure that your integration is fully tested in Sandbox.