http://ee.econt.com/services

На тестовата среда на 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):

  • information about Econt's offices
  • information about user of e-econt (addresses for sending and receiving shipments)

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.

Subpackages:

Data types:

Weekday (Enumeration)

Weekdays
Value Description
monday
Monday
tuesday
Tuesday
wednesday
Wednesday
thursday
Thursday
friday
Friday
saturday
Saturday
sunday
Sunday

HostedFile (Class)

A file hosted on Econt's servers
Name Type Multiplicity Description
id int [0..1]
filename string [0..1]
The name of the hosted file
mimeType string [0..1]
File type (text, xml, application, x-msexcel)
URL string [0..1]
The URL address of the hosted file
content base64Binary [0..1]
The content of the hosted file

Error (Class)

Generic error
Name Type Multiplicity Description
type string [0..1]
The type of error - usually the exception class name
message string [0..1]
The error message in user language
fields string [0..n]
The fields which caused the error
innerErrors Error [0..n]
The causes of the error