Get tax documents list

Returns a paginated list of tax documents with filtering options

Path parameters

merchantIdstringRequired
Merchant ID
organizationIdstringRequired
Organization ID

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

pagedoubleOptional
Page number for pagination
limitdoubleOptional
Number of items per page
dateFromstringOptional
Filter documents from this date
dateTostringOptional
Filter documents until this date
sendingStatusstringOptional
Filter by sending status
validationStatusstringOptional
Filter by validation status
documentTypestringOptional
Filter by document type
documentNumberstringOptional
Filter by document number
receivedbooleanOptional
Filter by received status
receiverTaxIdCodestringOptional
Filter by receiver tax ID code
orderBystringOptional
Order results by field

Response

Returns a paginated list of tax documents with details including issuer, receiver, items, totals and associated electronic documents
documentslist of objects
List of paginated documents
totalItemsdouble
Total number of items across all pages
pageSizedouble
Number of items per page
pageCountdouble
Total number of pages
pagedouble
Current page number

Errors