Transaction Query by Date

This endpoint allows clients to search for transactions performed on a specific date.

URL: /v2/transaction/date

HTTP Method: GET

Parameters:

  • date (string): Transaction date in the format YYYYMMDD (Required).
  • startTime (string): Start time for the query in the format HHMMSS (Optional).
  • endTime (string): End time for the query in the format HHMMSS (Optional).
  • posNumber (string): POS number (Optional).
  • page (integer): Page number to be returned (Required).
  • pageSize (integer): Number of records per page (Required).