Due to maintenance scheduled for Sunday 8 March, from 12:30 to 14:00, there will be some service breaks in MyTax. If you are logged in, a short, unexpected interruption might occur, and data may be lost. We recommend using MyTax after the breaks are over. We apologise for any inconvenience.
Technical guidance
This section describes the general technical guidelines for the Vero API interfaces. This section is especially useful for a software developer who is starting to develop and use Vero API interface integration for the first time.
For more detailed technical descriptions of the interfaces, as well as guidelines can be found in the API Portal documentation for each interface.
Attention begins.
Vero API interface technology in summary:
HTTP REST-interface
HTTPS/TLS 1.2+
JSON payload
Client certificate authentication (mTLS)
Software specific API key in vero-softwarekey header
Attention ends
Summary of the Vero API Environments
Attention begins.
Production
Environment: Production
Certificate: Production certificate
API key header: Vero-SoftwareKey
URL Production: api.vero.fi
Description: Vero API production
Attention ends
Attention begins.
Integration Verification
Environment: Integration Verification
Certificate: Production certificate
API key header: Vero-SoftwareKey
URL Integration Verification: api.vero.fi/xx/yy/Verification
Description: Test procedure to get access to production interfaces
Attention ends
Attention begins.
Test
Environment: Test
Certificate: Test certificate
API key header: Vero-SoftwareKey, the value is not checked
URL Test: apitest.vero.fi
Description: Test interfaces
Attention ends
Attention begins.
Sandbox
Environment: Sandbox
Certificate: No certificate
API key header: Ocp-Apim-Subscription-Key header
Interface URL: https://api-sandbox.vero.fi/…
Description: Simple mock interfaces for initial tests
Attention ends