/analytics/v1/transactions-list) will be deprecated starting July 2025.external_reference_id filtering, card-present support, and additional response fields.GET request with a date range (from / to) and any optional filters. The response returns a total count and a data[] array with matching transactions, sorted from newest to oldest.| Rule | Value |
|---|---|
| Minimum delay before querying a transaction | 90 seconds after creation |
| Maximum records per request | 600 |
| Default records per request | 100 (if limit is omitted) |
| Parameter | Format | Description |
|---|---|---|
from | YYYY-MM-DDTHH:MM:SS | Start of the date range (e.g., 2022-03-10T13:39:00) |
to | YYYY-MM-DDTHH:MM:SS | End of the date range (e.g., 2022-03-10T23:00:00) |
| Parameter | Description |
|---|---|
limit | Max records to return. Default: 100, max: 600 |
offset | Page offset for pagination |
| Field | Type | Description |
|---|---|---|
total | number | Total number of records matching the filters |
data | array | List of transaction objects (newest first) |
data[] contains a common set of fields plus method-specific and Colombia-specific fields:ticket_number, transaction_id, transaction_reference, transaction_status, transaction_type, payment_method, payment_submethod, request_amount, approved_transaction_amount, currency_code (always COP), created, merchant_id, merchant_name, contact_details, metadata, response_code, response_text, subtotal_iva, subtotal_iva0, iva_value, country, credential_id, credential_alias, public_credential_id, processor_typehttps://api.kushkipagos.com/Got a suggestion on this documentation? Contact us.