Api Overview

Last updated: Feb 26, 2025

Post documents API

This API is used to send documents.
  • Compliance
  • Data & document management

Overview

  • The Post documents API is responsible for sending documents.
  • A Document is any main data file communicated between two parties. Examples are invoices, orders, application responses etc.
  • A Document has certain status properties that may get updated over time, like sendStatus, businessStatus and clearanceStatus.
  • The request should be a multipart request containing the actual document data along with other properties.
  • The Content-Type of the request should be multipart/form-data

This is the base URL. All requests should use the Get A Document API URL, which can be found at:

https://api-emea.onesourcetax.com/einvoicing/document/v1/documents
  • All API requests must be made over HTTPS, requests sent over plain HTTP or without authentication will be refused.
  • For guidance on properly authenticating calls to the Get A Document API, see to the Authentication section
  • Use any standard HTTPS client to access the web service.

Key Benefits

  1. 1This API is open to any countries supported by Pagero.
  2. 2There is no definition of strict format and is open to 35 formats supported by Pagero.

Geographic Availability

API is available to all E- invoicing EMEA customers.

See Next