Get received documents list

Returns a paginated list of received 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

pagestringOptional
Page number for pagination
limitstringOptional
Number of items per page
issuerTaxIdstringOptional
Filter by issuer tax ID
receiverTaxIdstringOptional
Filter by receiver tax ID
receiverNamestringOptional
Filter by receiver name
issuerNamestringOptional
Filter by issuer name
amountLtedoubleOptional
Filter by amount less than or equal to
amountGtedoubleOptional
Filter by amount greater than or equal to
documentTypestringOptional
Filter by document type

Response

Returns a paginated list of received documents with details including issuer, receiver, items, totals and document status
receivedDocumentslist of objects
List of paginated received 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