v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Transactions

Get transaction count

Returns the number of transactions that match the given search parameters.

get/v2/transactions/total-items

Query parameters

statementIdinteger

Statement ID

customerIdinteger

Customer ID

transactionTypeIdinteger

Transaction type ID filter.

processingCodestring

Processing code

creditboolean

Count only credit (true) or debit (false).

authorizationIdinteger
Example:1

The authorization ID

authorizationType'NETWORK' | 'PLATFORM'

The authorization type

eventDateStartstring date or date-time
Example:2021-06-26T12:03:04Z

Event date period start

eventDateEndstring date or date-time
Example:2021-06-26T12:03:04Z

Event date period end

Response

OK

total_itemsinteger

Total transaction count

Example response

{
  "total_items": 100
}