Sending to KSeF

How to launch the Sending

Sending the invoices, 2 options:

  1. Send via API
  2. Use no API, send manually or automatically

Send via API

Use the commands/send API endpoint for immediate sending

EndpointMethodResponse
/v1/orders/commands/sendPOSTOK

Example Json content:

{
"Transporttype" : "KSeF",
"OrderIDs" : 
  [ 
	1684998,
	1684999
  ]
}
{
"Transporttype" : "KSeF",
"OrderIDs" : 
  [ 
    1684998
  ]
}

Sending without API

Options are:

  1. Manual sending
    1. This can can be useful if you want to check the invoices prior to sending or if you want to add attachments.
  2. Enabling the automatic sending

More info : https://docs.billit.be/docs/sending-your-first-invoice