Retrieves only transactions with the specified action types. A combination of the values can be used and
should be separated by commas.
For example, to retrieve all transactions with credit or refund actions, use the following:
action_type=refund,credit
Action Types
| Action Type | Description |
|---|
| sale | Sale transactions. |
| refund | Refund transactions. |
| credit | Credit transactions. |
| auth | 'Auth Only' transactions. |
| capture | Captured transactions. |
| void | Voided transactions. |
| return | Electronic Check (ACH) transactions that have returned, as well as credit card chargebacks. |
| validate | Validated transactions. |