Application Features

In summary, clients can view their transactions, pendencies, and reversals, as well as resolve pending transactions.

Querying transactions#

The main feature of the API is to allow clients to view their transactions. The solution provides several endpoints so clients can check the current status of each transaction performed. Each endpoint also offers different filters, which, when combined, make it easier to find specific transactions.

The main query endpoints are:

  • Transaction query
  • Transaction query by date
  • Transaction query by export date
  • Transaction query by BIN
  • Pending transaction query
  • Reversed transaction query
  • Reversed transaction query by date

Pendency Resolution#

Another feature provided by the solution is the resolution of pending transactions, where the client can resolve transactions that are pending confirmation by marking them as confirmed or canceled. The API will communicate with the Sitef instance that processed the transaction so it can proceed with the transaction finalization.

The main pendency resolution endpoints are:

  • Pending transaction confirmation
  • Pending transaction cancelation