Status and UPO
Ta treść nie jest jeszcze dostępna w Twoim języku.
Invoice-session history, session status, invoice status, failed invoices, and UPO downloads.
Operations
Section titled “Operations”| Operation | Summary | Variants |
|---|---|---|
| Authenticated client: Invoice sessions | Return the authenticated invoice-session history branch. | Sync, Async |
| Online session: Get status | Fetch the current state of the online session. | Sync, Async |
| Online session: List invoices | Fetch one page of invoices submitted in this session. | Sync, Async |
| Online session: Get invoice status | Fetch processing status for one invoice sent in this session. | Sync, Async |
| Online session: Wait for invoice ready | Poll invoice status until it succeeds, fails, or times out. | Sync, Async |
| Online session: List failed invoices | Fetch one page of invoices that failed within this session. | Sync, Async |
| Online session: Get invoice upo by ksef number | Download the invoice UPO by KSeF number. | Sync, Async |
| Online session: Get invoice upo by reference | Download the invoice UPO by session invoice reference number. | Sync, Async |
| Batch session: Get status | Fetch the current processing state of the batch session. | Sync, Async |
| Batch session: List invoices | Fetch one page of invoices submitted in this batch session. | Sync, Async |
| Batch session: List failed invoices | Fetch one page of failed invoices from this batch session. | Sync, Async |
| Batch session: Get upo | Download the collective UPO for the batch session. | Sync, Async |
| Batch service: Get status | Fetch the current status of a batch session. | Sync, Async |
| Batch service: List invoices | Fetch one page of accepted invoices from a batch session. | Sync, Async |
| Batch service: List failed invoices | Fetch one page of failed invoices from a batch session. | Sync, Async |
| Batch service: Get upo | Download the collective UPO for a batch session. | Sync, Async |
| Batch service: Wait for completion | Poll a batch session until KSeF reports a terminal status. | Sync, Async |
| Invoice sessions: Query | Fetch one page of invoice session history for the chosen session type. | Sync, Async |
| Invoice sessions: All | Iterate through all pages of invoice session history. | Sync, Async |