Returns number of transactions

Use this endpoint to retrieve the number of checkout, payout or refund transactions. Transactions can be
filtered using date, customer Id or phone number

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
date-time

Optional. Query transactions starting from this date, if not provided, 2023-09-01T00:00:00+00 is used.
The date format is ISO 8601 (YYYY-mm-dd HH:mm:ss,SSSS). The timezone is UTC and precision is in seconds

date-time

Query transactions from start_date until this date time, if omitted, current date-time is used. The date format is ISO 8601 (YYYY-mm-dd HH:mm:ss,SSSS).
The timezone is UTC and precision is in seconds.
If this filter is set, filters customer_id and phone are ignored

string
enum

type of transaction to count, IF not provided, all transactions are considered

Allowed:
uuid

Returns number of transaction for a given customer. If provided, query parameter type must be passed also

string

Returns number of transaction for a given phone number. If provided, query parameter type must be passed also

string

Returns list of transaction for a given device or terminal. If provided, query parameter type must be passed also

string

Returns list of transactions with this payment reference.

Headers
string

The parameter Identifies this HTTP request across all services. It helps to diagnostic request errors. The parameter is added automatically by the API gateway

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

403

Access rights not sufficient

404

Card not found

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json