Pendency Query

This endpoint allows clients to search for transactions with a pending status.

URL: /v2/pendencies

HTTP Method: GET

Parameters:

  • startDate (string): Start date for the query in the format YYYYMMDD (Required).
  • endDate (string): End date for the query 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).
  • page (integer): Page number to be returned (Required).
  • pageSize (integer): Number of records per page (Required).