Receipts

Receipt Management

This section provides a comprehensive guide to managing receipt information in our system. You will find various options for retrieving receipt data, each tailored to different requirements.

Receipt Data Retrieval

Get All Receipts

  • Endpoint: /get_receipts
  • Description: This endpoint is designed to retrieve the complete list of receipts available in our database, providing a comprehensive overview of all receipt-related information without applying any filters.
  • Usage Notes:
    • Pagination: To manage data effectively, this endpoint supports fetching up to 50 receipt records at a time.
    • Parameters:
    • offset - Specify the starting point from which to begin fetching receipt data.
    • limit - Control the number of receipt records returned in a single request. The maximum limit is 50, but you can opt for a smaller number based on your needs.
    • Method: Utilize this functionality by including payload or parameters in your POST request to manage the offset and limit.

These features are particularly useful for handling large datasets and for applications requiring batch processing of receipt information.



Fetching Receipt Data (Single Receipt)

  • Endpoint: /get_receipt
  • Description: Use this endpoint to fetch data for a specific receipt by using the receipt_id filter.
  • Parameters:
    • receipt_id - Specify the Receipt ID to retrieve data for a specific receipt.
  • Link To Documentation: Get Single Receipt via /get_receipt EndPoint




For further assistance or API integration support, please refer to our API Documentation or contact our technical support team.