- ๐ Download invoice as FacturX PDF
๐ Get complete invoice data by ID
๐ Get invoice status and file download links
๐ฆ Download invoice as UBL 2.1 XML
๐ฆ Download invoice as CII XML
๐ List invoices with filtering
๐ Submit invoice file (Factur-X, UBL, CII)
โ
Validate invoice file (Factur-X, UBL, CII)
โ
Accept an inbound invoice
๐ซ Refuse an inbound invoice
๐ธ Mark an inbound invoice as paid
๐ฐ Mark an outbound invoice as cashed
๐งพ Create a credit note for an outgoing invoice
Invoice Created
Invoice Received
Invoice Status Updated
๐ Download invoice as Fa...
Download as FacturX PDF (EN16931 CII embedded). Returns original file if submitted as FacturX.
Security
APIKeyHeader
- Dev serverhttps://pdp.seqino.dev/api/invoicing/invoices/{invoice_id}/facturx
- Production serverhttps://pa.seqino.com/api/invoicing/invoices/{invoice_id}/facturx
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'