Skip to content

๐Ÿ“„ Download invoice as FacturX PDF

Request

Download as FacturX PDF (EN16931 CII embedded). Returns original file if submitted as FacturX.

Security
APIKeyHeader
Path
invoice_idstring(Invoice Id)required
Headers
X-PDP-Client-Idstring(X-Pdp-Client-Id)required

ID of the PDP Client for which the operation is performed

Examples:
Sandbox client
client_abc123
curl -i -X GET \
  'https://pdp.seqino.dev/api/invoicing/invoices/{invoice_id}/facturx' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'X-PDP-Client-Id: client_abc123'

Responses

FacturX PDF with embedded CII XML

Bodyapplication/pdf
Response
No content