Getting an Account
To start using the e-invoice.be API, you need to create an account and obtain your API credentials.1. Sign Up
Visit app.e-invoice.be and create your account. You’ll need to provide:- Your company information
- Company registration details (VAT number, business registration number, etc.)
- Contact details
For SaaS companies: Interested in our reseller programme? Contact us at [email protected] to learn about integration options and partnership opportunities.
2. Get Your API Key
Once your account is created:- Log in to your dashboard at app.e-invoice.be
- Navigate to Settings → API Keys
- Click Create API Key
- Copy your API key immediately - it won’t be shown again
- Store it securely (never commit it to version control)
3. Choose Your Environment
e-invoice.be provides two environments:| Environment | Base URL | Purpose |
|---|---|---|
| Production | https://api.e-invoice.be | Live transactions |
| Staging | https://api-dev.e-invoice.be | Testing and development |
Start with the staging environment for development and testing. Switch to production only when you’re ready for live transactions.