Sending to KSeF
How to launch the Sending
Sending the invoices, 2 options:
- Send via API
- Use no API, send manually or automatically
Send via API
Use the commands/send API endpoint for immediate sending
| Endpoint | Method | Response |
|---|---|---|
| /v1/orders/commands/send | POST | OK |
Example Json content:
{
"Transporttype" : "KSeF",
"OrderIDs" :
[
1684998,
1684999
]
}{
"Transporttype" : "KSeF",
"OrderIDs" :
[
1684998
]
}Sending without API
Options are:
- Manual sending
- This can can be useful if you want to check the invoices prior to sending or if you want to add attachments.
- Enabling the automatic sending
More info : https://docs.billit.be/docs/sending-your-first-invoice
Updated about 15 hours ago