Skip to content

Interactive sending

Opening, resuming, using, and closing online invoice sessions.

OperationSummaryVariants
Authenticated client: Online sessionOpen a new online invoice session and return a bound session client.Sync, Async
Authenticated client: Resume online sessionRebind an existing serialized online session state to this client.Sync, Async
Online session: Send invoiceEncrypt and submit one invoice into the open session.Sync, Async
Online session: Send invoice and waitSubmit an invoice and poll until KSeF assigns a final processing result.Sync, Async
Online session: CloseTerminate the online session if it is still open.Sync, Async
Online session: Get stateReturn the serializable session state needed to resume later.Sync, Async