Search K
Appearance
Retrieves a paginated list of transactions filtered by date range and optional criteria such as type and status. Sorting options are also available.
The start date for transaction records (DD/MM/YYYY). The time is assumed to be 00:00:00 on the given date.
01/01/2024The end date for transaction records (DD/MM/YYYY). The time is assumed to be 00:00:00 on the given date.
31/12/2024The pagination offset (zero-based). Determines the starting point of returned records. If negative number is provided, zero is assumed.
0The maximum number of records to return in one request. If value provided is equal or lower that 10, then 10 is assumed. If value provided is higher than 100, then 100 is assumed.
10The field by which to sort the results (e.g., created_at, updated_at). Defaults to updated_at.
typestatusorder_amountcreated_atupdated_atupdated_atThe sorting direction, either ascending (ASC) or descending (DESC). Defaults to ASC.
ASCDESCASCFilter the result by transaction type (PAYMENT, REFUND, or CHARGEBACK).
PAYMENTREFUNDCHARGEBACKFilter the result by transaction status (AUTHORIZED, DECLINED, VOIDED, EXPIRED, CAPTURED, etc.).
AUTHORIZEDDECLINEDVOIDEDEXPIREDPARTIAL_CAPTUREDCAPTUREDPARTIAL_SETTLEDSETTLED