Get received documents list
Returns a paginated list of received documents with filtering options
Path parameters
merchantId
Merchant ID
organizationId
Organization ID
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page
Page number for pagination
limit
Number of items per page
issuerTaxId
Filter by issuer tax ID
receiverTaxId
Filter by receiver tax ID
receiverName
Filter by receiver name
issuerName
Filter by issuer name
amountLte
Filter by amount less than or equal to
amountGte
Filter by amount greater than or equal to
documentType
Filter by document type
Response
Returns a paginated list of received documents with details including issuer, receiver, items, totals and document status
receivedDocuments
List of paginated received documents
totalItems
Total number of items across all pages
pageSize
Number of items per page
pageCount
Total number of pages
page
Current page number