Seqino PDP API - Modern interface to France's e-Invoicing services
Seqino PDP API (1.0.0)
Download OpenAPI description
Overview
Languages
Servers
Dev server
https://pdp.seqino.dev/api/
Local development server
http://localhost:8052/
- Dev serverhttps://pdp.seqino.dev/api/lifecycle-events/ 
- Local development serverhttp://localhost:8052/lifecycle-events/ 
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
  'https://pdp.seqino.dev/api/lifecycle-events/?object_type=invoice&object_id=string' \
  -H 'X-PDP-Client-Id: string'Successful Response
 Enum"InvoiceLifecycleStatus.DEPOSITED""InvoiceLifecycleStatus.TRANSMITTED_BY_PLATFORM""InvoiceLifecycleStatus.RECEIVED_BY_PLATFORM""InvoiceLifecycleStatus.MADE_AVAILABLE""InvoiceLifecycleStatus.ACKNOWLEDGED""InvoiceLifecycleStatus.APPROVED""InvoiceLifecycleStatus.PARTIALLY_APPROVED""InvoiceLifecycleStatus.IN_DISPUTE""InvoiceLifecycleStatus.SUSPENDED""InvoiceLifecycleStatus.COMPLETED"
Platform or system that emitted the status (PDPE, PDPR, PPF, etc.)
 Example: "PDPE"
Any of:
Optional free-text reason or comment
string(Reason)
Any of:
Structured rejection reason code when status indicates rejection
string(Rejection Reason)
Whether this status must be reported to PPF within 24 hours
 Default false
Response
application/json
[ { "status_code": "InvoiceLifecycleStatus.DEPOSITED", "timestamp": "2019-08-24T14:15:22Z", "emitter": "PDPE", "reason": "string", "rejection_reason": "string", "is_mandatory": false } ]