Transaction Query by BIN

This endpoint allows clients to search for transactions by bin, date, and operator.

URL: /v2/transaction/bin

HTTP Method: GET

Parameters:

  • date (string): Transaction date in the format YYYYMMDD (Required).
  • operator (string): Operator code (Required).
  • bin (string): Transaction bin (Required).
  • page (integer): Page number to be returned (Required).
  • pageSize (integer): Number of records per page (Required).