Sandbox VS Production
Billit provides two distinct environments tailored for developers.
- Production - connected to live accounting data and e-invoicing networks. Use this environment only for real business operations.
- Sandbox - a safe replica of the production setup, designed for testing. Sandbox traffic reaches test government entities or test e-invoice networks, making it ideal for integration testing and experimentation.
By separating these environments, developers can test safely while ensuring compliance and data integrity in production.
Environment URLs
| Isolated test environment | URL(s) | Notes |
|---|---|---|
| Sandbox (Test) | https://my.sandbox.billit.be | Use for all development and test cases. |
| https://api.sandbox.billit.be | Create new Sandbox account | |
| Production (Live) | https://my.billit.be | Use only for real business operations. |
| https://api.billit.be | Create new production account here |
⚠️ Important:
- Always test your integration thoroughly in sandbox before switching to production.
- Calls to the production API trigger real invoices and transactions.
Checklist
- Learn the difference between Sandbox & Production
- Create a new Sandbox account using a valid VAT number and email address
Updated 2 days ago