Operation statistics
Returns aggregated operation statistics by status and amounts. Used for dashboards, conversion control and financial analysis.
Includes counts grouped by status (IN_PROGRESS, COMPLETED) and the accumulated amount of payment operations (ACCUMULATED_AMOUNT). Accepts the same filters as the operation listing but without pagination or sorting. The full set of metric groups is always returned, even when their value is 0.
Autorizaciones
OAuth2 security scheme
clientCredentials Flow
"/api/v2/auth/token""zertiban-api"Access to the API
Parámetros
Header Parameters
Tenant identifier that contains the business UUID
Query Parameters
Filters operations with 'statusUpdatedAt' after or equal to the specified date-time (statusUpdatedFrom)
"2025-03-10T14:23:45Z""date-time"Filters operations with 'statusUpdatedAt' before or equal to the specified date-time (statusUpdatedTo)
"2025-03-10T14:23:45Z""date-time"Filters operations with 'createdAt' after or equal to the specified date-time (createdFrom)
"2025-03-10T14:23:45Z""date-time"Filters operations with 'createdAt' before or equal to the specified date-time (createdTo)
"2025-03-10T14:23:45Z""date-time"Filters operations by operation UUID (exact match)
"12087dd4-336d-4c21-90e1-3dbd58f14f87""uuid"Filters operations by external ID (exact match)
"my-external-id"Filters operations by flow UUID (exact match)
"7a5b71b5-2c4a-4bdf-8e1a-33d3be6cfdf1""uuid"Filters operations by status (case insensitive). Supports 0, 1 or N values separated by comma.
"OPENED""CREATED"Filters operations by type (case insensitive). Supports 0, 1 or N values separated by comma.
"PAYMENT""SIGNATURE"Filters payment operations with amount greater than or equal to this value (amountFrom)
1050Filters payment operations with amount lower than or equal to this value (amountTo)
99999Filters payment operations by invoice external ID (exact match)
"INV-2025-000123"Respuestas
Operation statistics