Seqino PDP API (1.0.0)
Seqino PDP API - Modern interface to France's e-Invoicing services
https://pdp-api-v250704-iron.seqino.dev/
http://localhost:8052/
https://pdp.seqino.com/api/
- Current server
https://pdp-api-v250704-iron.seqino.dev/api/lifecycle-events/
- Local development server
http://localhost:8052/api/lifecycle-events/
- Production server
https://pdp.seqino.com/api/api/lifecycle-events/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://pdp-api-v250704-iron.seqino.dev/api/lifecycle-events/?object_type=invoice&object_id=string' \
-H 'X-PDP-Client-Id: string'
Successful Response
Unified lifecycle status codes for all object types.
Platform or system that emitted the status (PDPE, PDPR, PPF, etc.)
Optional free-text reason or comment
Optional free-text reason or comment
Optional free-text reason or comment
Structured rejection reason code when status indicates rejection
Structured rejection reason code when status indicates rejection
Structured rejection reason code when status indicates rejection
Whether this status must be reported to PPF within 24 hours
[ { "status_code": "InvoiceLifecycleStatus.DEPOSITED", "timestamp": "2019-08-24T14:15:22Z", "emitter": "PDPE", "reason": "string", "rejection_reason": "string", "is_mandatory": false } ]
- Current server
https://pdp-api-v250704-iron.seqino.dev/health
- Local development server
http://localhost:8052/health
- Production server
https://pdp.seqino.com/api/health
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://pdp-api-v250704-iron.seqino.dev/health