get
http://localhost:8700/fiscal-document/v1/fiscal-documents/transactions
Retrieves a paginated list of available transactions for a source based on the document type.
- For INVOICE: Returns posted (paid) transactions, and pending transactions when feature.fiscal-document.pending-transactions is enabled
- For CREDIT_NOTE: Returns posted (paid) transactions, and pending transactions when feature.fiscal-document.pending-transactions is enabled
- For PRO_FORMA_INVOICE: Returns both pending transactions and posted (paid) payments
- Transactions already included in fiscal documents are excluded
- Each transaction includes a status field (PENDING or POSTED)
