filter[card.credit_line_id]string
It allows you to retrieve the operations associated with the specified credit line ID.Example: lcr-h4xWg6e8CiRcpHd8A6JE8MW8wSZ
filter[operation_id]string
Use the specified operation ID as a filter.Example: ctx-2PhjgAaWearIfQAy794DTbX9iGF
filter[card.last_four]string
Retrieves the executed operations with a card containing the specified last 4 digits.Example: 1234
filter[user.id]string
List the operations associated with the specified user ID.Example: usr-2IxwEJMIk3uclNL1paokI5jrxuI
filter[merchant.name]string
Lists operations associated with a specific merchant.Example: Pomelo
filter[date_created][from]string
Retrieves the operations created since the specified date.Example: 2012-03-29
filter[date_created][to]string
Returns the operations created prior to the specified date.Example: 2012-03-30
filter[date_confirmed][from]string
Retrieves the confirmed operations since the specified date.Example: 2012-03-30
filter[date_confirmed][to]string
Retrieves the confirmed operations prior to the specified date.Example: 2012-04-01
filter[date_reverted][from]string
Retrieves the reversed operations since the specified date.Example: 2012-04-01
filter[date_reverted][to]string
Retrieves the reversed operations prior to the specified date.Example: 2012-04-10