The SOAP API v3.1 from eConnect is deprecated. No new connections are accepted. Overview of endpoints and migration to the REST API.
This API is deprecated. eConnect no longer accepts new SOAP connections. Software vendors still using the SOAP API are advised to migrate to the REST API (PSB). Existing SOAP connections will continue to function but are no longer being developed.
The SOAP API v3.1 is the original API of the eConnect platform. This API is still supported for existing integrations, but eConnect no longer accepts new SOAP connections. All new integrations go through the REST API (PSB).
This documentation is intended exclusively for software vendors and organizations that already have a working SOAP connection with the eConnect platform, such as existing integrations from parties like ECI, Inventive or Bloxs. Building a new integration? Choose the PSB REST API. It offers OAuth 2.0 security, webhooks, SDKs and extensive documentation via Swagger UI.
The SOAP API runs on SOAP 1.1 over HTTPS/SSL and is WSDL-compliant with Basic Profile v1.1. An important note: Transfer-Encoding=chunked is not supported. This is a common implementation mistake.
https://api.everbinding.nl/soap/v3.1?subscriptionKey={subscriptionKey}The SOAP API v3.1 offers the following endpoints:
LoginGetAccountDetailsGetAccountPartiesGetPartiesGetPartySendDocumentGetOutboxDocumentsGetOutboxDocumentGetOutboxDocumentStatusGetInboxDocumentsGetInboxDocumentGetInboxDocumentStatusSetInboxDocumentStatusGetDocumentsGetDocumentGetDocumentPdfGetAdvisedInvoiceRecipientIdRequestAppIntegrationThe WSDL is not publicly available. Do you have an existing SOAP connection and need the WSDL? Contact [email protected]. For new integrations the WSDL is not available; use the REST API instead.
Want to switch to the modern REST API? Check the PSB documentation at psb.econnect.eu for the full Swagger UI and getting started guide.
Migrate to the REST API