Seqino PDP API (1.0.0)
Seqino PDP API - Modern interface to France's e-Invoicing services
Download OpenAPI description
Overview
Languages
Servers
Current server
https://pdp-api-v250704-iron.seqino.dev/
Local development server
http://localhost:8052/
Production server
https://pdp.seqino.com/api/
Bodyapplication/jsonrequired
VAT regime of the company. Affects data transmission periodicity.
Enum"real_normal_monthly""real_normal_quarterly""simplified""franchise"
Frequency for transaction data (Flux 4)
Enum"monthly""decade"
- Current server
https://pdp-api-v250704-iron.seqino.dev/api/settings/periodicity
- Local development server
http://localhost:8052/api/settings/periodicity
- Production server
https://pdp.seqino.com/api/api/settings/periodicity
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
https://pdp-api-v250704-iron.seqino.dev/api/settings/periodicity \
-H 'Content-Type: application/json' \
-H 'X-PDP-Client-Id: string' \
-d '{
"vat_regime": "real_normal_monthly",
"transaction_periodicity": "monthly",
"payment_periodicity": "monthly"
}'
- Current server
https://pdp-api-v250704-iron.seqino.dev/api/settings/periodicity
- Local development server
http://localhost:8052/api/settings/periodicity
- Production server
https://pdp.seqino.com/api/api/settings/periodicity
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://pdp-api-v250704-iron.seqino.dev/api/settings/periodicity \
-H 'X-PDP-Client-Id: string'
Response
application/json
{ "vat_regime": "real_normal_monthly", "transaction_periodicity": "monthly", "payment_periodicity": "monthly" }
- 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