На тестовата среда на API интеграцията със системата на Еконт, е качена версия за подготовка на пратки в евро. Единственото изискване е за всяка пратка да се подава валута за НП/ОС, ако има такива услуги.
От средата на 12.2025 г. същата версия ще бъде качена и в реална среда, като ще функционира по аналогичен начин.
От 01.01.2026 г., предварително създадени товарителници в лева, ще бъдат автоматично превалутирани в евро и не е необходимо да се правят промени по тях, преди приема им.
On the test environment for the API integration with Econt’s system, a version supporting the preparation of shipments in euros has been deployed. The only requirement is that a currency must be provided for COD/declared-value services, if such services are included.
Starting from mid-December 2025, the same version will be deployed in the live environment and will function in the same way.
From 01.01.2026, waybills created in advance in Bulgarian lev will be automatically converted to euros, and no changes will be required before their acceptance.
API integration with Econt provides the following options (version 1.0 / 24.04.2018):
HTTP request type - POST!
Authentication using SSL client certificates is currently not supported, but you can use an SSL connection and authorize in the query. The credentials below should be provided as BASIC authentication header in the http request.
For the test system (http://demo.econt.com/ee/services/) you can use the following credentials:
- username: iasp-dev
- password: 1Asp-dev
Important! The DEMO endpoints for the services are different than the production ones!
You need to replace the following in the URLs for every endpoint if you wish to set up DEMO implementation first:
ee.econt.com/services" <-> "demo.econt.com/ee/services"
For the production system (http://ee.econt.com/services/) you can use:
- an existing e-econt user's credentials
- register a new user here or by contacting an Econt employee
Here you can see how a query is sent to the API and how to convert PHP arrays from/to XML. The example contains only required fields and frequently used services.
Here you can see instructions for deliveries to and from Greece via Econt API.
Here you can see instructions for implementation of Office Locator.
For questions, you may file service requests by e-mail at
support_integrations@econt.com. Our Service Desk Agent will help you solve technical problems and provide technical advice.